reisxd / TizenTube

A NodeJS script to remove ads and add support for Sponsorblock for your Tizen TV (2017 and forward).
https://tizentube.live
GNU General Public License v3.0
390 stars 34 forks source link

Launcher crash on Tizen 2.4 #20

Closed AkimoA closed 9 months ago

AkimoA commented 9 months ago

hi,

Im running a 2016 model with Tizen 2.4 and I get it installed and running but as soon I klick the Launcher app it crashes back to SmartHub . is this related to the release year or the Tizen Version ?

nodejs server/debugger is running and connected while that happens .

the whole project obviously says (2017-and on ) but would there be a workaround maybe or at least a log to see why it immediately crashes .

reisxd commented 9 months ago

That's intentional. The app exists once the WS sends ok event. Try enabling the isTizen3 property in config.json and report back.

AkimoA commented 9 months ago

Sorry , for the delay and thanks for your answer.

I tried setting isTizen3 in the nodejs debugger/server side config.json without any luck

for now same behaviour a soon I klick the launcher jumps back to SmartHub without launching the Tizentube app

reisxd commented 9 months ago

Well, I have no idea. I do not have a Tizen 2 device nor a PC that can run an emulator, so I cannot test.