[SOLVED] Spotify connect stopped playing audio - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] Spotify connect stopped playing audio (/showthread.php?tid=6878) |
RE: Spotify connect stopped playing audio - Tim Curtis - 09-04-2024 (09-04-2024, 04:26 PM)new_bloke Wrote: I can confirm that compiling the librespot executable from the dev branch of the code (at commit 2ea7436) resolves the issue for me. I also discovered that older versions of the Spotify client (for me on Mac) seemed to cause a different authentication error. This probably explains why the Spotify community support folks are asking if the affected TVs are due a firmware update... In addition to the dev build did u also have to set $ap_port = '' in /var/www/inc/renderer.php? RE: Spotify connect stopped playing audio - Tim Curtis - 09-04-2024 Looks like one of the librespot devs is suggesting that we may need to move to 0.5.0 dev https://github.com/librespot-org/librespot/issues/1322 If thats the case I'll build a package and upload it tomorrow. RE: Spotify connect stopped playing audio - the_bertrum - 09-05-2024 The post I made on the Spotify forum has a lot of people agreeing. Many different devices have the issue. I expect it will be fixed at the Spotify end pretty soon if there are so many different clients that struggle. https://community.spotify.com/t5/Other-Podcasts-Partners-etc/spotify-connect-connects-but-won-t-play/m-p/6316722#M115008 RE: Spotify connect stopped playing audio - the_bertrum - 09-05-2024 Although, there's also this: https://community.spotify.com/t5/Other-Podcasts-Partners-etc/Spotify-Connect-issue-on-multiple-platforms-examined/td-p/5401177 so maybe they just don't care . Is one of the differences in 0.5.0 that it uses the new endpoint perhaps? RE: Spotify connect stopped playing audio - DRONE7 - 09-05-2024 If I may draw a (very) long bow here... Jim Stafford- Wildwood Weed. Last phrase = 'and we just smiled and waved sittin' there on that sack of seeds" 5000+ and counting CD's ;-) RE: Spotify connect stopped playing audio - the_bertrum - 09-05-2024 (09-05-2024, 07:29 AM)DRONE7 Wrote: If I may draw a (very) long bow here... Yeah, I hear you... I almost exclusively listen to radio or my own purchased collection precisely so I don't have to rely on the whims of "the man", but Spotify is great for parties Incidentally, I tried the "use google dns" hack, but it didn't have any effect for me. RE: Spotify connect stopped playing audio - new_bloke - 09-05-2024 (09-04-2024, 04:32 PM)Tim Curtis Wrote:(09-04-2024, 04:26 PM)new_bloke Wrote: I can confirm that compiling the librespot executable from the dev branch of the code (at commit 2ea7436) resolves the issue for me. I also discovered that older versions of the Spotify client (for me on Mac) seemed to cause a different authentication error. This probably explains why the Spotify community support folks are asking if the affected TVs are due a firmware update... I didn't, although I'm running an old build of Moode currently. I see other issues, such as the Spotify active overlay not displaying, and the volume control being different, likely caused by the different way the dev version handles player events... I'm happy to try on the latest version of Moode and report back, if that's helpful... RE: Spotify connect stopped playing audio - the_bertrum - 09-05-2024 (09-05-2024, 08:01 AM)the_bertrum Wrote: Incidentally, I tried the "use google dns" hack, but it didn't have any effect for me. Further incidentally, I forgot about DNS caching. Using google dns (8.8.8.8 and 8.8.4.4) then rebooting everything does work around this problem, at least so far.... RE: Spotify connect stopped playing audio - Tim Curtis - 09-05-2024 I just resub'd to Premium for a few months on a discount coupon and its playing perfectly on my end with current 0.4.2 librespot. Below is some log output from /var/log/moode_librespot.log. It shows successful AP fallback. To get this log turn debug logging on in System Config then restart Spotify Connect. Code: pi@moode9:~ $ cat /var/log/moode_librespot.log This would suggest that the 0.4.2 release is still ok and possibly Spotify's AP network config got messed up preventing some regions from being able to connect to an AP for that region. In any case I did build a 0.5.0-dev package and I'll test that later today. RE: Spotify connect stopped playing audio - MagnusT - 09-05-2024 With no changes to anything, now everything works again as it should. Spotify did something ... |