jellyfin / jellyfin-tizen

Jellyfin Samsung TV Client
https://jellyfin.org
861 stars 69 forks source link

install failed[118] on UE58MU6125 (Tizen 3.0) #243

Closed klnstprx closed 2 months ago

klnstprx commented 3 months ago

Hi, I'm trying to install jellyfin on my Samsung UE58MU6125 with Tizen 3.0.

Using Ubuntu 23.10.

This is the error I'm getting

❯ ~/tizen-studio/tools/ide/bin/tizen install -n Jellyfin.wgt -t UE58MU6125
Transferring the package...
Transferred the package: /home/klnstpr/jellyfin-tizen/Jellyfin.wgt -> /home/owner/share/tmp/sdk_tools/tmp
Installing the package...
--------------------
Platform log view
--------------------
install AprZAARz4r.Jellyfin
package_path /home/owner/share/tmp/sdk_tools/tmp/Jellyfin.wgt
was_install_app return WAS_TRUE
app_id[AprZAARz4r.Jellyfin] install start
app_id[AprZAARz4r.Jellyfin] install failed[118]
spend time for wascmd is [9301]ms
cmd_ret:0
Failed to install Tizen application.
Total time: 00:00:19.299

The PC is connected with the TV via "Device Manager": image

I have also clicked the "Permit to install applications button": image

Things I've already tried doing:

Every single attempt ended with "install failed [118].

The TV is in developer mode, with the correct IP addr of my PC. I also tried running the docker command from a different machine, resulting in the same error.

dmitrylyzo commented 3 months ago

_from https://developer.youi.tv/6.1/Content/Tizen_DevTopics/H1BuildingInstallingAppWidgets.htm_

Device is either out of space and does not have enough room to install your widget, or it is already installed. Possible cause include:

  • There could be an issue with your Tizen config.xml manifest file.
  • This device requires a Samsung certificate instead of a Tizen certificate.
  • Your device is not whitelisted in your Samsung certificate.
  • There may be restricted privileges or trust anchors in your Tizen config.xml manifest file.

On some TV’s, the 118### sub-errors are often generalized into a 118 error, so it can often be difficult to track down the root cause of the error.

Also, when building using a Samsung certificate, you need to Permit to install applications from the Device Manager (right-click on the connected TV) first.

klnstprx commented 3 months ago

_from https://developer.youi.tv/6.1/Content/Tizen_DevTopics/H1BuildingInstallingAppWidgets.htm_

Device is either out of space and does not have enough room to install your widget, or it is already installed. Possible cause include:

  • There could be an issue with your Tizen config.xml manifest file.
  • This device requires a Samsung certificate instead of a Tizen certificate.
  • Your device is not whitelisted in your Samsung certificate.
  • There may be restricted privileges or trust anchors in your Tizen config.xml manifest file.

On some TV’s, the 118### sub-errors are often generalized into a 118 error, so it can often be difficult to track down the root cause of the error.

Also, when building using a Samsung certificate, you need to Permit to install applications from the Device Manager (right-click on the connected TV) first.

Yep, I forgot to mention that I already did that, and saw that page. Still the same error. The config.xml was not touched; I think the TV has enough storage space, since only a handful of applications were installed (I uninstalled some of them to confirm that), no photos, videos or any files whatsoever should be stored on the TV.

mrld341 commented 3 months ago

For me it didn't install, until I had 250+MB free. Had to delete some default apps and reset TV to default settings.

klnstprx commented 2 months ago

For me it didn't install, until I had 250+MB free. Had to delete some default apps and reset TV to default settings.

This might just be the case. The TV has 700MB of memory, only 59MB being free. How did you delete the default apps? Is there any way to increase the storage capacity? (I plugged in a usb drive and it doesn't seem to have done anything.)

klnstprx commented 2 months ago

Managed to free 236MB by deleting some default apps with the following commands: Listing all apps: sdb shell 0 vd_applist Deleting: sdb shell 0 vd_appuninstall <id>

Still encountering the same error:

❯ ./tizen install -n ~/jellyfin-tizen/Jellyfin.wgt -t UE58MU6125
Transferring the package...
Transferred the package: /home/klnstpr/jellyfin-tizen/Jellyfin.wgt -> /home/owner/share/tmp/sdk_tools/tmp
Installing the package...
--------------------
Platform log view
--------------------
install AprZAARz4r.Jellyfin
package_path /home/owner/share/tmp/sdk_tools/tmp/Jellyfin.wgt
was_install_app return WAS_TRUE
app_id[AprZAARz4r.Jellyfin] install start
app_id[AprZAARz4r.Jellyfin] installing[8]
app_id[AprZAARz4r.Jellyfin] installing[11]
app_id[AprZAARz4r.Jellyfin] installing[14]
app_id[AprZAARz4r.Jellyfin] installing[17]
app_id[AprZAARz4r.Jellyfin] installing[20]
app_id[AprZAARz4r.Jellyfin] installing[22]
app_id[AprZAARz4r.Jellyfin] install failed[118]
spend time for wascmd is [12466]ms
cmd_ret:0
Failed to install Tizen application.
Total time: 00:00:18.427
klnstprx commented 2 months ago

Success. I decided to try the 1 command docker again, and it worked. https://github.com/Georift/install-jellyfin-tizen