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,


RE: LG TV APP error -25 "Can't load - bitmap - 2025-09-15

I'm not sure what steps you're referring to. I will let you know that Cloudflare tunnels are unsupported as this breaks their ToS.

On the nginx side, I'm more familiar with vanilla nginx and SWAG than NPM, but can you share what your config looks like?


RE: LG TV APP error -25 "Can't load - idontwantdonuts - 2025-09-18

(2025-09-15, 11:52 PM)bitmap Wrote: I'm not sure what steps you're referring to. I will let you know that Cloudflare tunnels are unsupported as this breaks their ToS.

On the nginx side, I'm more familiar with vanilla nginx and SWAG than NPM, but can you share what your config looks like?


I was referring to the steps in the link, As in the screenshot.
My nginx setup is as seen in the screenshots.

Thanks