Jellyfin script breaks #1094

Closed
opened 2025-11-20 05:04:20 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @ElBrodino on GitHub (May 13, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

jellyfin.sh build.func

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/jellyfin.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

Both default and advanced would create the same issue. We actually don't get this far!

On Proxmox version 8.4.1, the script exits with:
✗ This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.
Exiting...
Since 8.4.1 > 8.1 , there should not be any problem.

This error is handled in the referenced code on line 2:
https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func
I will make another issue from there as well
That code only checks for version 1-3
... if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then ...

Unless there's a reason NOT to use Proxmox version 8.4 and above

🔄 Steps to reproduce the issue.

run the script

Paste the full error output (if available).

✗ This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.
Exiting...

🖼️ Additional context (optional).

No response

Originally created by @ElBrodino on GitHub (May 13, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? jellyfin.sh build.func ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/jellyfin.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. Both default and advanced would create the same issue. We actually don't get this far! On Proxmox version 8.4.1, the script exits with: `✗ This version of Proxmox Virtual Environment is not supported` `Requires Proxmox Virtual Environment Version 8.1 or later.` `Exiting...` Since 8.4.1 > 8.1 , there should not be any problem. This error is handled in the referenced code on line 2: https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func I will make another issue from there as well That code only checks for version 1-3 `... if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then ...` Unless there's a reason NOT to use Proxmox version 8.4 and above ### 🔄 Steps to reproduce the issue. run the script ### ❌ Paste the full error output (if available). `✗ This version of Proxmox Virtual Environment is not supported` `Requires Proxmox Virtual Environment Version 8.1 or later.` `Exiting...` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bugnot planned labels 2025-11-20 05:04:20 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (May 13, 2025):

Hello, it looks like you are referencing the old tteck repo.

This repository is no longer used for active scripts.
Please update your bookmarks and use: https://helper-scripts.com

Also make sure your Bash command starts with:

bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...)

This issue is being closed automatically.

@github-actions[bot] commented on GitHub (May 13, 2025): Hello, it looks like you are referencing the **old tteck repo**. This repository is no longer used for active scripts. **Please update your bookmarks** and use: [https://helper-scripts.com](https://helper-scripts.com) Also make sure your Bash command starts with: ```bash bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...) ``` This issue is being closed automatically.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1094