[GH-ISSUE #10411] OpenProject error in line 33 #2242

Closed
opened 2026-02-26 12:51:46 +03:00 by kerem · 4 comments
Owner

Originally created by @roan-droid on GitHub (Dec 29, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10411

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

OpenProject

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openproject.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

pve-manager/9.1.2/9d436f37a0ac4172 (running kernel: 6.17.4-1-pve)

📝 Provide a clear and concise description of the issue.

Running the script produce the following Error

Error: Failed to fetch https://dl.packager.io/srv/opf/openproject/downloads/280644?token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJkbC5wYWNrYWdlci5pbyIsInN1YiI6InBhY2thZ2UjMjgwNjQ0IiwiaWF0IjoxNzY3MDA5MzUxLCJleHAiOiIxNzY3MDEyOTUxIn0.-U2GA821UQ2f3Hu7Ie8AFRHrZlJZ1595HMG-kaKxqnA 500 Internal Server Error [IP: 178.63.71.248 443]
Error: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
✖️ in line 33: exit code 33 (Unknown error): while executing command apt install -y openproject
✖️ Installation failed in container 100 (exit code: 33)

🔄 Steps to reproduce the issue.

Just run the script several time with the same output

Paste the full error output (if available).

Error: Failed to fetch https://dl.packager.io/srv/opf/openproject/downloads/280644?token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJkbC5wYWNrYWdlci5pbyIsInN1YiI6InBhY2thZ2UjMjgwNjQ0IiwiaWF0IjoxNzY3MDA5MzUxLCJleHAiOiIxNzY3MDEyOTUxIn0.-U2GA821UQ2f3Hu7Ie8AFRHrZlJZ1595HMG-kaKxqnA 500 Internal Server Error [IP: 178.63.71.248 443]
Error: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
✖️ in line 33: exit code 33 (Unknown error): while executing command apt install -y openproject
✖️ Installation failed in container 100 (exit code: 33)

🖼️ Additional context (optional).

Image
Originally created by @roan-droid on GitHub (Dec 29, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10411 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? OpenProject ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openproject.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.1.2/9d436f37a0ac4172 (running kernel: 6.17.4-1-pve) ### 📝 Provide a clear and concise description of the issue. Running the script produce the following Error Error: Failed to fetch https://dl.packager.io/srv/opf/openproject/downloads/280644?token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJkbC5wYWNrYWdlci5pbyIsInN1YiI6InBhY2thZ2UjMjgwNjQ0IiwiaWF0IjoxNzY3MDA5MzUxLCJleHAiOiIxNzY3MDEyOTUxIn0.-U2GA821UQ2f3Hu7Ie8AFRHrZlJZ1595HMG-kaKxqnA 500 Internal Server Error [IP: 178.63.71.248 443] Error: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ✖️ in line 33: exit code 33 (Unknown error): while executing command apt install -y openproject ✖️ Installation failed in container 100 (exit code: 33) ### 🔄 Steps to reproduce the issue. Just run the script several time with the same output ### ❌ Paste the full error output (if available). Error: Failed to fetch https://dl.packager.io/srv/opf/openproject/downloads/280644?token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJkbC5wYWNrYWdlci5pbyIsInN1YiI6InBhY2thZ2UjMjgwNjQ0IiwiaWF0IjoxNzY3MDA5MzUxLCJleHAiOiIxNzY3MDEyOTUxIn0.-U2GA821UQ2f3Hu7Ie8AFRHrZlJZ1595HMG-kaKxqnA 500 Internal Server Error [IP: 178.63.71.248 443] Error: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ✖️ in line 33: exit code 33 (Unknown error): while executing command apt install -y openproject ✖️ Installation failed in container 100 (exit code: 33) ### 🖼️ Additional context (optional). <img width="2430" height="19002" alt="Image" src="https://github.com/user-attachments/assets/492930f7-a864-4221-a31a-661b8d289de5" />
kerem 2026-02-26 12:51:46 +03:00
  • closed this issue
  • added the
    external
    label
Author
Owner

@MickLesk commented on GitHub (Dec 29, 2025):

packager.io issue, report this into openproject repo

<!-- gh-comment-id:3696415836 --> @MickLesk commented on GitHub (Dec 29, 2025): packager.io issue, report this into openproject repo
Author
Owner

@roan-droid commented on GitHub (Dec 29, 2025):

packager.io issue, report this into openproject repo

It appears that all "browser-based" downloads of various versions are resulting in a 500 error. This suggests the problem is not originating from the script. Thank you.

<!-- gh-comment-id:3696450332 --> @roan-droid commented on GitHub (Dec 29, 2025): > packager.io issue, report this into openproject repo It appears that all "browser-based" downloads of various versions are resulting in a 500 error. This suggests the problem is not originating from the script. Thank you.
Author
Owner

@MickLesk commented on GitHub (Dec 29, 2025):

Yeah Zammad has the same issues, its an packager.io thing, but idk whats breaking since christmas in there repo structure

<!-- gh-comment-id:3696456650 --> @MickLesk commented on GitHub (Dec 29, 2025): Yeah Zammad has the same issues, its an packager.io thing, but idk whats breaking since christmas in there repo structure
Author
Owner

@devseppala commented on GitHub (Dec 30, 2025):

Just managed to install OpenProject. I guess the issue is externally resolved.

<!-- gh-comment-id:3699002977 --> @devseppala commented on GitHub (Dec 30, 2025): Just managed to install OpenProject. I guess the issue is externally resolved.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2242
No description provided.