MiczFlor / RPi-Jukebox-RFID

A Raspberry Pi jukebox, playing local music, podcasts, web radio and streams triggered by RFID cards, web app or home automation. All plug and play via USB. GPIO scripts available.
http://phoniebox.de
MIT License
1.34k stars 395 forks source link

No audio output with Spotify #2418

Open Guggi11 opened 3 weeks ago

Guggi11 commented 3 weeks ago

Version

v.2.7.0

Branch

Master

OS

Raspberry Pi OS Legacy 64-Bit Lite

Pi model

4B

Hardware

MiniAmp RC522 1 speaker (Mono setup)

What happened?

In the WebApp I can start Iris and see all my Playlists. When i want to play one, the URLs are loaded and I also see the title in the WebApp. But I can not play a title. Sound is working and local files, webradio etc. is working. I found an error with the HTTP and MPD ports.

Logs

ERROR 2024-08-17 02:38:15,320 [13260:MainThread] mopidy.commands Frontend (MpdFrontend) initialization error: MPD server startup failed: [Errno 98] Address already in use INFO 2024-08-17 02:38:15,321 [13260:IrisFrontend-7] mopidy.internal.path Creating dir file:///root/.local/share/mopidy/iris DEBUG 2024-08-17 02:38:15,322 [13260:MainThread] mopidy.http.actor Starting HTTP server ERROR 2024-08-17 02:38:15,324 [13260:MainThread] mopidy.commands Frontend (HttpFrontend) initialization error: HTTP server startup failed: [Errno 98] Address already in use

Configuration

No response

More info

Aug 17 02:29:06 phoniebox mopidy[10667]: INFO [MpdSession-28] mopidy_mpd.session New MPD connection from [::ffff:127.0.0.1]:51904 Aug 17 02:29:06 phoniebox mopidy[10667]: INFO [MpdSession-29] mopidy_mpd.session New MPD connection from [::ffff:127.0.0.1]:51910 Aug 17 02:29:06 phoniebox mopidy[10667]: INFO [MpdSession-30] mopidy_mpd.session New MPD connection from [::ffff:127.0.0.1]:51914 Aug 17 02:29:07 phoniebox mopidy[10667]: INFO [MpdSession-31] mopidy_mpd.session New MPD connection from [::ffff:127.0.0.1]:51918 Aug 17 02:29:07 phoniebox mopidy[10667]: INFO [MpdSession-32] mopidy_mpd.session New MPD connection from [::ffff:127.0.0.1]:51932 Aug 17 02:29:09 phoniebox mopidy[10667]: INFO [MpdSession-33] mopidy_mpd.session New MPD connection from [::ffff:127.0.0.1]:51934 Aug 17 02:29:14 phoniebox mopidy[10667]: INFO [MpdSession-34] mopidy_mpd.session New MPD connection from [::ffff:127.0.0.1]:46276 Aug 17 02:29:20 phoniebox mopidy[10667]: INFO [MpdSession-35] mopidy_mpd.session New MPD connection from [::ffff:127.0.0.1]:46290

Guggi11 commented 3 weeks ago

Is it possible that it is because of the 64Bit Lite Version?

dmuehlemann commented 3 weeks ago

I'm experiencing the exact same issue. I did a fresh install today, but I'm unable to play anything on Spotify. I'm using the 32-bit Lite version.

Guggi11 commented 3 weeks ago

Now it started once via iris. One playlist (I dont know why) started playing. But now again it didt'n work

s-martin commented 3 weeks ago

There seems to be again an issue with Mopidy-Spotify, see https://github.com/pimoroni/pirate-audio/issues/98#issuecomment-2292192728

Maybe this is related