You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured Supysonic using this Docker image and added my Last.fm api_key and secret values. However, I cannot find the Link button on my user page. On that page, I can only see "LastFM status Unavailable". I have double-checked my Last.fm API key/secret values are correct and they are newly registered.
How can I troubleshoot this? Is there a recommended Docker image to use?
The text was updated successfully, but these errors were encountered:
This "Unavailable" message means the key and secret haven't been properly set.
Unfortunately I don't have enough experience with Docker to be able to reliably provide support for this kind of deployment. The readme from the image you use mentions that some configuration values, such as the Last.fm stuff, can be set as environment variables through a docker-compose.yml file. You didn't give details on how you configured Last.fm, but if you set it directly in Supysonic config files maybe those environment variables are overriding your configuration.
Again, as per my poor experience with Docker I wouldn't recommend any image, I can only point you to a Docker Hub search but I guess you already looked that way.
I have configured Supysonic using this Docker image and added my Last.fm
api_key
andsecret
values. However, I cannot find the Link button on my user page. On that page, I can only see "LastFM status Unavailable". I have double-checked my Last.fm API key/secret values are correct and they are newly registered.How can I troubleshoot this? Is there a recommended Docker image to use?
The text was updated successfully, but these errors were encountered: