spl0k / supysonic

Supysonic is a Python implementation of the Subsonic server API.
https://supysonic.readthedocs.io
GNU Affero General Public License v3.0
264 stars 58 forks source link

Missing the Link button for Last.fm scrobbling #222

Open dbogdanov opened 2 years ago

dbogdanov commented 2 years ago

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?

spl0k commented 2 years ago

Hello.

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.

dbogdanov commented 2 years ago

Thank you for the information, I will investigate further why the key/secret aren't set properly.