Can't connect via LG C8 app from store - 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: Can't connect via LG C8 app from store (/t-can-t-connect-via-lg-c8-app-from-store) |
Can't connect via LG C8 app from store - Atkasi - 2024-03-30 Hi there I have a remote linux server, from which I previously used Emby. Today I decided to try out Jellyfin (installed via Swizzin). I'm reluctant to delete Emby until I get this one working properly though, so note that both apps are installed on the server, however Emby is currently stopped/disabled. My LG TV is currently on version 05.50.15. Emby Server seems to be on: 10.8.13 So basically, I can connect just fine via web-browser, I even downloaded the iOS app and can connect to the server from the iOS app. Playback works fine on iOS app as well. However, when I try to connect via the LG App my TV-screen just goes "black" - or at least it doesn't show anything. From the server logs I see these related to when trying to access via the TV: [2024-03-30 21:27:54.945 +00:00] [INF] WS "HOMEIP" closed [2024-03-30 21:27:55.703 +00:00] [INF] WS "HOMEIP" request [2024-03-30 21:28:14.030 +00:00] [INF] WS "HOMEIP" closed [2024-03-30 21:28:14.835 +00:00] [INF] WS "HOMEIP" request [2024-03-30 21:28:26.177 +00:00] [INF] WS "HOMEIP" closed [2024-03-30 21:28:26.788 +00:00] [INF] WS "HOMEIP" request [2024-03-30 21:28:30.249 +00:00] [INF] WS "HOMEIP" closed [2024-03-30 21:28:30.762 +00:00] [INF] WS "HOMEIP" request [2024-03-30 21:28:45.433 +00:00] [INF] WS "HOMEIP" closed [2024-03-30 21:28:46.339 +00:00] [INF] WS "HOMEIP" request [2024-03-30 21:30:19.479 +00:00] [INF] WS "HOMEIP" closed [2024-03-30 21:30:20.918 +00:00] [INF] WS "HOMEIP" request [2024-03-30 21:30:21.031 +00:00] [WRN] Slow HTTP Response from "SERVERIP/jellyfin/Sessions/Capabilities/Full" to "HOMEIP" in 0:00:00.5172834 with Status Code 204 The final line is when the TV goes to sleep I suppose. Anyone have any ideas on what I can try to get this working? I'd like to make the switch from Emby --> Jellyfin, but obviously wont do so if it doesn't work on my TV, which is the main screen for me to watch shows and movies. Thanks in advance! RE: Can't connect via LG C8 app from store - TheDreadPirate - 2024-03-30 Are you using a reverse proxy? RE: Can't connect via LG C8 app from store - Atkasi - 2024-03-31 Hope I’m not misunderstanding but I’m connecting via hostname/domain (xx.xx.eu) instead of server IP. However I dont understand why it works via iOS app but not TV, when connecting to the same URL? RE: Can't connect via LG C8 app from store - Atkasi - 2024-03-31 Have installed Nginx/Letsencrypt, which I realise might better answer your question.. RE: Can't connect via LG C8 app from store - TheDreadPirate - 2024-03-31 (2024-03-31, 12:11 PM)Atkasi Wrote: Have installed Nginx/Letsencrypt, which I realise might better answer your question.. Yes. This is what I was asking. Because this header option can cause issues with WebOS. Code: # Security / XSS Mitigation Headers If you have that in your Nginx config, comment it out. It isn't required. |