Changedetection.io: environment: line 67: SPINNER_PID: unbound variable #470

Closed
opened 2026-02-04 19:06:05 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @itsthejb on GitHub (Feb 10, 2025).

Have you read and understood the above guidelines?

yes

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

changedetection

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/changedetection.sh)"

📝 Provide a clear and concise description of the issue.

Hi,

Cannot install using the current version of the script. Even with default settings it fails with:

environment: line 67: SPINNER_PID: unbound variable

Not seeing any other reports of this right now

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  • bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/changedetection.sh)"
  • Select default settings
  • Fails as above

Paste the full error output (if available).

   ________                              ____       __            __  _           
  / ____/ /_  ____ _____  ____ ____     / __ \___  / /____  _____/ /_(_)___  ____ 
 / /   / __ \/ __ `/ __ \/ __ `/ _ \   / / / / _ \/ __/ _ \/ ___/ __/ / __ \/ __ \
/ /___/ / / / /_/ / / / / /_/ /  __/  / /_/ /  __/ /_/  __/ /__/ /_/ / /_/ / / / /
\____/_/ /_/\__,_/_/ /_/\__, /\___/  /_____/\___/\__/\___/\___/\__/_/\____/_/ /_/ 
                       /____/                                                     
  ⚙️  Using Default Settings on node proxmox
  🖥️  Operating System: debian
  🌟  Version: 12
  📦  Container Type: Unprivileged
  💾  Disk Size: 8 GB
  🧠  CPU Cores: 2
  🛠️  RAM Size: 1024 MiB
  🆔  Container ID: 122
  🚀  Creating a Change Detection LXC using the above default settings
  
environment: line 67: SPINNER_PID: unbound variable

🖼️ Additional context (optional).

No response

Originally created by @itsthejb on GitHub (Feb 10, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? changedetection ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/changedetection.sh)" ### 📝 Provide a clear and concise description of the issue. Hi, Cannot install using the current version of the script. Even with default settings it fails with: ``` environment: line 67: SPINNER_PID: unbound variable ``` Not seeing any other reports of this right now ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. - `bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/changedetection.sh)"` - Select default settings - Fails as above ### ❌ Paste the full error output (if available). ``` ________ ____ __ __ _ / ____/ /_ ____ _____ ____ ____ / __ \___ / /____ _____/ /_(_)___ ____ / / / __ \/ __ `/ __ \/ __ `/ _ \ / / / / _ \/ __/ _ \/ ___/ __/ / __ \/ __ \ / /___/ / / / /_/ / / / / /_/ / __/ / /_/ / __/ /_/ __/ /__/ /_/ / /_/ / / / / \____/_/ /_/\__,_/_/ /_/\__, /\___/ /_____/\___/\__/\___/\___/\__/_/\____/_/ /_/ /____/ ⚙️ Using Default Settings on node proxmox 🖥️ Operating System: debian 🌟 Version: 12 📦 Container Type: Unprivileged 💾 Disk Size: 8 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 1024 MiB 🆔 Container ID: 122 🚀 Creating a Change Detection LXC using the above default settings environment: line 67: SPINNER_PID: unbound variable ``` ### 🖼️ Additional context (optional). _No response_
Author
Owner

@precariouspanther commented on GitHub (Feb 10, 2025):

Also seeing this with the gitea install script. Possible related: https://github.com/community-scripts/ProxmoxVE/pull/2203

@precariouspanther commented on GitHub (Feb 10, 2025): Also seeing this with the gitea install script. Possible related: https://github.com/community-scripts/ProxmoxVE/pull/2203
Author
Owner

@MickLesk commented on GitHub (Feb 10, 2025):

@michelroegl-brunner

@MickLesk commented on GitHub (Feb 10, 2025): @michelroegl-brunner
Author
Owner

@Theetjuh commented on GitHub (Feb 10, 2025):

Seeing the same issue when installing the PBS LXC

@Theetjuh commented on GitHub (Feb 10, 2025): Seeing the same issue when installing the PBS LXC
Author
Owner

@MickLesk commented on GitHub (Feb 10, 2025):

reverted now. fix coming asap

@MickLesk commented on GitHub (Feb 10, 2025): reverted now. fix coming asap
Author
Owner

@itsthejb commented on GitHub (Feb 10, 2025):

Great, thanks. I debugged a little more and found out it's actually related to having diagnostics enabled. If I set DIAGNOSTICS = no in /usr/local/community-scripts/diagnostics then everything works. Probably you already realise this

@itsthejb commented on GitHub (Feb 10, 2025): Great, thanks. I debugged a little more and found out it's actually related to having diagnostics enabled. If I set `DIAGNOSTICS = no` in `/usr/local/community-scripts/diagnostics` then everything works. Probably you already realise this
Author
Owner

@michelroegl-brunner commented on GitHub (Feb 11, 2025):

Great, thanks. I debugged a little more and found out it's actually related to having diagnostics enabled. If I set DIAGNOSTICS = no in /usr/local/community-scripts/diagnostics then everything works. Probably you already realise this

That has nothing to do with it. the call to the api comes long befor this error happend :)

@michelroegl-brunner commented on GitHub (Feb 11, 2025): > Great, thanks. I debugged a little more and found out it's actually related to having diagnostics enabled. If I set `DIAGNOSTICS > = no` in `/usr/local/community-scripts/diagnostics` then everything works. Probably you already realise this That has nothing to do with it. the call to the api comes long befor this error happend :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#470