KyroFrCode / moonlight-chrome-tizen-docker

Docker file in order to build the Moonlight application for Samsung TVs running under Tizen from my Github repository
149 stars 12 forks source link

Package installation error #2

Open blinciki-lol opened 11 months ago

blinciki-lol commented 11 months ago

Hello,

I have an issue with the package installation step, tizen install -n MoonlightWasm.wgt -t DEVICE_ID.

Output: Transferring the package... Transferred the package: /home/moonlight/MoonlightWasm.wgt -> /home/owner/share/tmp/sdk_tools/tmp Installing the package...

Platform log view

install MoonLightS.MoonlightWasm package_path /home/owner/share/tmp/sdk_tools/tmp/MoonlightWasm.wgt was_install_app return WAS_TRUE app_id[MoonLightS.MoonlightWasm] install start app_id[MoonLightS.MoonlightWasm] install failed[118, -19], reason: Parsing error : spend time for wascmd is [789]ms cmd_ret:0 Failed to install Tizen application. Total time: 00:00:01.261

Could you help with this step or do you have any clues how to debug the problem?

Fralloo10092001 commented 11 months ago

I have the exact same issue

timme04 commented 11 months ago

Me too. This is the output of sdb devices:

moonlight@9ed13632c3a3:~$ sdb devices
List of devices attached
192.168.2.32:26101      device          GQ75Q70RGTXZG
timme04 commented 11 months ago

Since I assume my TV is Tizen 5.0, I added vim to the Dockerfile and changed in /home/moonlight/build/widget/config.xml the required_version from 5.5 to 5.0

before: <tizen:application id="MoonLightS.MoonlightWasm" package="MoonLightS" required_version="5.5" launch_mode="caller"/> after: <tizen:application id="MoonLightS.MoonlightWasm" package="MoonLightS" required_version="5.0" launch_mode="caller"/>

Now I can do tizen install, but when i tried to start the app on the TV its stuck in the "Loading Moonlight Plugin" state directly after launch.

Doesn't it work with tizen 5.0? Can I provide some Debug information?

AwaitingSerotonin commented 11 months ago

Trying on a 2017 tv (not sure how to check tizen version, but I assume its old). Similar error message but a little different:

install MoonLightS.MoonlightWasm package_path /opt/usr/apps/tmp/MoonlightWasm.wgt was_install_app return WAS_TRUE app_id[MoonLightS.MoonlightWasm] install start app_id[MoonLightS.MoonlightWasm] install failed[118] spend time for wascmd is [3048]ms cmd_ret:0 Failed to install Tizen application. Total time: 00:00:05.064

Cyterg commented 11 months ago

Can confirm, having same issue as AwaitingSerotonin

naget09 commented 9 months ago

I had the same issue, I solved by tinkering with the config.xml file, I decided to leave everything in default with the exception of the required_version leaving it at 3.0 (The platform version of my samsung tv). It installed, but issues regarding pressing options or buttons within the app are still present. It seems I have found a solution regarding the error 118. Yet there are other issues that need to be checked.

daaash commented 8 months ago

I have the same TV model as @ct-23 , only as a 55 inch variant.

After I have started the container via

docker run -it --rm moonlight-tizen

I go to the container in the Docker client and switch to the file tab, navigate to

/home/moonlight/build/widget/config.xml

and change the paramater to version 5.0 (TV from 2019) and save the file.

Then I connect to the TV and try to install Moonlight with the command

tizen install -n MoonlightWasm.wgt -t GQ55Q70RGTXZG

to transfer the app to the TV, but I still get the same error message.

app_id[MoonLightS.MoonlightWasm] install failed[118, -19], reason: Parsing error :

Am I doing something wrong?

Thank you and best regards daaash

FlyingT commented 8 months ago

Same here, tried with version 3.0 for my older model. Seems like this is just broken, which sucks since Steam Link will stop working next month

KyroFrCode commented 8 months ago

I'll try to find a solution, it seems that everyone with an older TV, less than the year 2021, gets error 118 when installing the package. I'll check on my side and try to find a fix if and when I can.

Dean-Axe-Flip commented 7 months ago

I'll try to find a solution, it seems that everyone with an older TV, less than the year 2021, gets error 118 when installing the package. I'll check on my side and try to find a fix if and when I can.

Thank you. Just dropping a link to a duplicate issue thread topic by a different name (I know Kyro has commented in it but users might not have seen it; no solution found, but maybe users can keep eyes on this thread and the other one).

https://github.com/KyroFrCode/moonlight-chrome-tizen-docker/issues/8