-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version is stuck at boot logo #144
Comments
For Linux: #79 (comment) You are the second person who has encountered this problem. |
I faced the same issue but using the |
Are there any news about this? I'm having the same issue and I do not want to use a old version. 🤷 |
Until someone posts where it crashes, I can't say why, because it works on my TV (NU7400). #144 (comment) |
I could help collect some logs this weekend. Meanwhile I'm curious, it works for you on tizen 4 with the |
Yes, it worked, at least the mentioned commit. I am using For the record. When I was checking to see if I could use the Tizen certificate, I had to uninstall the app first. |
Hi guys
I do NOT know if I have interpreted it right or I have to do something else. I also don't know if there is a way to access logs to see where the failure could be. Any suggestions. Thanks in advance |
@Afmarhome I can't verify Windows, but try this:
C:\tizen-studio\tools\sdb.exe connect {TV_IP}
C:\tizen-studio\tools\sdb.exe devices
C:\tizen-studio\tools\sdb.exe -s {DEVICE} shell 0 debug "AprZAARz4r.Jellyfin"
See the output - there should be a port that has been opened for debugging.
C:\tizen-studio\tools\sdb.exe forward --remove tcp:{PORT}
C:\tizen-studio\tools\sdb.exe -s {DEVICE} forward tcp:{PORT} tcp:{PORT}
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --enable-pinch --no-first-run --activate-on-launch --no-default-browser-check --allow-file-access-from-files --disable-web-security --disable-translate --proxy-auto-detect --proxy-bypass-list=127.0.0.1 --enable-blink-features=ShadowDOMV0 --enable-blink-features=CustomElementsV0 --user-data-dir=C:\tizen-studio-data\chrome-user-data --app="http://{TV_IP}:{PORT}"
If you see a blank page, try the same above with Chrome 79. |
Same issue here, Tizen 5, RU8000. Debugging I got only below, seems to be pointing to "www/node_modules.@remix-run/router/dist.undefined.bundle.js". Perhaps @dmitrylyzo knows better. |
Is there any chance that this only affects Windows users? 🤔 |
Yes that's seems to fix it! Again great find @dmitrylyzo! |
I'm also on windows and this fixed it for me too. Thank you @dmitrylyzo! |
It also solve my problem, App built in windows and NU7475 device model. Thank you @dmitrylyzo! |
I have tried updating jellyfin tizen to latest version, and this resulted in the app being stuck at jellyfin boot logo.
I also have an old version of jellyfin tizen that I've built a while ago, on February 4th, which is what I've been using until now.
I have rebuilt the Feb 4th jellyfin-tizen using the latest jellyfin-web repo - and it is working as it should - given the time differences between the repositories.
So not sure what change resulted in the issue since then in jellyfin-tizen.
From what I understand the tv is running tizen version 3.0
![image](https://user-images.githubusercontent.com/6513056/196006755-386fa49d-508e-4337-b410-12764ef3260f.png)
Not sure how to debug this. Please tell me what more info you need.
The text was updated successfully, but these errors were encountered: