Netvisr installation fails #2353

Closed
opened 2025-11-20 05:27:54 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @flashbackpa on GitHub (Nov 18, 2025).

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?

Netvisor

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/netvisor.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.17

📝 Provide a clear and concise description of the issue.

While installing I get:

curl: (22) The requested URL returned error: 500
gpg: no valid OpenPGP data found.
✖️ Failed to import NodeSource GPG key
✖️ Failed to setup Node.js repository

[ERROR] in line 24: exit code 0: while executing command return 1

[ERROR] in line 1346: 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.

just try again the installation fails, also in advanced mode.

Paste the full error output (if available).

Processing triggers for libc-bin (2.41-12) ...
✔️ Setup PostgreSQL 17
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://deb.debian.org/debian trixie-updates InRelease
Hit:3 http://security.debian.org trixie-security InRelease
Hit:4 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease
All packages are up to date.
curl: (22) The requested URL returned error: 500
gpg: no valid OpenPGP data found.
✖️ Failed to import NodeSource GPG key
✖️ Failed to setup Node.js repository

[ERROR] in line 24: exit code 0: while executing command return 1

[ERROR] in line 1346: 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)"

🖼️ Additional context (optional).

No response

Originally created by @flashbackpa on GitHub (Nov 18, 2025). ### ✅ 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? Netvisor ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/netvisor.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.0.17 ### 📝 Provide a clear and concise description of the issue. While installing I get: curl: (22) The requested URL returned error: 500 gpg: no valid OpenPGP data found. ✖️ Failed to import NodeSource GPG key ✖️ Failed to setup Node.js repository [ERROR] in line 24: exit code 0: while executing command return 1 [ERROR] in line 1346: 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. just try again the installation fails, also in advanced mode. ### ❌ Paste the full error output (if available). Processing triggers for libc-bin (2.41-12) ... ✔️ Setup PostgreSQL 17 Hit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://deb.debian.org/debian trixie-updates InRelease Hit:3 http://security.debian.org trixie-security InRelease Hit:4 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease All packages are up to date. curl: (22) The requested URL returned error: 500 gpg: no valid OpenPGP data found. ✖️ Failed to import NodeSource GPG key ✖️ Failed to setup Node.js repository [ERROR] in line 24: exit code 0: while executing command return 1 [ERROR] in line 1346: 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)" ### 🖼️ Additional context (optional). _No response_
saavagebueno added the not a script issue label 2025-11-20 05:27:54 -05:00
Author
Owner

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

500 => Server Error. Maybe because Global Cloudflare Downtime. You cannot reach:

  1. NodeJS Server
  2. NodeSources GPG Key
  3. OpenGPG Key
@MickLesk commented on GitHub (Nov 18, 2025): 500 => Server Error. Maybe because Global Cloudflare Downtime. You cannot reach: 1. NodeJS Server 2. NodeSources GPG Key 3. OpenGPG Key
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2353