Media server streams widget not working after latest Jellyfin update
There was recently a huge update to Jellyfin and ever since updating everything seems completely fine. But I realized today that homarr was showing this error in the media streams widget: "TRPCClientError: Response from integration did not indicate success"
What is the cause of this?

20 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
1. Please provide all data as request by @Cakey Bot
2. Confirm that you're running 10.11
3. Can you re-test the integration?
At least we have an updated (major) version for the sdk we are using

- OS: Unraid
- Homar version: 1.42.1
- Docker
What error do you get on jellyfin?
Because based on the openapi documents that I compare both endpoints have the same schema and exist with the same path
2. I am definitely using 10.11
3. I tried removing the integration and app and re-add them but nothing new happened
I'm not getting any error on jellyfins end
But homarr shows a 500 error when calling jellyfin, so you should see an error for that in the logs of jellyfin
Hmm okay the
DbUpdateConcurrencyException seem to be like there is a general problem with jellyfin. As far as I can tell from their repository they still have some issues, see https://github.com/jellyfin/jellyfin/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3AopenI agree, this seems like a race condition in Jellyfin
I'd suggest you report this to them, I don't think this is a Homarr problem
But I think we definitely can take a look if any of our used API endpoints changed
Yes, maybe the media release widget. 10.11 mainly migrates to efcore and most other parts than the library were unchanged.
What should the title be in the bug report?
Like, what's the main issue that's causing this?
We don't know because we're not Jellyfin developers. Please open a bug, maybe with a title
DbUpdateConcurrencyException
And copy this stacktrace and send it to them
As said, it could very well be that Homarr needs some changes too, but typically this exception is a sign for a race condition (bug) in Jellyfin
And it can easily happen if multiple thread are used at the same time with wrong or missing syncing / locking
You can also forward them this conversation if you want, but as said we cannot assist you with the bug reportAwesome, thx for the hep!
You're welcome and good luck
Ok? apparently I can't even log into jellyfin anymore
it's giving this in the logs: [19:09:10] [ERR] [23] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL POST /Users/AuthenticateByName.
!qa out_of_scope
Your question is out of scope of our support. We are volunteers working on Homarr and cannot provide you with any information or help with third party software. Please contact the support of the respective applications instead to receive help.
Yeh, I know. I just wanted to give an update because it's definitely something on jellyfins end