-
Notifications
You must be signed in to change notification settings - Fork 20
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
Jellyfin Webhook cannot post to Multiscrobbler #92
Comments
Thanks for the logs. Can you confirm for me that you can access the the dashboard at http://localhost:9078 ? |
Should not be appending to route but replacing...see if leading slash fixes things
Can you try out |
Yes I can!
Sure I'll give it a shot now. |
I can confirm it works on develop! |
By any chance does your jellyfin endpoint, in the webhook plugin, have a trailing slash like this:
|
Yes it does, should I remove that? |
Thanks for confirming that 👍 that's what was causing the issue. The fix I introduced accounts for that now so there's no need to remove it. |
Fixed in https://github.com/FoxxMD/multi-scrobbler/releases/tag/0.5.1 -- you can switch back to (update) |
Please check the FAQ before submitting a bug report.
Describe the bug
Seemingly since the release of 0.5.0 I noticed none of my music was being scrobbled from jellyfin. On checking the jellyfin logs it seems that Jellyfin is unable to post to multi-scrobbler so multi-scrobbler never sees any data. My configuration hasn't changed since the previous version
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Jellyfin's webhook posts to multi-scrobbler successfully and multi-scrobbler scrobbles the song
Logs
If possible reproduce the issue with debug logging ON
From Jellyfin:
From multi-scrobbler:
Versions (please complete the following information):
Provide version information for any related sources/clients.
Additional context
I'm not entirely sure if this is an issue with multi-scrobbler or my configuration. I hadn't touched it until this morning when I noticed listenbrainz was missing any tracks I'd listened to after the 29th. I did take a look at the list of breaking changes on the release, and the release candidate, but I couldn't see anything that should have affected me. My configuration is incredibly simple!
The text was updated successfully, but these errors were encountered: