jellyfin / jellyfin-webos

WebOS Client for Jellyfin
https://jellyfin.org
Mozilla Public License 2.0
646 stars 68 forks source link

Black Screen After conect #226

Closed cdoblas-eng closed 4 months ago

cdoblas-eng commented 5 months ago

Hi guys, I have installed Jellyfin on my LG OLED65C34LA with webOS 23 - 8.3.0-1516 through LG CONTENT STORE and when I set the server address it stays on a black screen permanently, It's not a problem of server because I can connect to the server with others jellyfin clients. I have been testing and downloaded the WebOS TV 23 Simulator with the source code and happens the same, here I leave a video.

https://github.com/jellyfin/jellyfin-webos/assets/128298475/c0366a5d-8c22-4bf1-932e-7401f0d6e168

dmitrylyzo commented 5 months ago

Are there any logs (console) when using webOS Simulator? I haven't tried it.

keesfluitman commented 4 months ago

@cdoblas-eng You closed this as completed, but can you tell us what was wrong? How can i fix this or troubleshoot this?

cdoblas-eng commented 4 months ago

It was happening because my router was not routing my devices correctly. I changed it and the problem was solved.

keesfluitman commented 4 months ago

Oke ill try the security headers in my ssl.conf that i have enabled for my nextcloud instance. The docs mention that these can break webos on lg.

nebb00 commented 3 months ago

I had the same issue. But narrowed it down to this header causing the problems add_header X-Frame-Options "SAMEORIGIN" always;

draft13 commented 3 months ago

I had the same issue. But narrowed it down to this header causing the problems add_header X-Frame-Options "SAMEORIGIN" always;

removing this from my nginx config did the trick for me.