jellyfin-tizen icon indicating copy to clipboard operation
jellyfin-tizen copied to clipboard

install wgt error

Open p3lusa opened this issue 4 years ago • 8 comments

Im trying to install the wgt on the tv but i got this:

`Transferring the package...
Transferred the package: C:\Users\_PeLUsA_\Downloads\jellyfin-tizen\Jellyfin.wgt -> /opt/usr/apps/tmp
Installing the package...
--------------------
Platform log view
--------------------
* Server is not running. Start it now on port 26099 *
* Server has started successfully *
install AprZAARz4r.Jellyfin

packet_path /opt/usr/apps/tmp/Jellyfin.wgt

install app, app_id[AprZAARz4r.Jellyfin], packet_path[/opt/usr/apps/tmp/Jellyfin.wgt], install_path[]

app_id[AprZAARz4r.Jellyfin] installing[3]

app_id[AprZAARz4r.Jellyfin] installing[23]

app_id[AprZAARz4r.Jellyfin] installing[26]

app_id[AprZAARz4r.Jellyfin] installing[34]

app_id[AprZAARz4r.Jellyfin] install failed[PKGMGR_ERROR]

spend time for wascmd is [14117]ms

cmd_ret:0
Failed to install Tizen application.
Total time: 00:00:31.405`

Can somebody help me?

p3lusa avatar Jun 11 '20 23:06 p3lusa

Searching on the net i have found this two errors are related to the signing i will try it again with another certificates

app_id[AprZAARz4r.Jellyfin] installing[23] SIGNATURE_VERIFICATION_FAILED

app_id[AprZAARz4r.Jellyfin] installing[34] CERTIFICATE_EXPIRED

p3lusa avatar Jun 12 '20 07:06 p3lusa

Follow the guide from samsungs page on creating a certificate, and make sure that the DDUID of your TV is being added to the certificate. Then when you generate the wgt append --sign " your certificate name", the wgt should now be signed with that certificate.

Have you sent the certificate to the TV from the device manager? To do that you just right click your TV model and there should be an option to enable the installation of packages/apps, which should send the certificate to the TV.

Also just in case check the date on the TV.

xhivo97 avatar Jun 12 '20 08:06 xhivo97

i think my problem is i cant upload the certificate via device manager, its a UJU7500 2015 tizen 2.3 , because dont show the file system tree, when i right click nothing happens. in the Platform field of the device manager gives me a lot of strange symbols : device manager

i have installed the TV Extensions-3.0 SDK following this guide:https://blog.infernored.com/how-to-get-back-tizen-studio-1-3-and-tv-extensions-3-0/

but no luck

the rigth click menu doesnt appears

Can i upload the certificate via command line?

Firmware version is 1550, so i cant install via usb neither.

p3lusa avatar Jun 12 '20 18:06 p3lusa

We ended with that Tizen 2.3 wants "mixed" profile: Samsung author + Tizen distributor. https://github.com/jellyfin/jellyfin-tizen/issues/19#issuecomment-630706289

dmitrylyzo avatar Jun 12 '20 18:06 dmitrylyzo

i made it, as all of you pointed correctly it was the mixed certifcate, with mixed profile: Samsung author + Tizen distributor.


Transferring the package...
Transferred the package: C:\Users\_PeLUsA_\Downloads\jellyfin-tizen\Jellyfin.wgt -> /opt/usr/apps/tmp
Installing the package...
--------------------
Platform log view
--------------------
install AprZAARz4r.Jellyfin

packet_path /opt/usr/apps/tmp/Jellyfin.wgt

install app, app_id[AprZAARz4r.Jellyfin], packet_path[/opt/usr/apps/tmp/Jellyfin.wgt], install_path[]

app_id[AprZAARz4r.Jellyfin] installing[3]

app_id[AprZAARz4r.Jellyfin] installing[23]

app_id[AprZAARz4r.Jellyfin] installing[26]

app_id[AprZAARz4r.Jellyfin] installing[34]

app_id[AprZAARz4r.Jellyfin] installing[38]

app_id[AprZAARz4r.Jellyfin] installing[42]

app_id[AprZAARz4r.Jellyfin] installing[46]

app_id[AprZAARz4r.Jellyfin] installing[53]

app_id[AprZAARz4r.Jellyfin] installing[61]

app_id[AprZAARz4r.Jellyfin] installing[65]

app_id[AprZAARz4r.Jellyfin] installing[80]

app_id[AprZAARz4r.Jellyfin] installing[84]

app_id[AprZAARz4r.Jellyfin] installing[88]

app_id[AprZAARz4r.Jellyfin] installing[92]

app_id[AprZAARz4r.Jellyfin] installing[96]

app_id[AprZAARz4r.Jellyfin] installing[100]

app_id[AprZAARz4r.Jellyfin] install completed

spend time for wascmd is [25479]ms

cmd_ret:0
Installed the package: Id(AprZAARz4r.Jellyfin)
Tizen application is successfully installed.
Total time: 00:00:40.901

But now i have a black screen when i start the app in the tv, the force is not with me! Thanks for your answers

p3lusa avatar Jun 12 '20 23:06 p3lusa

I have tried WebOS 1.2 emulator (~Tizen 2.3): it loads server selection page, but there is a runtime error that could probably break app on real device.

Try to remove (or comment out) this line ~in jellyfin-tizen/www/..., then build WGT again~ Sorry, there is no short way Remove line in jellyfin-web, then rebuild web, then tizen, then WGT.

dmitrylyzo avatar Jun 13 '20 10:06 dmitrylyzo

thx dmitrylyzo, the app is running, in the server load page you have to tipe http://your.server.ip:8096 if you dont put the http:// doesn´t find the server.

now i will try to do it under https

the correct certificate was this: mixed

Thanks a lot for your help!

p3lusa avatar Jun 13 '20 13:06 p3lusa

Hi and excuse me to post here after two years post. Please, can you help me with the same issue, I'm on macOs and the right click to Permit applications on Device Manager don't do anything.. How I resolve this? thanks

PauFCB avatar Aug 28 '22 12:08 PauFCB