-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
✅ Have you read and understood the above guidelines?
yes
📜 What is the name of the script you are using?
Syncthing
📂 What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/syncthing.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.
I've tried default, verbose and advanced setup but it ended up by the same error:
⠇sed: can't read /root/.local/state/syncthing/config.xml: No such file or directory
⠋
[ERROR] in line 28: exit code 0: while executing command sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /root/.local/state/syncthing/config.xml
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 72: SPINNER_PID: unbound variable
Get same error running this script:
https://github.com/tteck/Proxmox/raw/refs/heads/main/ct/syncthing.sh
I found same closed issues, but the problem yet exist:
tteck/Proxmox#2168
#753
#752
🔄 Steps to reproduce the issue.
run script ans just wait)
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/syncthing.sh)"
❌ Paste the full error output (if available).
⠇sed: can't read /root/.local/state/syncthing/config.xml: No such file or directory
⠋
[ERROR] in line 28: exit code 0: while executing command sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /root/.local/state/syncthing/config.xml
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 72: SPINNER_PID: unbound variable
🖼️ Additional context (optional).
No response