Announcement

Collapse
No announcement yet.

r1674060761 doesn't show "full" cover art in Web-Interface

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    r1674060761 doesn't show "full" cover art in Web-Interface

    With last nightly I experience some problems in viewing "full" cover art in browser (tested it on different pc's and with different browers (Chrome, Firefox))

    Thumbnails are shown correct,
    but the "full" cover art (e,g, while playing a song) browser is to load from e.g. http://xxxx:9000/music/c86cb9b8/cover.jpg - which results in an error (link broken, image).

    As far as I can see, it should leave out the ".jpg", for when I type http://xxxx:9000/music/c86cb9b8/cover it is shown correctly.

    Problem only exist in web browser - "third party software" (tested: Squeezebox Touch / Squeezer ) show the correct "full" cover art.
    Anyone else seeing this?
    Last edited by frank1969; 2023-01-23, 15:59.

    #2
    Did you check your server.log? This should not have changed in a long while. Also: would you get an error in the browser's error console when loading an image fails? Is this for local content or remote?
    Michael

    "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
    (LMS: Settings/Information)

    Comment


      #3
      Thanks!

      First of all:
      After another "New & changed" (the 4th one since the problem first accured) with r the problem is gone.

      If it's from interest though, here the lines from my server.log at the time, the error orccured:

      [23-01-22 13:46:48.0281] Slim::Web::Graphics::__ANON__ (398) Resize failed, returning 500
      [23-01-22 13:46:48.0283] Slim::Web::Graphics::__ANON__ (400) Artwork resize for music/244cbc07/cover_180x180_m failed
      [23-01-22 13:46:48.0287] Slim::Web::Graphics::__ANON__ (409) Done Resizing: M:\H\Hansi Hinterseer\2022 - Weil es dich gibt\01 - Hansi Hinterseer - Sage Danke.mp3 using spec 180x180_m
      [23-01-22 13:50:52.7416] Slim::Formats::Playlists::M3U::writeCurTrackForM3U (216) Writing out: D:\__Playlists\0 Charts D - Airplay Top 30 - Konservativ Pop - 2023-01-20.m3u
      [23-01-22 13:50:53.7121] Slim::Web::Graphics::artworkRequest (85) Artwork request: music/8f8c5aad/cover_180x180_m
      [23-01-22 13:50:53.7131] Slim::Web::Graphics::_cached (70) from cache: jpg (12669 bytes for music/8f8c5aad/cover_180x180_m)
      [23-01-22 13:50:53.8850] Slim::Web::Graphics::artworkRequest (85) Artwork request: music/244cbc07/cover_96x96_p.png
      [23-01-22 13:50:53.8857] Slim::Web::Graphics::artworkRequest (125) Resize specification: 96x96_p.png
      [23-01-22 13:50:53.8861] Slim::Web::Graphics::artworkRequest (372) Resizing: M:\H\Hansi Hinterseer\2022 - Weil es dich gibt\01 - Hansi Hinterseer - Sage Danke.mp3 using spec 96x96_p.png
      [23-01-22 13:50:53.8866] Slim::Utils::Misc::msg (1321) Warning: [13:50:53.8865] Reading tags from audio file...
      [23-01-22 13:50:53.8871] Slim::Utils::Misc::msg (1321) Warning: [13:50:53.8870] Loading image from M:\H\Hansi Hinterseer\2022 - Weil es dich gibt\01 - Hansi Hinterseer - Sage Danke.mp3
      [23-01-22 13:50:53.8875] Slim::Utils::Misc::msg (1321) Warning: [13:50:53.8874] Resizing from 600x600 jpg @ 261 to 96x96 png
      [23-01-22 13:50:53.8935] Slim::Utils:: DbCache::__ANON__ (310) Error: DBD::SQLite::st execute failed: attempt to write a readonly database
      [23-01-22 13:50:53.8937] Slim::Utils:: DbCache::__ANON__ (310) Backtrace:

      frame 0: Slim::Utils::Log::logBacktrace (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/DbCache.pm line 310)
      frame 1: Slim::Utils:: DbCache::__ANON__ (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/DbCache.pm line 77)
      frame 2: Slim::Utils:: DbCache::set (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/ArtworkCache.pm line 81)
      frame 3: Slim::Utils:: DbArtworkCache::set (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/GDResizer.pm line 566)
      frame 4: Slim::Utils::GDResizer::_cache (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/GDResizer.pm line 546)
      frame 5: Slim::Utils::GDResizer::gdresize (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/ImageResizer.pm line 137)
      frame 6: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/ImageResizer.pm line 136)
      frame 7: Slim::Utils::ImageResizer::sync_resize (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/ImageResizer.pm line 122)
      frame 8: Slim::Utils::ImageResizer::resize (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Graphics.pm line 442)
      frame 9: Slim::Web::Graphics::__ANON__ (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/Graphics.pm line 468)
      frame 10: Slim::Web::Graphics::artworkRequest (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 1232)
      frame 11: Slim::Web::HTTP::generateHTTPResponse (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 933)
      frame 12: Slim::Web::HTTP:.ProcessURL (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Web/HTTP.pm line 728)
      frame 13: Slim::Web::HTTP::ProcessHTTP (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 122)
      frame 14: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 118)
      frame 15: Slim::Networking::IO::Select::__ANON__ (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 167)
      frame 16: (eval) (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Networking/IO/Select.pm line 167)
      frame 17: Slim::Networking::IO::Select::loop (slimserver.pl line 724)
      frame 18: main::idle (slimserver.pl line 674)
      frame 19: main::main (slimserver.pl line 132)
      frame 20: PerlSvc::Interactive (/<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>PerlSv c. pm line 99)
      frame 21: PerlSvc::_interactive (slimserver.pl line 0)
      frame 22: (eval) (slimserver.pl line 0)

      [23-01-22 13:50:53.8939] Slim::Utils:.DbCache::__ANON__ (311) Error: C:\ProgramData\Squeezebox\Cache\artwork.db
      [23-01-22 13:50:53.8941] Slim::Utils::ImageResizer::sync_resize (148) Error resizing M:\H\Hansi Hinterseer\2022 - Weil es dich gibt\01 - Hansi Hinterseer - Sage Danke.mp3: DBD::SQLite::st execute failed: attempt to write a readonly database at /<C:\PROGRA~2\SQUEEZ~1\server\SQUEEZ~3.EXE>Slim/Utils/DbCache.pm line 77.
      [23-01-22 13:50:53.8943] Slim::Music::Artwork::_imageContentType (412) Error: Can't discover content type for undefined data.
      [23-01-22 13:50:53.8946] Slim::Music::Artwork::_imageContentType (412) Backtrace:​

      Comment


        #4
        execute failed: attempt to write a readonly database
        There's something wrong there... Was a scan running at the same time? Or is drive c: running out of disk space? An AV scanner blocking the file?
        Michael

        "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
        (LMS: Settings/Information)

        Comment


          #5
          Originally posted by mherger View Post

          There's something wrong there... Was a scan running at the same time? Or is drive c: running out of disk space? An AV scanner blocking the file?
          Yes, I saw that there was something wrong.

          >> Was a scan running at the same time?

          No, there was no scan running at this time (I tried it many times during 3 days, so I am very sure).
          The last scan before it occured also ended "regularly" and had nothing special in canner.log

          >> Or is drive c: running out of disk space?

          No, C:\ has always more than 200 GB of free disk space.

          >> An AV scanner blocking the file?

          That would be the hardest part - I use Nortin 360 for about a year now (switches from Kaspersky) and I'm using LMS a lot daily. I never noticed any problems with my AV: If it occurs again, I will stop Norton to check.

          Comment

          Working...
          X