NocoDB Script Fails #1629

Open
opened 2025-11-20 05:13:42 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @leoarcusin on GitHub (Aug 4, 2025).

Have you read and understood the above guidelines?

yes

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

NocoDB

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nocodb.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 script fails with the following error message:
`
Installing NocoDBcurl: (22) The requested URL returned error: 404
⠴ Installing NocoDB
[ERROR] in line 19: exit code 0: while executing command curl -fsSL http://get.nocodb.com/linux-x64 -o nocodb -L

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"var_install".sh)" ?
`

🔄 Steps to reproduce the issue.

Run the script
Script fails.
I believe the source get.nocodb.com... is no longer available
root@pve:~# ping http://get.nocodb.com/linux-x64 ping: http://get.nocodb.com/linux-x64: Name or service not known

Paste the full error output (if available).

as above

🖼️ Additional context (optional).

No response

Originally created by @leoarcusin on GitHub (Aug 4, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? NocoDB ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nocodb.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 script fails with the following error message: ` Installing NocoDBcurl: (22) The requested URL returned error: 404 ⠴ Installing NocoDB [ERROR] in line 19: exit code 0: while executing command curl -fsSL http://get.nocodb.com/linux-x64 -o nocodb -L [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $? ` ### 🔄 Steps to reproduce the issue. Run the script Script fails. I believe the source get.nocodb.com... is no longer available `root@pve:~# ping http://get.nocodb.com/linux-x64 ping: http://get.nocodb.com/linux-x64: Name or service not known` ### ❌ Paste the full error output (if available). as above ### 🖼️ Additional context (optional). _No response_
saavagebueno added the not a script issueexternal labels 2025-11-20 05:13:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1629