![]() |
SOLVED: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem (/t-solved-remote-jellyfin-jellyfin-api-auth-customauthenticationhandler-problem) |
remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - ahmad - 2024-03-11 i have a jellyfin in a docker container with domian and cloudflare for remote access when watching a movie or a show after some time it stop playing and can't do anything in the webpage and after refresh i got this first image, so i have to close the tab re-enter the domian for it and login again here the log from portainer: Code: [code][07:41:06] [INF] [41] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks here a brief info about my setup: cpu: ryzen 3 3200g igpu: amd redaon vega ram: 16GB OS: Debian 12 Jellyfin version: 10.8.13 i run jellyfin inside a docker container with an nginx proxy manager with force SSL for remote access and i register a domain with cloudflare and enabled Proxied RE: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - TheDreadPirate - 2024-03-11 I've updated our Nginx Proxy Manager docs recently. https://jellyfin.org/docs/general/networking/nginx/#nginx-proxy-manager Double check your setup lines up with our docs. If it does, we can do some additional troubleshooting. RE: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - ahmad - 2024-03-26 (2024-03-11, 04:30 PM)TheDreadPirate Wrote: I've updated our Nginx Proxy Manager docs recently. Thanks, this works for me. RE: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - gbomacfly - 2025-04-09 Hello! I have the same problem. My computer is running on Proxmox with an OpenMediaVault VM. It contains a Docker container for Jellyfin. Everything works fine, but I keep getting the same error messages, namely three lines: Code: [18:10:04] [INF] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: CustomAuthentication was not authenticated. Failure message: Invalid token. My Nginx Proxy Manager is configured as described in the documentation. But when I disable the proxy host or quit NPM, the error persists. The debug log also doesn't provide any clues as to the source of the error. An IP or hostname would be helpful. Can someone please help me? I'm running out of ideas. RE: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - TheDreadPirate - 2025-04-09 This is unrelated to Nginx. This is likely a TV client, Android TV or Roku, that has an expired authentication token. You need to find the offending client and log out and log back in on that TV client. RE: remote jellyfin Jellyfin.Api.Auth.CustomAuthenticationHandler problem - gbomacfly - 2025-04-10 THX, had found the issue. It was an abandoned Home assistant Container ![]() |