webos-tvheadend icon indicating copy to clipboard operation
webos-tvheadend copied to clipboard

Crash on C3 with WebOS 8.2.0-710

Open Jimbo888888 opened this issue 8 months ago • 20 comments

TVheadend Client opens and displays the splash screen, but after finishing the splash screen it changes to black screen and stays like this (black screen) indefinitely.

LG C3 77" with WebOS 8.2.0-710

The TV is rooted.

Jimbo888888 avatar Apr 05 '25 15:04 Jimbo888888

Hi, I have the same issue I think, installed this plugin via Homebrew channel plugin on my rooted LG G3, and when I try to start it it shows splash screen then it goes to black screen so I can't access TVHeadend setup screen? Can I try to enter connection parameters manually through CLI, or anything to troubleshoot? Here's my webos version.

Image

adiadi2 avatar Apr 06 '25 16:04 adiadi2

@Jimbo888888 did you have working setup that stoped working, maybe after update, or is it first time install like me?

adiadi2 avatar Apr 07 '25 16:04 adiadi2

I have installed it for the fist Time and I have the Problem.

Jimbo888888 avatar Apr 08 '25 11:04 Jimbo888888

Hi, I created a new version which should now support the newer webos versions. I tested it on the webos simulator which works fine. Can you please verify if its working for you? Please download the ipk and install it on your tv. Let me know if it works or not.

0.9.0 release draft

WillinuX-Code avatar Apr 17 '25 15:04 WillinuX-Code

@WillinuX-Code Hi, it doesn't work, proxy is not running!

Image

This fork only fails stream test, if it helps.

https://github.com/WillinuX-Code/webos-tvheadend/issues/36#issuecomment-2266378979

adiadi2 avatar Apr 17 '25 19:04 adiadi2

Next version includes a small fix to hopefully keep the service active

0.9.1-draft

WillinuX-Code avatar Apr 18 '25 22:04 WillinuX-Code

No, still the same "proxy is not running", can I somehow grab a logs?

adiadi2 avatar Apr 19 '25 12:04 adiadi2

...and another try fix 0.9.2-draft

Its running fine in all emulators (3-6) and simulators (webos 22-24) available from LG. Really strange. Please make sure to install the app from this release link and not from the homebrew channel (as its not yet published there)

WillinuX-Code avatar Apr 19 '25 21:04 WillinuX-Code

No, same as before. I'm installing it through Webos dev manager, as root user, is it ok?

adiadi2 avatar Apr 21 '25 14:04 adiadi2

Please try my build: https://github.com/th0enix/webos-tvheadend/releases

th0enix avatar Apr 21 '25 17:04 th0enix

Hi guys, just to let you know 0.9.2-draft again saying proxy is not running. Device Indo: OLED77C22LB - 23.20.68 - 9.2.1 @th0enix your build started fine

  • Cyrillic EPG works
  • Could not play recordings for some reason(where shall I look for logs) btw is there a way to seek on channels with recordings?

vtashev avatar Apr 22 '25 08:04 vtashev

@th0enix yours has the same behaviour as the one I mentioned in my post above, failed stream test, can I troubleshoot somehow? ty

Image

adiadi2 avatar Apr 22 '25 11:04 adiadi2

@adiadi2 can you please download the m3u playlist with this url: http://192.168.0.70:9981/playlist/auth/channels , open the file and copy the first stream link and try if it works in your browser? On connect, the app tries to request the first channel: src/utils/TVHSettingsTest.ts#L99 and it looks like you are getting an ECONNRESET

th0enix avatar Apr 26 '25 15:04 th0enix

You can debug the app by opening this link in chrome: chrome://inspect/#devices , click on configure and add: <-TVIP->:9998 . Now start the app and you can click on 'inspect'. This opens up a new DevTools window. Then click on the blue Smartphone/Tablet symbol and you can get to the 'Console' tab. Then just post the errors displayed and we can diagnose further.

th0enix avatar Apr 26 '25 15:04 th0enix

Please try my build: https://github.com/th0enix/webos-tvheadend/releases

I am running your build just fine on my OLED55G49LS with webOS24 (9.2.2-1903) just fine while all other more recent versions seem to either get stuck while connecting or with a blank screen.

However, what I am missing is the channel logos which were there with another (lower) version

Kurisutian avatar Apr 27 '25 06:04 Kurisutian

...and another try fix 0.9.2-draft

Its running fine in all emulators (3-6) and simulators (webos 22-24) available from LG. Really strange. Please make sure to install the app from this release link and not from the homebrew channel (as its not yet published there)

When installing it seems to get stuck when connecting. I was checking as an update to a previous (running) version and the connection box bottom left appeared but nothing happened afterwards. I even had to turn the TV off and on since nothing else worked any longer. Also a fresh install kinda ended similar. The setup screen showed but as soon as I tested my connection eveything got stuck and nothing worked even after 5 minutes. Been testing on an OLED55G49LS and webOS24 (9.2.2-1903).

Kurisutian avatar Apr 27 '25 06:04 Kurisutian

@th0enix

@adiadi2 can you please download the m3u playlist with this url: http://192.168.0.70:9981/playlist/auth/channels , open the file and copy the first stream link and try if it works in your browser? On connect, the app tries to request the first channel: src/utils/TVHSettingsTest.ts#L99 and it looks like you are getting an ECONNRESET

there was the problem as I had 3 {name-not-set} channels, they aren't playable anywhere, and were first 3 in the list, as soon as I disabled them in tvh-server your compile started working, thanks for the debugging tip. I have some problems with recordings though, I think that problematic ones are those with ComSkip post-process applied to them but need to investigate it further but that's for another bug report anyway so as lack of any channel group filtering and channel ordering in guide and channels list. Thanks for the tip again :) 👍

@WillinuX-Code should I report any issues here or at th0enix fork since thats the one I'm using?

adiadi2 avatar Apr 27 '25 18:04 adiadi2

you can report them here

WillinuX-Code avatar Apr 29 '25 18:04 WillinuX-Code

@th0enix there was the problem as I had 3 {name-not-set} channels, they aren't playable anywhere, and were first 3 in the list, as soon as I disabled them in tvh-server your compile started working, thanks for the debugging tip. I have some problems with recordings though, I think that problematic ones are those with ComSkip post-process applied to them but need to investigate it further but that's for another bug report anyway so as lack of any channel group filtering and channel ordering in guide and channels list. Thanks for the tip again :) 👍

Please assign your channels a number in tvh-server, in my new release V1.0.1 channels with no numbers are ignored, so you can sort the channels on the server.

th0enix avatar May 04 '25 14:05 th0enix

@th0enix I just tried your 1.0.1 release, I got error on Stream: Using version 4.3 with User Authentication requires activation of Persistence Token" in User Password settings of TVHeadend I will try manage that with my tvh server owner, but is there workaround ?

vtashev avatar Aug 01 '25 07:08 vtashev