mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Can't open user preferences for admin user #3116
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 @DomiStyle on GitHub (Jun 27, 2021).
Describe the bug
Trying to open any of the user settings (Display, Home, Playback, Subtitles) returns a 500 from the server and ends up causing infinite loading screens in the UI. This also affects the login screen.
System (please complete the following information):
To Reproduce
Expected behavior
Login user
Server Logs
Browser Console Logs
Additional context
Refreshing Jellyfin in browser will lead to a successful login after it gets stuck, only the user preference request after the login fails.
Creating a new user works fine, user settings can be retrieved with no issues.
Probably related to https://github.com/jellyfin/jellyfin/issues/5953 https://github.com/jellyfin/jellyfin/issues/6012
@redactedscribe commented on GitHub (Jul 6, 2021):
Same happens for me.
After logging in, the error messages appearing, and the UI getting stuck, loading
http://localhost:8096/web/index.htmlwill get you past the log-in page.It looks like the same error occurs again when initiating a rescan of a library via the Dashboard.
@nodiscc commented on GitHub (Jul 19, 2021):
I can confirm this bug is back (I originally reported https://github.com/jellyfin/jellyfin/issues/6012)
10.7.6-12.4.46-4~bpo10+190.0.4430.212-1~deb10u1or firefox78.12.0esr-1~deb10u1It doesn't look like this was caused by a jellyfin upgrade, my last upgrade was
10.7.5-1->10.7.6-1on 2021-06-20, and the problem only started appearing on July 10-11@BeecherNetworks commented on GitHub (Aug 6, 2021):
Same problem here, can't get logged in on my Nvidia Shield or the Android app, can't access some config screens on everything else. Simple fixes don't work, don't want to recreate multiple users. Any workaround that work? If I can't watch on my TV.....
@sweisgerber commented on GitHub (Aug 7, 2021):
Related to: https://github.com/jellyfin/jellyfin-web/issues/2507
Workaround: https://github.com/jellyfin/jellyfin-web/issues/2507#issuecomment-873737288 (w/ clarifications in: https://github.com/jellyfin/jellyfin-web/issues/2507#issuecomment-894669973)
@cvium commented on GitHub (Sep 8, 2021):
Fixed in 10.7.7 #6512