NocoDB Script Fails #1396

Closed
opened 2026-02-05 00:37:11 +03:00 by OVERLORD · 6 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_
OVERLORD added the not a script issueexternal labels 2026-02-05 00:37:11 +03:00
Author
Owner

@tremor021 commented on GitHub (Aug 4, 2025):

Its possible that their hosting has a issue. We will give it a day/two to come back. If it doesn't resolve by then, we will switch to pulling binaries from github..

Also, don't tag as bug things that are not bugs in the script. Thank you

@tremor021 commented on GitHub (Aug 4, 2025): Its possible that their hosting has a issue. We will give it a day/two to come back. If it doesn't resolve by then, we will switch to pulling binaries from github.. Also, don't tag as bug things that are not bugs in the script. Thank you
Author
Owner

@MickLesk commented on GitHub (Aug 4, 2025):

maybe better to use helper functions and refactor this - gh is uptodate with nocodb (use this at work)

@MickLesk commented on GitHub (Aug 4, 2025): maybe better to use helper functions and refactor this - gh is uptodate with nocodb (use this at work)
Author
Owner

@tremor021 commented on GitHub (Aug 4, 2025):

maybe better to use helper functions and refactor this - gh is uptodate with nocodb (use this at work)

I mean, i can move it up the refactor schedule if you don't wish to wait for their domain to get fixed

@tremor021 commented on GitHub (Aug 4, 2025): > maybe better to use helper functions and refactor this - gh is uptodate with nocodb (use this at work) I mean, i can move it up the refactor schedule if you don't wish to wait for their domain to get fixed
Author
Owner

@MickLesk commented on GitHub (Aug 4, 2025):

yeah, so no "external" access needed for the same file 😄

@MickLesk commented on GitHub (Aug 4, 2025): yeah, so no "external" access needed for the same file :smile:
Author
Owner

@tremor021 commented on GitHub (Aug 4, 2025):

@leoarcusin try after #6548 merges

@tremor021 commented on GitHub (Aug 4, 2025): @leoarcusin try after #6548 merges
Author
Owner

@leoarcusin commented on GitHub (Aug 5, 2025):

Apologies for reporting as a bug, rookie mistake.
It worked great, thanks!

@leoarcusin commented on GitHub (Aug 5, 2025): Apologies for reporting as a bug, rookie mistake. It worked great, thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1396