Georift / install-jellyfin-tizen

Install Jellyfin on your Samsung TV
https://tim.wants.coffee/posts/install-jellyfin-on-a-samsung-tv/
385 stars 29 forks source link

Install fail - missing package #31

Closed Sonusss closed 1 month ago

Sonusss commented 1 month ago

I tried with the following command for the latest release: docker run --rm georift/install-jellyfin-tizen 10.10.0.53 Jellyfin-TrueHD "https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/tag/2024-05-31-0728"

But it report tat there is no package named Jellyfin-TrueHD.wgt while it is well present at: https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/tag/2024-05-31-0728

Here is the full output:

docker run --rm georift/install-jellyfin-tizen 10.10.0.53 Jellyfin-TrueHD "https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/tag/2024-05-31-0728"

    Thanks to https://github.com/jeppevinkel for providing the pre-packaged jellyfin-tizen builds!
    These builds can be found at https://github.com/jeppevinkel/jellyfin-tizen-builds

    Using Jellyfin Tizen Build Jellyfin-TrueHD.wgt
    from release: 2024-05-31-0728

Attempting to connect to Samsung TV at IP address 10.10.0.53
* Server is not running. Start it now on port 26099 *
* Server has started successfully *
connecting to 10.10.0.53:26101 ...
connected to 10.10.0.53:26101
Attempting to get the TV name...
Found TV name: QE55QN85AATXXN
Attempting to install jellyfin-tizen-builds Jellyfin-TrueHD.wgt from release: 2024-05-31-0728
https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/download/2024-05-31-0728/Jellyfin-TrueHD.wgt
There is no package with named Jellyfin-TrueHD.wgt.
[Fail] Fail install. There is the problem about package.
Total time: 00:00:00.209
pgodzwa commented 1 month ago

Unfortunately I cannot reproduce it - using the same command on my side finished successfully. I have also tried with latest version available (https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/tag/2024-06-01-2328) and it also works for me.

Sonusss commented 1 month ago

Sorry for the mess, It was a docker issue. I tried using a more recent docker host and It was successfull. Version: 26.1.2 API version: 1.45 (minimum version 1.24) Go version: go1.21.10 Git commit: ef1912d Built: Wed May 8 13:59:58 2024

Georift commented 1 month ago

cheers for the investigation @pgodzwa. Glad you got it sorted @Sonusss