music-assistant / hass-music-assistant

Turn your Home Assistant instance into a jukebox, hassle free streaming of your favorite media to Home Assistant media players.
Apache License 2.0
1.36k stars 52 forks source link

can't play any song #2026

Closed ciclocaffe closed 7 months ago

ciclocaffe commented 7 months ago

What version of Music Assistant has the issue?

2.0.0b115

What version of the Home Assistant Integration have you got installed?

2024.3.2

Have you tried everything in the Troubleshooting FAQ and reviewed the Open and Closed Issues and Discussions to resolve this yourself?

The problem

The play button is greyed out and can't play any song. see screenshot. Both playbutton at top is not working and also round button at the center bottom Screenshot 2024-03-18 115849

How to reproduce

select any song and the play button is greyed out. the 30s preview instead works

Music Providers

local files

Player Providers

universal group player

Full log output

2024-03-18 14:27:19.697 INFO (MainThread) [music_assistant] Starting Music Assistant Server (13fa6a608baf4ef3ad320a0f9aa4d409) version 2.0.0b115 - uvloop: False 2024-03-18 14:27:19.716 INFO (MainThread) [music_assistant.cache] Initializing cache controller... 2024-03-18 14:27:19.781 INFO (MainThread) [music_assistant.webserver] Starting server on 172.30.32.1:8095 - base url: http://172.30.32.1:8095 2024-03-18 14:27:20.052 INFO (MainThread) [music_assistant.music] Using a sync interval of 180 minutes. 2024-03-18 14:27:20.381 INFO (MainThread) [music_assistant.streams] Detected ffmpeg version 5.1.4 with libsoxr support 2024-03-18 14:27:20.382 INFO (MainThread) [music_assistant.streams] Starting server on 0.0.0.0:8096 - base url: http://192.168.1.15:8096 2024-03-18 14:27:22.403 INFO (MainThread) [music_assistant] Loaded player provider Universal Group Player 2024-03-18 14:27:22.404 INFO (MainThread) [music_assistant] Loaded music provider URL 2024-03-18 14:27:22.405 INFO (MainThread) [music_assistant] Loaded metadata provider TheAudioDB Metadata provider 2024-03-18 14:27:22.406 INFO (MainThread) [music_assistant] Loaded metadata provider fanart.tv Metadata provider 2024-03-18 14:27:22.410 INFO (MainThread) [music_assistant] Loaded metadata provider MusicBrainz Metadata provider 2024-03-18 14:27:22.412 INFO (MainThread) [music_assistant] Loaded player provider UPnP/DLNA Player provider 2024-03-18 14:27:22.413 INFO (MainThread) [music_assistant] Loaded player provider SONOS 2024-03-18 14:27:22.414 INFO (MainThread) [music_assistant] Loaded player provider Chromecast 2024-03-18 14:27:22.419 INFO (MainThread) [music_assistant.music] Sync task for URL completed 2024-03-18 14:27:22.795 INFO (MainThread) [music_assistant] Loaded player provider Airplay 2024-03-18 14:28:36.466 ERROR (MainThread) [music_assistant.webserver] Error handling message: config/providers/save: Music Directory /media/my media/Music does not exist 2024-03-18 14:28:52.682 ERROR (MainThread) [music_assistant.webserver] Error handling message: config/providers/save: Music Directory /media/my_media/Music does not exist 2024-03-18 14:29:00.581 ERROR (MainThread) [music_assistant.webserver] Error handling message: config/providers/save: Music Directory /media/mymedia/Music does not exist 2024-03-18 14:29:14.375 INFO (MainThread) [music_assistant] Loaded music provider Filesystem (local disk) 2024-03-18 14:29:22.642 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/165081-165081-Mike Link_Harvey Taylor-Sun Tour.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:24.655 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1613236-1613236-Plastic3-Colours Of The Night Remix Instrumental.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:25.062 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 51, in _create_image img.thumbnail((size, size), Image.LANCZOS) # pylint: disable=no-member ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2627, in thumbnail im = self.resize(size, resample, box=box, reducing_gap=reducing_gap) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2164, in resize self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:25.080 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, *self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 52, in _create_image img.convert("RGB").save(data, image_format, optimize=True) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 922, in convert self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:25.091 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 52, in _create_image img.convert("RGB").save(data, image_format, optimize=True) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 922, in convert self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:25.165 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 51, in _create_image img.thumbnail((size, size), Image.LANCZOS) # pylint: disable=no-member ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2627, in thumbnail im = self.resize(size, resample, box=box, reducing_gap=reducing_gap) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2164, in resize self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:27.224 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1375003-1375003-Christian Petermann-White_beach.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:29.226 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/619804-619804-K4MMERER-Broken Windshield.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:32.305 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1499671-1499671-Tunguska Electronic Music Society-luchiki - beauty and the beast.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:34.550 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1685980-1685980-Cafe Del Chillia-After Years.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:36.527 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, *self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 52, in _create_image img.convert("RGB").save(data, image_format, optimize=True) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 922, in convert self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:36.554 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 52, in _create_image img.convert("RGB").save(data, image_format, optimize=True) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 922, in convert self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:36.611 WARNING (MainThread) [asyncio] child process pid 128 exit status already read: will report returncode 255 2024-03-18 14:29:36.618 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 51, in _create_image img.thumbnail((size, size), Image.LANCZOS) # pylint: disable=no-member ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2627, in thumbnail im = self.resize(size, resample, box=box, reducing_gap=reducing_gap) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2164, in resize self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:36.691 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, *self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 51, in _create_image img.thumbnail((size, size), Image.LANCZOS) # pylint: disable=no-member ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2627, in thumbnail im = self.resize(size, resample, box=box, reducing_gap=reducing_gap) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2164, in resize self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:36.896 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1742548-1742548-Chill Carrier-Cosy Binaries.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:39.132 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 52, in _create_image img.convert("RGB").save(data, image_format, optimize=True) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 922, in convert self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:39.273 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 51, in _create_image img.thumbnail((size, size), Image.LANCZOS) # pylint: disable=no-member ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2627, in thumbnail im = self.resize(size, resample, box=box, reducing_gap=reducing_gap) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2164, in resize self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:39.292 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, *self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 51, in _create_image img.thumbnail((size, size), Image.LANCZOS) # pylint: disable=no-member ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2627, in thumbnail im = self.resize(size, resample, box=box, reducing_gap=reducing_gap) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2164, in resize self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:29:42.253 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/813975-813975-SoundCell-NightflightChilloutMix.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:47.271 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1439574-1439574-Mazelo Nostra-Shadows - The Diventa Project.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:49.537 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1823614-1823614-Igor Pumphonia-Igor Pumphonia - Climbing to heaven.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:55.813 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/203676-203676-Electric Grocery-all is bliss.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:57.829 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1676891-1676891-Bahia Lounge-Bahia Lounge - Fusion.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:29:58.153 INFO (MainThread) [music_assistant.players] Player registered: ugp_nojnetuw/Player 2024-03-18 14:30:00.828 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1860138-1860138-Stefan Kartenberg-Power.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:05.013 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1728859-1728859-Bahia Lounge-Bahia Lounge - All My Love.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:08.083 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1601747-1601747-Soulfultrance the Real Producers-Cosmic Chillout.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:10.092 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1326647-1326647-JuanGa-No Play.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:12.094 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1845988-1845988-Nazar Hrushko-09 Slow Jazz Motion.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:14.311 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1649784-1649784-Aleksei Veretennikov-Lounge bar.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:16.372 WARNING (MainThread) [asyncio] child process pid 347 exit status already read: will report returncode 255 2024-03-18 14:30:17.420 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/768434-768434-Anitek-Raining Rome.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:18.073 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 52, in _create_image img.convert("RGB").save(data, image_format, optimize=True) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 922, in convert self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:30:18.106 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, *self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 51, in _create_image img.thumbnail((size, size), Image.LANCZOS) # pylint: disable=no-member ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2627, in thumbnail im = self.resize(size, resample, box=box, reducing_gap=reducing_gap) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2164, in resize self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:30:18.194 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 51, in _create_image img.thumbnail((size, size), Image.LANCZOS) # pylint: disable=no-member ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2627, in thumbnail im = self.resize(size, resample, box=box, reducing_gap=reducing_gap) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2164, in resize self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 14:30:19.434 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1823386-1823386-pinegroove-Destination Brazil.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:21.450 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1802259-1802259-Igor Pumphonia-Igor Pumphonia - Wait On Me.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:24.345 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1353219-1353219-Bahia de Roses-Future No Future.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:25.531 WARNING (MainThread) [asyncio] child process pid 375 exit status already read: will report returncode 255 2024-03-18 14:30:28.110 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/711261-711261-Anitek-Room Chase.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:30.122 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1826847-1826847-Christian Petermann-Marcato.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:32.387 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1420460-1420460-Bahia de Roses-Follow the Road.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:38.983 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1353218-1353218-Bahia de Roses-Emotional Groove.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:43.284 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1746539-1746539-PNFA-Cheeks.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:46.332 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1134246-1134246-Tunguska Electronic Music Society-Al K - Sunny Bazzar Day Somewhere in the SouthEast.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:49.338 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1543598-1543598-Mazelo Nostra-My Boy Relax Mix.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:30:50.932 WARNING (MainThread) [asyncio] child process pid 479 exit status already read: will report returncode 255 2024-03-18 14:30:53.442 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1835283-1835283-Igor Pumphonia-Igor Pumphonia - Parade.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:04.876 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1208808-1208808-Fortadelis-Unfolding Into Vastness.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:06.877 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1676903-1676903-Bahia Lounge-Give me a Hugh.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:08.913 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/675498-675498-Mistery-Heart Thunder C.Rizzo.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:11.144 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1670164-1670164-Bahia de Roses-Bahia de Roses - Relax at the Pool.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:13.799 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1209516-1209516-ccMixter-Stay For This Moment medicisoundsystem feat. Snowflake.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:15.978 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/454793-454793-Andreas Verhamme-tarifa.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:19.688 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/560870-560870-Tunguska Electronic Music Society-VST GUru feat. Vitaliy Budyak - The Way Promo Version.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:24.020 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/607346-607346-Tunguska Electronic Music Society-Alex Venge - Talking with soul.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:26.173 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/619809-619809-K4MMERER-Outside Help.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:32.780 WARNING (MainThread) [asyncio] child process pid 652 exit status already read: will report returncode 255 2024-03-18 14:31:33.842 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1420469-1420469-Bahia de Roses-Llorando.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:36.782 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1740725-1740725-PNFA-Paper Boat.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:39.009 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1840926-1840926-Igor Pumphonia-Igor Pumphonia - If Not For You Dub.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:41.032 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/203692-203692-Electric Grocery-a nice world.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:44.035 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/493577-493577-K4MMERER-Pedestrian babble.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 14:31:46.977 WARNING (MainThread) [music_assistant.providers.filesystem_local] lounge/1739310-1739310-Mazelo Nostra-Caribbean Dreams - Leon Ard.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback

Additional information

when I tried the first time MA a few weeks back, it worked, I'm not sure how many versions ago it was and didn't notice any particular action I made that could have changed that.

What version of Home Assistant Core are your running

2024.3.0

What type of installation are you running?

Home Assistant OS

On what type of hardware are you running?

Raspberry Pi

OzGav commented 7 months ago

You indicate you are trying to play to a universal group. What happens if you turn that player off and try and play to the individual players?

ciclocaffe commented 7 months ago

I removed the player so now the player section in empty, still same behaviour. Here's another log

File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 51, in _create_image img.thumbnail((size, size), Image.LANCZOS) # pylint: disable=no-member ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2627, in thumbnail im = self.resize(size, resample, box=box, reducing_gap=reducing_gap) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2164, in resize self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (5 bytes not processed) 2024-03-18 18:29:01.298 WARNING (MainThread) [asyncio] child process pid 14242 exit status already read: will report returncode 255 2024-03-18 18:29:01.304 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle resp = await handler(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 382, in handle_imageproxy image_data = await self.get_thumbnail( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/controllers/metadata.py", line 362, in get_thumbnail thumbnail = await get_image_thumb( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 55, in get_image_thumb return await asyncio.to_thread(_create_image) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/threads.py", line 25, in to_thread return await loop.run_in_executor(None, func_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/music_assistant/server/helpers/images.py", line 51, in _create_image img.thumbnail((size, size), Image.LANCZOS) # pylint: disable=no-member ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2627, in thumbnail im = self.resize(size, resample, box=box, reducing_gap=reducing_gap) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 2164, in resize self.load() File "/usr/local/lib/python3.12/site-packages/PIL/ImageFile.py", line 288, in load raise OSError(msg) OSError: image file is truncated (2 bytes not processed) 2024-03-18 18:29:03.729 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/48721-48721-Tom La Meche-5 mai a 17h.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:04.195 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1850327-1850327-GrayMic-Pure Feelings.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:06.761 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1715614-1715614-Fortadelis-Cooling.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:07.580 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1785399-1785399-Angus _amp_ Friends-Calm Flat.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:09.246 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/873556-873556-Oleg O. Kachanko-Girl from Moscow.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:10.473 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/873552-873552-Oleg O. Kachanko-Photos from the past.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:11.274 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1976123-1976123-pinegroove-The Clouds Will Vanish - Full Length Vocals.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:14.261 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1651109-1651109-GrayMic-For Moment.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:14.730 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1850319-1850319-GrayMic-Just Kiss.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:17.638 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1163581-1163581-Giorgio Ghiglieri-Brandy in the night.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:19.246 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1163304-1163304-Carl-Friedrich von Steegen-Love You.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:20.084 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1662456-1662456-GrayMic-Road.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:20.934 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1850322-1850322-GrayMic-Midnight Journey.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:22.543 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1694315-1694315-Christian Petermann-Sentimental_time.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:23.496 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1628525-1628525-Christian Petermann-Forgotten_jazz.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:26.279 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/114765-114765-Paolo Pavan-01 - Opposites.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:26.764 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1658175-1658175-GrayMic-Rhythm Of My Joy.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:35.612 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1662469-1662469-GrayMic-I Am Crazy.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:39.231 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1694311-1694311-Christian Petermann-Long_road_home.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:39.668 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1715613-1715613-Fortadelis-The good times.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:41.720 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1651114-1651114-GrayMic-My Kind Of Freedom.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:43.770 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1559159-1559159-Solxis-Welcome Advance.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:45.008 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/382415-382415-The James Quintet-Time To Split _take 04_.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:45.489 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1628528-1628528-Christian Petermann-Happy_Jubillee.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:45.933 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/576763-576763-AFTER WORK-Minor Major.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:48.812 WARNING (MainThread) [music_assistant.providers.filesystem_local] Jazz/1726372-1726372-Christian Petermann-Golden_trumpet.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:49.620 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1609071-1609071-Greg Anderson-Birth 2.0.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:51.615 ERROR (MainThread) [music_assistant.providers.filesystem_local] Error processing Cool/1646863-1646863-AnantaSound-Appalachians.mp3 - Field "primary_type_id" of type str is missing in MusicBrainzReleaseGroup instance 2024-03-18 18:29:52.367 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1835194-1835194-Arto Kumanto-Sunset Survivor.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:29:55.864 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1785054-1785054-Macroform-Quasar.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:30:00.826 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1808166-1808166-Igor Pumphonia-Igor Pumphonia - Seduction _Dub_.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:30:01.239 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1710960-1710960-Macroform-Cosmic.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:30:02.099 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1742542-1742542-Chill Carrier-Backup Memories.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:30:02.547 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1655814-1655814-Aminolen-Space Revelations _feat. Creas Lee_.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:30:04.145 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1036435-1036435-Sweet Play-FLIGHT.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:30:04.589 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1689965-1689965-Enlia-Silence.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:30:05.439 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1785049-1785049-Macroform-Andromeda.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:30:05.917 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1785047-1785047-Macroform-Pangea.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback 2024-03-18 18:30:06.382 WARNING (MainThread) [music_assistant.providers.filesystem_local] Cool/1785046-1785046-Macroform-Mesmerize.mp3 is missing ID3 tag [albumartist], using track artist(s) as fallback

marcelveldt commented 7 months ago

Pasting logs or snippets in the comments is unreadable - you can simply download the log from the MA settings and attach it here, that makes it much easier for us to follow it.

I have the feeling that you have multiple issues and it all make the story fuzzy. First of all I think you do not have any players detected ?!

What happens if you press the speaker icon in the bottom right ? Does it show the list of all players ?

marcelveldt commented 7 months ago

BTW: Did you also notice this ??!

Music Directory /media/my media/Music does not exist
ciclocaffe commented 7 months ago

Hi, apologze for the incorrect format of the log. As for the player list I don't see any detected. which one should be the default? The second error about directory path was fixed, must have pasted older log.

OzGav commented 7 months ago

Well if you don’t have any players detected then that is your problem. SUPPORTED native players will be automatically detected, HA players and Snapcast have to be setup in the MA settings. Please review the troubleshooting page in our docs and then come back and detail what you have tried and what happened when you did.

ciclocaffe commented 7 months ago

ok I'm trying to redo every step. As of now, I get an "unknown error" when trying to add the integration from Settings > Devices > Add integration > Music Assistant (Beta)

error log in Core:

Logger: homeassistant.components.hassio.handler Source: components/hassio/handler.py:593 integration: Home Assistant Supervisor (documentation, issues) First occurred: 18 March 2024 at 23:31:23 (48 occurrences) Last logged: 22:46:33

/store/repositories return code 400 /addons/d5369777_music_assistant_beta/install return code 400

OzGav commented 7 months ago

Try adding the server manually. See the docs - secondary install option

OzGav commented 7 months ago

And make sure you have the LATEST version of the Integration in HACS 2024.3.3 and the LATEST version of the server 2.0.0b116

ciclocaffe commented 7 months ago

I have the latest versions. Im using squeezelite player. Anyway I now get this error so perhaps that's why it can't play anything?

missing ID3 tag [albumartist]

OzGav commented 7 months ago

Are you reading our docs? This is covered there https://music-assistant.io/faq/troubleshooting/

ciclocaffe commented 7 months ago

Sorry your docs are barely readable. very confusing and badly organized. 10 days ago when I first tested MA these same songs were working. Now this ID3 tag is missing for those same songs for apparent no reason? then how come I can play the songs from the media folder in HA and in any other players on my laptop? what is even this ID3 that no other application is complaining or even mentioning about? where in the docs is explained what ID3 is and why is it needed by MA only? sorry but this is the worst troubleshooting experience I've had in the whole HA ecosystem so far.

OzGav commented 7 months ago

https://music-assistant.io/music-providers/filesystem/#tagging-files

OzGav commented 7 months ago

https://www.google.com/search?q=id3+tags