Jellyfin Forum
LG TV APP error -25 "Can't load - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: LG TV APP error -25 "Can't load (/t-lg-tv-app-error-25-can-t-load)



LG TV APP error -25 "Can't load - idontwantdonuts - 2025-09-15

Hello, 

I have a Jellyfin server running in Docker, with nginx NPMplus and Cloudflared-Tunnel. 
Accessing from elsewhere with Apple TV, Android TV or app/web-browser works without a problem.

But with the LG Jellyfin App and after filling the server adres and login "https://sub.domain.example/"
I get a error -25 "Can't load" on the TV. 

While login in via we WebOS Web-browser is working, the app doesn't want to.


I checked the wiki at -> https://jellyfin.org/docs/general/post-install/networking/reverse-proxy/nginx/
and added the
 
Code:
    # Disable buffering when the nginx proxy gets very resource heavy upon streaming

    proxy_buffering off;

But i that doesn't solve the issue, just for clarity i don't have to do the above steps right?
because the forward config will be automatically generated when making the forward with the GUI of Nginx?


Thanks,