mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: "Connection Failure" when trying to log in #5710
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 @roydbt on GitHub (May 12, 2024).
Please describe your bug
I've jsut updated to 10.9.0, and when I went to check the new web interface there was no media on the home page. I tried to disconnect and reconnect, only to discover that I can't log in using the same credentials as before. The full message is:
I could not get more complete logs as right now it is stuck on the loading spinner in the web interface and no exceptions were thrown in the logs, only the first few line over and over again.
Reproduction Steps
Jellyfin Version
10.9.0
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@crobibero commented on GitHub (May 12, 2024):
You somehow have a user without a password reset provider.
Shutdown Jellyfin and run the following sql statement:
@roydbt commented on GitHub (May 12, 2024):
The web still won't load, only showing a loading spinner. The web console shows:
a few times.
@crobibero commented on GitHub (May 12, 2024):
Try clearing your browser cache
@VampiricAlien commented on GitHub (May 13, 2024):
@crobibero I have an user without password, no issue. I do have an issue were jellyfin is under stress but the server isn't, this caused the server to not respond to any client for a few minutes to around 10 minutes. https://github.com/jellyfin/jellyfin/issues/11563 could be linked.
@crobibero commented on GitHub (May 13, 2024):
Closing as the original issue is fixed. Since you seem to be encountering a different issue, please open a new issue with fresh logs and description.
@ACR-Jeff commented on GitHub (May 17, 2024):
I am confused as to why this was closed, The OP never stated the issue was solved? I have this same issue, Yet nothing has solved it for me, It would be great to have more info on this without being closed prematurely.
@roydbt commented on GitHub (May 17, 2024):
For me running:
Solved it (replacing NULL with an empty string)
@ACR-Jeff commented on GitHub (May 17, 2024):
Thank you, I will give this a try