2024-03-11, 06:10 PM
(This post was last modified: 2024-03-11, 06:11 PM by creylon. Edited 1 time in total.)
Hi,
I can't connect to my server using one particular fire tv stick. It just stopped working for no apparent reason. Other devices still work fine, even another fire tv stick works fine. Tried reinstalling the app, deleting it from device list in jellyfin and using different user, all resulting in the same error:
I run jellyfin 10.9 unstable in a docker container behind an nginx proxy server. For years everything worked fine with this configuration. Do you have any suggestions?
Thanks
I can't connect to my server using one particular fire tv stick. It just stopped working for no apparent reason. Other devices still work fine, even another fire tv stick works fine. Tried reinstalling the app, deleting it from device list in jellyfin and using different user, all resulting in the same error:
Code:
jellyfin | [18:00:32] [INF] [221] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for testuser has succeeded.
jellyfin | [18:00:32] [INF] [221] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user testuser: 0/0
jellyfin | [18:00:32] [INF] [221] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 1b2a307e-4619-4d67-a0ff-40813xxxxxxx
jellyfin | [18:02:01] [WRN] [212] Jellyfin.Networking.Manager.NetworkManager: [THE_IP]: External request received, no matching external bind address found, trying internal addresses.
jellyfin | [18:02:01] [WRN] [212] Jellyfin.Networking.Manager.NetworkManager: [THE_IP]: External request received, but no external interface found. Need to route through internal network.
jellyfin | [18:03:34] [WRN] [204] Jellyfin.Networking.Manager.NetworkManager: [THE_IP]: External request received, no matching external bind address found, trying internal addresses.
jellyfin | [18:03:34] [WRN] [204] Jellyfin.Networking.Manager.NetworkManager: [THE_IP]: External request received, but no external interface found. Need to route through internal network.
I run jellyfin 10.9 unstable in a docker container behind an nginx proxy server. For years everything worked fine with this configuration. Do you have any suggestions?
Thanks