LastFM as a source isn't working #339
Closed
perfectly-preserved-pie
started this conversation in
General
Replies: 1 comment 4 replies
-
|
Your configuration looks ok. Can you share more logs from multi-scrobbler startup? If there is an error with Lastfm or it is not being parsed for some reason it should be visible in the logs. Try running multi-scrobbler with the additional env |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there, I'm trying to use multiscrobbler to scrobble from LastFM to Koito.
Here's my docker-compose.yml
and my lastfm.json:
[ { "name": "lastFM", "enable": true, "configureAs": "source", "data": { "apiKey": "redacted", "secret": "redacted", "redirectUri": "redacted" } } ]Multiscrobbler logs don't seem to help:
Any ideas what I'm missing here?
Beta Was this translation helpful? Give feedback.
All reactions