2025-03-28, 01:26 PM
The token issue is not related to disconnects. Tokens can expire or are revoked, but our TV clients will continue to attempt to log in in the background until you explicitly open the app and re-enter credentials.
Regarding Nginx Proxy Manager. We've updated our docs and the code below is the only thing that should be in the advanced tab.
The rest of what you have is not necessary and, AFAICT, doesn't actually do anything in Nginx Proxy Manager. If you have "cache assets" checked on the main configuration page, DISABLE it.
I don't know whether the "unexpected end" messages are related to Nginx.
Regarding IPv6. So you're saying that unRAID doesn't have IPv6 at all? Or that it isn't enabled in Jellyfin?
Can you open the terminal for unRAID and type in this command? Share the output.
Regarding Nginx Proxy Manager. We've updated our docs and the code below is the only thing that should be in the advanced tab.
Code:
# Disable buffering when the nginx proxy gets very resource heavy upon streaming
proxy_buffering off;
The rest of what you have is not necessary and, AFAICT, doesn't actually do anything in Nginx Proxy Manager. If you have "cache assets" checked on the main configuration page, DISABLE it.
I don't know whether the "unexpected end" messages are related to Nginx.
Regarding IPv6. So you're saying that unRAID doesn't have IPv6 at all? Or that it isn't enabled in Jellyfin?
Can you open the terminal for unRAID and type in this command? Share the output.
Code:
curl -vvv https://image.tmdb.org/t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg -o /tmp/futurama.jpg