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

Ask me to sign in every time after close the app. #28

Open MRzNone opened 2 years ago

MRzNone commented 2 years ago

The app asks me to sign in every time I log out. Is there a way to fix this?

MarcusTomlinson commented 2 years ago

It may be that the app has detected the wrong country for you.

You can override the auto locale detection via ~/snap/apple-music-for-linux/common/locale.

For example:

echo "US" > ~/snap/apple-music-for-linux/common/locale
mattmaddux commented 2 years ago

I'm seeing the same thing. I checked the locale file and it is correct. Every day it makes me log in again, though, even if I haven't closed the app.

brogers commented 2 years ago

I was able to fix this issue by closing the app, then rm -r ~/snap/apple-music-for-linux. After restarting apple-music-for-linux I was able to stay signed in.

825i commented 2 years ago

Without knowing what Linux distro you guys are using, this is impossible to troubleshoot.

DaSilva2010 commented 5 months ago

I was able to fix this issue by closing the app, then rm -r ~/snap/apple-music-for-linux. After restarting apple-music-for-linux I was able to stay signed in.

This helped me when I was not longer able to login on Ubuntu 22.04.1 LTS.