cross-platform / apple-music-for-linux

Access your Apple Music library from Linux
https://snapcraft.io/apple-music-for-linux
GNU General Public License v3.0
82 stars 15 forks source link

No supported source was found. #29

Closed ck3mp3r closed 2 years ago

ck3mp3r commented 2 years ago

When trying to play a live apple music one station a popup appears "Failed to load because no supported source was found" accompanied by an in app error "An error occured. Playback error."

MarcusTomlinson commented 2 years ago

Hmm, live stations appear to be working for me at least. When this happens you could try pressing Ctrl+R to reload the page, and see if the issue goes away.

Otherwise you could try re-installing the snap by running:

snap remove apple-music-for-linux
rm -rf ~/snap/apple-music-for-linux
snap install apple-music-for-linux

And see if that solves your issue.

ck3mp3r commented 2 years ago

Been there, done that... also, keeps on forgetting the country I selected after logging in. Quitting out of the app and starting it agains solves that... not ideal though. Are there additional plugins required for this to work on a Raspberry Pi 4 running Ubuntu Hirsute?

MarcusTomlinson commented 2 years ago

You can force the locale selection via ~/snap/apple-music-for-linux/common/locale if the auto detect is getting it wrong.

For example:

echo "GB" > ~/snap/apple-music-for-linux/common/locale

This snap isn’t yet supported on raspberry pi. See: https://github.com/cross-platform/apple-music-for-linux/issues/26

ck3mp3r commented 2 years ago

Closing re #26