Skip to content

There is no package named with Jellyfin #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Fenrir784 opened this issue Feb 1, 2025 · 3 comments
Open

There is no package named with Jellyfin #64

Fenrir784 opened this issue Feb 1, 2025 · 3 comments

Comments

@Fenrir784
Copy link

Tried a lot of stuff but keep getting this:

Without explicit buid tag:

root@pop-os:/home/fenrir784# docker run --rm ghcr.io/georift/install-jellyfin-tizen 192.168.1.106
Build option not provided, using default one: Jellyfin
You can change it by passing option name as second argument for this script.
Error: Could not fetch the latest tag URL from https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/latest

With build tag:

root@pop-os:/home/fenrir784# docker run --rm ghcr.io/georift/install-jellyfin-tizen 192.168.1.106 Jellyfin-OblongIcon "https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/tag/2025-01-31-1525"
Certificate information not provided, using default dev certificate.


        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-OblongIcon.wgt
        from release: 2025-01-31-1525


Attempting to connect to Samsung TV at IP address 192.168.1.106
* Server is not running. Start it now on port 26099 *
* Server has started successfully *
connecting to 192.168.1.106:26101 ...
connected to 192.168.1.106:26101
Attempting to get the TV name...
Found TV name: UE50NU7470
Downloading jellyfin-tizen-builds Jellyfin-OblongIcon.wgt from release: 2025-01-31-1525

Attempting to install jellyfin-tizen-builds Jellyfin-OblongIcon.wgt from release: 2025-01-31-1525
There is no package with named Jellyfin-OblongIcon.wgt.
[Fail] Fail install. There is the problem about package.
Total time: 00:00:00.271

Without release tag or with different tag - same

@0x414c49
Copy link

0x414c49 commented Apr 4, 2025

I have the same problem, I think the problem is the script is expecting another file, which with new releases the file naming is different.

@0x414c49
Copy link

0x414c49 commented Apr 4, 2025

That's how I could install it:

docker run --rm ghcr.io/georift/install-jellyfin-tizen 192.168.xxx.yyy Jellyfin-v10.10.6 https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/tag/2025-04-04-1531

@Lem0nbleach
Copy link

`docker run --rm ghcr.io/georift/install-jellyfin-tizen 192.168.88.110 Jellyfin-v10.10.6 https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/tag/2025-04-04-1531
Certificate information not provided, using default dev certificate.

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-v10.10.6.wgt
from release: 2025-04-04-1531

Attempting to connect to Samsung TV at IP address 192.168.88.110

  • Server is not running. Start it now on port 26099 *
  • Server has started successfully *
    connecting to 192.168.88.110:26101 ...
    connected to 192.168.88.110:26101
    Attempting to get the TV name...
    Found TV name: UN43NU6950
    Downloading jellyfin-tizen-builds Jellyfin-v10.10.6.wgt from release: 2025-04-04-1531

Attempting to install jellyfin-tizen-builds Jellyfin-v10.10.6.wgt from release: 2025-04-04-1531
There is no package with named Jellyfin-v10.10.6.wgt.
[Fail] Fail install. There is the problem about package.
Total time: 00:00:00.335`

Same issue here.
Tried many different tags to match the file names but even if the name completely matches the files in the release it still say package found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants