[GH-ISSUE #5163] Crafty Controller LXC update command has wrong URL #1104

Closed
opened 2026-02-26 12:47:43 +03:00 by kerem · 1 comment
Owner

Originally created by @vladejj on GitHub (Jun 15, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5163

Have you read and understood the above guidelines?

yes

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

Crafty Controller LXC

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

The built in "update" command has wrong URL for the script. This is the command:
./usr/bin/update:bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main/ct/crafty-controller.sh)" this returns error code 404.

The correct URL is .../ProxmoxVE/main/ct/... and the command should be:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/crafty-controller.sh)"

🔄 Steps to reproduce the issue.

Execute the update command in the LXC container.

Paste the full error output (if available).

curl: (22) The requested URL returned error: 404

🖼️ Additional context (optional).

No response

Originally created by @vladejj on GitHub (Jun 15, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5163 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Crafty Controller LXC ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/crafty-controller.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. The built in "update" command has wrong URL for the script. This is the command: ./usr/bin/update:bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main/ct/crafty-controller.sh)" this returns error code 404. The correct URL is .../ProxmoxVE/main/ct/... and the command should be: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/crafty-controller.sh)" ### 🔄 Steps to reproduce the issue. Execute the update command in the LXC container. ### ❌ Paste the full error output (if available). curl: (22) The requested URL returned error: 404 ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:47:43 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Jun 16, 2025):

Need to Increase manually, we dont have Checks for this. Ive Build the Script and the correct url is linked

<!-- gh-comment-id:2975155871 --> @MickLesk commented on GitHub (Jun 16, 2025): Need to Increase manually, we dont have Checks for this. Ive Build the Script and the correct url is linked
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#1104
No description provided.