Livebook - curl: (22) The requested URL returned error: 404 #1949

Closed
opened 2026-02-05 03:01:56 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @DocN0 on GitHub (Nov 7, 2025).

Have you read and understood the above guidelines?

yes

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

Livebook

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.0.11

📝 Provide a clear and concise description of the issue.

I keep getting the following error: curl: (22) The requested URL returned error: 404

I checked all the links in the script and they can all be accessed. Other scripts are working as well, so I’m ruling out any DNS or internet issues on my side.

🔄 Steps to reproduce the issue.

I’ve only run the script using both the Default and Advanced modes for verbose output, but unfortunately I’m not getting any additional information.

I also tested the script from the Gitea mirror, same result.

Paste the full error output (if available).

✔️ Customized LXC Container
curl: (22) The requested URL returned error: 404
🚀 Livebook setup completed successfully!
💡 Access Livebook via:
🌐 http://192.168.1.55:8080

🖼️ Additional context (optional).

To be clear, it shows me that it is running on port 8080, but the installation has not been completed. LXC is not fully installed, no auto login has been created, etc., and nothing is running on the port.

Originally created by @DocN0 on GitHub (Nov 7, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Livebook ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/livebook.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? 9.0.11 ### 📝 Provide a clear and concise description of the issue. I keep getting the following error: **curl: (22) The requested URL returned error: 404** I checked all the links in the script and they can all be accessed. Other scripts are working as well, so I’m ruling out any DNS or internet issues on my side. ### 🔄 Steps to reproduce the issue. I’ve only run the script using both the Default and Advanced modes for verbose output, but unfortunately I’m not getting any additional information. I also tested the script from the Gitea mirror, same result. ### ❌ Paste the full error output (if available). ✔️ Customized LXC Container **curl: (22) The requested URL returned error: 404** 🚀 Livebook setup completed successfully! 💡 Access Livebook via: 🌐 http://192.168.1.55:8080 ### 🖼️ Additional context (optional). To be clear, it shows me that it is running on port 8080, but the installation has not been completed. LXC is not fully installed, no auto login has been created, etc., and nothing is running on the port.
OVERLORD added the bug label 2026-02-05 03:01:56 +03:00
Author
Owner

@MickLesk commented on GitHub (Nov 7, 2025):

fixed with #8946 - there was an old call to our dev repo

@MickLesk commented on GitHub (Nov 7, 2025): fixed with #8946 - there was an old call to our dev repo
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1949