Wizarr script error even with verbose mode #1568

Closed
opened 2026-02-05 01:37:38 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @M3te0r on GitHub (Sep 3, 2025).

Originally assigned to: @vhsdream on GitHub.

Have you read and understood the above guidelines?

yes

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

Wizarr

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📈 Which Proxmox version are you on?

pve-manager/9.0.6/49c767b70aeb6648 (running kernel: 6.14.11-1-pve)

📝 Provide a clear and concise description of the issue.

Hi,
Running script to install Wizarr gives me an error, i've read the template indicating to try with verbose mode if it gave error about error code but it also failed with verbose mode

Here is part of the output

🔄 Steps to reproduce the issue.

Open js shell from proxmox web ui

run

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

Paste the full error output (if available).

  ✔️   Updated Container OS
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Suggested packages:
  sqlite3-doc
The following NEW packages will be installed:
  sqlite3
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 353 kB of archives.
After this operation, 546 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 sqlite3 amd64 3.40.1-2+deb12u1 [353 kB]
Fetched 353 kB in 0s (7,229 kB/s)
Selecting previously unselected package sqlite3.
(Reading database ... 20339 files and directories currently installed.)
Preparing to unpack .../sqlite3_3.40.1-2+deb12u1_amd64.deb ...
Unpacking sqlite3 (3.40.1-2+deb12u1) ...
Setting up sqlite3 (3.40.1-2+deb12u1) ...
Processing triggers for man-db (2.11.2-2) ...
  ✔️   Installed Dependencies
  ⏳   Setup uv 0.8.14Updated configuration file: /root/.profile
Updated configuration file: /root/.bashrc
Restart your shell to apply changes
  ✔️   Setup uv 0.8.14
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'nodejs' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

removed 9 packages, and changed 42 packages in 2s

25 packages are looking for funding
  run `npm fund` for details
  ✔️   Setup Node.js 22
  ✔️   Deployed: wizarr (2025.8.4)
  ⏳   Configure Wizarr
[ERROR] in line 26: exit code 0: while executing command /usr/local/bin/uv -q sync --locked

[ERROR] in line 1353: 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 @M3te0r on GitHub (Sep 3, 2025). Originally assigned to: @vhsdream on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Wizarr ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wizarr.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📈 Which Proxmox version are you on? pve-manager/9.0.6/49c767b70aeb6648 (running kernel: 6.14.11-1-pve) ### 📝 Provide a clear and concise description of the issue. Hi, Running script to install Wizarr gives me an error, i've read the template indicating to try with verbose mode if it gave error about error code but it also failed with verbose mode Here is part of the output ### 🔄 Steps to reproduce the issue. Open js shell from proxmox web ui run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wizarr.sh)" ### ❌ Paste the full error output (if available). ``` ✔️ Updated Container OS Reading package lists... Done Building dependency tree... Done Reading state information... Done Suggested packages: sqlite3-doc The following NEW packages will be installed: sqlite3 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 353 kB of archives. After this operation, 546 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 sqlite3 amd64 3.40.1-2+deb12u1 [353 kB] Fetched 353 kB in 0s (7,229 kB/s) Selecting previously unselected package sqlite3. (Reading database ... 20339 files and directories currently installed.) Preparing to unpack .../sqlite3_3.40.1-2+deb12u1_amd64.deb ... Unpacking sqlite3 (3.40.1-2+deb12u1) ... Setting up sqlite3 (3.40.1-2+deb12u1) ... Processing triggers for man-db (2.11.2-2) ... ✔️ Installed Dependencies ⏳ Setup uv 0.8.14Updated configuration file: /root/.profile Updated configuration file: /root/.bashrc Restart your shell to apply changes ✔️ Setup uv 0.8.14 Reading package lists... Done Building dependency tree... Done Reading state information... Done Package 'nodejs' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. removed 9 packages, and changed 42 packages in 2s 25 packages are looking for funding run `npm fund` for details ✔️ Setup Node.js 22 ✔️ Deployed: wizarr (2025.8.4) ⏳ Configure Wizarr [ERROR] in line 26: exit code 0: while executing command /usr/local/bin/uv -q sync --locked [ERROR] in line 1353: 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_
OVERLORD added the bug label 2026-02-05 01:37:38 +03:00
Author
Owner

@vhsdream commented on GitHub (Sep 3, 2025):

Can confirm that an update will also fail. Something about the install process must have changed. I'll see what I can dig up.

@vhsdream commented on GitHub (Sep 3, 2025): Can confirm that an update will also fail. Something about the install process must have changed. I'll see what I can dig up.
Author
Owner

@vhsdream commented on GitHub (Sep 3, 2025):

@M3te0r This should be fixed now 😺 - let me know if it's not

@vhsdream commented on GitHub (Sep 3, 2025): @M3te0r This should be fixed now 😺 - let me know if it's not
Author
Owner

@M3te0r commented on GitHub (Sep 3, 2025):

Can confirm it works now, thank you!

@M3te0r commented on GitHub (Sep 3, 2025): Can confirm it works now, thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1568