-
-
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
[jellyfin_rpc] error decoding response body #142
Comments
Can you try updating your jellyfin server? I am on 10.9.9 |
Updated to 10.9.9, redid the config just in case.. still the same error. |
Same error with Jellyfin 10.9.9, Discord and jellyfin-rpc up to date |
Is it when something is playing or does it just happen all the time? |
Try going to https://jellyfin.example.org/Sessions?api_key=YOUR_API_KEY and see if you see anything, I have heard of people having trouble reaching that end point sometimes.. Replace jellyfin.example.org with your jellyfin URL |
All the time, It just can't connect |
Same error here. Jellyfin 10.9.11 Tried that link, and it shows info with devices that have played Jellyfin recently, and, only sometimes, the currently playing song on refresh. My server is on a base URL with Docker |
Yup, same for the server |
Same issue with Jellyfin 10.9.11, while the |
2024-09-30 16:30:00 ERROR [jellyfin_rpc] error decoding response body In my case, this is the response I get back, it happens only on some movies/series, not always |
Huh that one has some useful information, im decoding something wrongly apparently. I wish it said what though.. |
Here is my log with debug on:
One thing I noticed when looking up my Jellyfin logs is that my Jellyfin username is different from what is on the user screen. I did change it at some point.
|
i had this error i fixed it by looking at the config file |
Is there an existing issue for this?
Have you ran the program with debug logging?
--log-level=debug
when running the programWhat went wrong?
I set up the program and ran it, connects to discord immediately however continues to produce this error.
Terminal output
2024-08-18 06:51:50 INFO [jellyfin_rpc] Initializing Jellyfin-RPC
2024-08-18 06:51:51 INFO [jellyfin_rpc] Connecting to Discord
2024-08-18 06:51:51 INFO [jellyfin_rpc] Attempt 1: Trying to connect
2024-08-18 06:51:52 INFO [jellyfin_rpc] Connected!
2024-08-18 06:51:55 ERROR [jellyfin_rpc] error decoding response body
2024-08-18 06:51:55 INFO [jellyfin_rpc] Attempt 1: Trying to reconnect
2024-08-18 06:51:55 INFO [jellyfin_rpc] Reconnected!
2024-08-18 06:51:58 ERROR [jellyfin_rpc] error decoding response body
2024-08-18 06:51:58 INFO [jellyfin_rpc] Attempt 1: Trying to reconnect
Jellyfin-RPC version
0.14.0
What OS are you using?
Windows 10
What version is the Jellyfin server on?
10.8.13
Anything else?
No response
The text was updated successfully, but these errors were encountered: