Replies: 7 comments 37 replies
-
Please advise what version of the server are you running? Also what is the net work setup? Any VLANs or other such complications? Have you tried restarting MA? |
Beta Was this translation helpful? Give feedback.
-
Chiming in that I'm seeing this issue as well. I'm running MA in docker and only Spotify is throwing this error-- all the other music sources I've tried have been OK. With verbose logging enabled for the spotify provider, I see the following log (despite the librespot error, I do have a spotify premium account...):
|
Beta Was this translation helpful? Give feedback.
-
I had the same issues on my install, tried re-authentication then tried it again after the recent outage on Spotify with no success. But the error is clear, it cannot create cache file due to one already existing so I hunted in the app and found under core settings you can clear the cache, so did this and had to re-authenticate to Spotify again but all is now working. I'm hoping this I permanent fix, but was nice to find as have ill daughter and having music in background while off work was nice. Hope this helps and solves for others too. |
Beta Was this translation helpful? Give feedback.
-
Got this as well on a fresh install. I can play the song like 25% of the time with 10 to 60 seconds delay before it starts playing. Getting all sorts of FFMPEG errors with some python exceptions sprinkled on top. Not getting any errors on my snapclients.
|
Beta Was this translation helpful? Give feedback.
-
I have the same issue. First I configured Spotify Account "A" I deleted Spotify Account "A", and since then I have the issue with Error 183 etc. Last I deleted Account "B" as well and added Account "A" again. Both Accounts are Premium Accounts within a Family Account. Unfortunately I would prefer to use Account "B". |
Beta Was this translation helpful? Give feedback.
-
I tried all this already but for me the error logs look quite the same as the above. [ |
Beta Was this translation helpful? Give feedback.
-
this issue has been opened for several months and despite updated version of MA the error still shows FFMpeg error 183... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
playing on the same laptop where I browsing from… choosing “this device”. I added radiobrowser and any station plays well… added Remoteshare (my local NAS MP3 library) and that also plays well. I added SoundCloud and that also plays well. Nevertheless I added spotify premium account and with clientID or without i cannot get it to play any song. It does the sync well and pulls all library catalog of favorites, playlist, recent, etc. But it fails when trying to play anything. This is the error i get on the log of the addon:
2025-04-08 22:36:13.776 ERROR (MainThread) [music_assistant.audio.cache] Error while creating cache for spotify://track/5qqB8kD9OoMmJJniCCtPhP: FFMpeg error 183 2025-04-08 22:36:22.004 ERROR (MainThread) [music_assistant.spotify] Error streaming audio: No audio received from librespot within timeout - will retry once 2025-04-08 22:36:22.004 ERROR (MainThread) [music_assistant.spotify] Error streaming audio: No audio received from librespot within timeout - will retry once 2025-04-08 22:36:36.349 ERROR (MainThread) [music_assistant] Error doing task: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/venv/lib/python3.12/site-packages/music_assistant/helpers/process.py", line 137, in read return await self.proc.stdout.read(n) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/streams.py", line 713, in read await self._wait_for_data('read') File "/usr/local/lib/python3.12/asyncio/streams.py", line 545, in _wait_for_data await self._waiter asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/venv/lib/python3.12/site-packages/music_assistant/providers/spotify/__init__.py", line 613, in get_audio_stream chunk = await asyncio.wait_for(librespot_proc.read(64000), timeout=5) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/venv/lib/python3.12/site-packages/music_assistant/helpers/ffmpeg.py", line 171, in _feed_stdin async for chunk in self.audio_input: File "/app/venv/lib/python3.12/site-packages/music_assistant/providers/spotify/__init__.py", line 616, in get_audio_stream raise AudioError("No audio received from librespot within timeout") music_assistant_models.errors.AudioError: No audio received from librespot within timeout 2025-04-08 22:36:37.012 ERROR (MainThread) [ffmpeg.53] Stream error: No audio received from librespot within timeout 2025-04-08 22:36:37.068 WARNING (MainThread) [ffmpeg.53] [in#0 @ 0x7f9b14b960] Error opening input: Invalid data found when processing input Error opening input file -. Error opening input files: Invalid data found when processing input 2025-04-08 22:36:37.068 ERROR (MainThread) [music_assistant.audio.cache] Error while creating cache for spotify://track/5qqB8kD9OoMmJJniCCtPhP: FFMpeg error 183 2025-04-08 22:36:37.068 ERROR (MainThread) [music_assistant.audio.cache] Error while creating cache for spotify://track/5qqB8kD9OoMmJJniCCtPhP: FFMpeg error 183
Beta Was this translation helpful? Give feedback.
All reactions