mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Could not find handler for specified files #1516
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 @cjosh-vt on GitHub (Apr 9, 2020).
Describe the bug
In the logs there are repeated attempts(once every minute) to find /jellyfin/Users /jellyfin and /jellyfin/Sessions. There is no folder in the root directory for jellyfin. It might be looking for /etc/jellyfin/users and /etc/jellyfin but I couldnt find a sessions path anywhere.
System (please complete the following information):
To Reproduce
Expected behavior
No uncaught exceptions.
Logs
[2020-04-08 21:09:45.137 +01:00] [ERR] Could not find handler for "/jellyfin/Users"
[2020-04-08 21:09:45.139 +01:00] [ERR] Error processing request: "Unable to find the specified file."
[2020-04-08 21:09:45.179 +01:00] [ERR] Could not find handler for "/jellyfin"
[2020-04-08 21:09:45.180 +01:00] [ERR] Error processing request: "Unable to find the specified file."
[2020-04-08 21:10:39.156 +01:00] [ERR] Could not find handler for "/jellyfin/Sessions"
[2020-04-08 21:10:39.157 +01:00] [ERR] Error processing request: "Unable to find the specified file."
Screenshots
none
Additional context
none
@cjosh-vt commented on GitHub (Apr 21, 2020):
10.5.4 no longer has this issue