-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant get webscrobbler to work #157
Comments
Thanks for the logs and config samples. Can you try using docker image |
No problem. It seems like this fixed the issue. I receive songs via webscrobbler now and it shows as discovered in the WebUI. Thank you very much!
one probably offtopic question regarding pushing discovered tracks from webscrobbler: |
It should push them automatically. There are several reasons it may not be scrobbling though: MS waits for scrobble from WebscrobblerIn the logs on startup you should see this message:
MS will show the currently playing track reported by webscrobbler but will not actually scrobble the song until Webscrobbler reports it should be scrobbled. This should occur after a majority of the track has been played. Client to scrobble to has an incorrect nameIn your config example, for the webscrobbler using slug You can verify if this is happening by checking DEBUG logging after a track is 'discovered' for a message that looks like:
Duplicate tracksIf you are testing MS and still have your webscrobbler extension configured to scrobble to Maloja directly then it is possible that:
You can get more information from MS on duplicate scrobbles by adding verbose options to the maloja client config like this in [
{
"name": "example",
"data": {
"url": "https://example.com",
"apiKey": "fdsfs"
}
"options": {
"verbose": {
"match": {
"onNoMatch": true,
"confidenceBreakdown": true
}
}
}
}
] |
That was it. Apparently I did not quite get the client field. I changed it accordingly and now it works. can be closed ! Thank you very very much! EDIT: I don't know if it should be kept open until the fix is merged into main. So I'll leave the closing to you. |
Released in v0.8.0 |
Describe the bug
I do a filebased config for webscrobbler from a chrome browser. I also have webscrobbler scrobble to last.fm just to make sure it works and it does.
The webscrobbler.json in multi-scrobbler: [0.7.1 on docker] looks like this:
I then setup webhook in webscrobbler within Brave (Chrome) with the several API_URLS according to the docs:
multi2
http://192.168.1.2:9078/api/webscrobbler/GXm621XSNa65
Multiscrobbler
http://192.168.1.2:9078/api/webscrobbler
Multiscrobbler
http://192.168.1.2:9078/api/webscrobbler/examplestringforur
but non of them work and I get following debug log:
I also tried with FQDN, but same debug log. Anyone has the same problem or knows what Im doing wrong?
The text was updated successfully, but these errors were encountered: