mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
/DisplayPreferences/usersettings endpoint returning 500 when attempting to log in #3195
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gregoryjjb on GitHub (Aug 10, 2021).
Describe the bug
When attempting to sign in the page hangs with a spinner; it specifically fails on the
/DisplayPreferences/usersettings?userId=xxx&client=embyrequest, which is returning a 500. Exact error visible in logs section below. Existing sessions are currently unaffected, only new sign in attempts are broken. Sometimes refreshing the page in this stuck state will complete the login, other times it will keep me on the login screen.System (please complete the following information):
To Reproduce
Expected behavior
I should be signed in.
Server Logs
FFmpeg Logs
N/A
Browser Console Logs
Screenshots
N/A
Additional context
I've seen this endpoint fail with this same (or at least a very similar) error before but it's always resolved itself; having no such luck this time. Appreciate any help.
@barronpm commented on GitHub (Sep 10, 2021):
Fixed in 10.7.7
@gregoryjjb commented on GitHub (Sep 14, 2021):
Just upgraded and still facing the exact same issue :( it's actually worse now, refreshing the page never gets me through the login now.
@cvium commented on GitHub (Sep 14, 2021):
Please provide the full log
@gregoryjjb commented on GitHub (Sep 14, 2021):
More logs than provided above? Here's the full thing: https://pastebin.com/raw/GKU8YffN
You can see the error on the
/DisplayPreferences/usersettingsendpoint right at the end, from a login attempt@cvium commented on GitHub (Sep 14, 2021):
Looks like a different error. Have you tried rebooting?
@gregoryjjb commented on GitHub (Sep 14, 2021):
I have rebooted yeah.
@barronpm commented on GitHub (Sep 15, 2021):
It looks like this is a different issue from the known bug for display preferences. Does this occur when you have no plugins? If not, which plugin causes the error?
@gregoryjjb commented on GitHub (Sep 15, 2021):
Still occurs with all plugins disabled. It's because
_displayPreferencesManageris null right? Can I set up any more advanced debugging on my instance?