OneLiberty / moonlight-chrome-tizen

A WASM port of Moonlight for Samsung Smart TV's running Tizen OS (5.5 and up)
GNU General Public License v3.0
185 stars 15 forks source link

Failed to install Tizen application #25

Closed sebistrong closed 5 months ago

sebistrong commented 6 months ago

Discussed in https://github.com/OneLiberty/moonlight-chrome-tizen/discussions/24

Originally posted by **sebistrong** February 26, 2024 Hello, I managed to follow all the steps until tizen install -n Moonlight.wgt -t my_ID After running the command I get: PowerShell Log: ``` Transferring the package... Transferred the package: /home/moonlight/Moonlight.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/Moonlight.wgt app_id[MoonLightS.MoonlightWasm] install start app_id[MoonLightS.MoonlightWasm] installing[8] app_id[MoonLightS.MoonlightWasm] installing[11] app_id[MoonLightS.MoonlightWasm] installing[13] app_id[MoonLightS.MoonlightWasm] installing[15] app_id[MoonLightS.MoonlightWasm] installing[17] app_id[MoonLightS.MoonlightWasm] installing[20] app_id[MoonLightS.MoonlightWasm] installing[22] app_id[MoonLightS.MoonlightWasm] installing[24] app_id[MoonLightS.MoonlightWasm] installing[26] app_id[MoonLightS.MoonlightWasm] installing[28] app_id[MoonLightS.MoonlightWasm] installing[31] app_id[MoonLightS.MoonlightWasm] installing[33] app_id[MoonLightS.MoonlightWasm] install failed[118, -11], reason: Author certificate not match : spend time for wascmd is [985]ms Failed to install Tizen application. Total time: 00:00:01.978 ``` Any ideas?

The TV is QE55Q70TATXXH, Tizen 5.5. First install.

I also tried direct install of Moonlight.wgt via Tizen Studio, Device Manager, Install App but nothing happened. Not even after trying the Install Certificates button. (I have a Samsung devices certificate active)

OneLiberty commented 6 months ago

Usually this issue occurs when you try to install moonlight when a version of moonlight is already installed. But since this is your first install this is out of the question

I'll suggest checking if dev mode is correctly enabled on the tv You won't be able to do it via tizen studio without packing the app yourself, you must use the docker container

sebistrong commented 6 months ago

I restarted my TV a couple of times and then it worked.

Now I am having trouble connecting to the host PC. I can see the apps in Moonlight. I click one and after the RTSP Handshake and Starting video streaming messages I get Connection terminated. The app starts on host PC though.

OneLiberty commented 6 months ago

Please send the logs Both sunshine and moonlight if possible This will help diagnose the issue

OneLiberty commented 5 months ago

Closing this. No recent activity.