WatchYourLAN Install Error #1980

Closed
opened 2025-11-20 05:21:07 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @zellchristensen on GitHub (Sep 30, 2025).

Have you read and understood the above guidelines?

yes

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

WatchYourLAN 2.1.4

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/9.0.10/deb1ca707ec72a89 (running kernel: 6.14.11-3-pve)

📝 Provide a clear and concise description of the issue.

The script seems to contain a bad URL:

https://api.github.com/repos/aceberg/WatchYourLAN/releases/

causing curl to time out and the script to exit prematurely.

🔄 Steps to reproduce the issue.

Run the command below in the Proxmox VE Shell:

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

Choose Default

Paste the full error output (if available).

⚙️ Using Default Settings on node pve
🆔 Container ID: 101
🖥️ Operating System: debian (12)
📦 Container Type: Unprivileged
💾 Disk Size: 2 GB
🧠 CPU Cores: 1
🛠️ RAM Size: 512 MiB
🚀 Creating a WatchYourLAN LXC using the above default settings

✔️ Storage local (Free: 1.8TB Used: 115.5MB) [Template]
✔️ Storage local-zfs (Free: 1.8TB Used: 863.7MB) [Container]
✔️ Template debian-12-standard_12.12-1_amd64.tar.zst [local]
✔️ LXC Container 101 was successfully created.
✔️ Started LXC Container
💡 No network in LXC yet (try 1/10) – waiting...
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.0.78
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
✔️ Installed Dependencies
curl: (28) Resolving timed out after 10000 milliseconds
curl: (28) Resolving timed out after 10000 milliseconds
curl: (28) Resolving timed out after 10000 milliseconds
✖️ Failed to fetch release metadata from https://api.github.com/repos/aceberg/WatchYourLAN/releases/latest after 3 attempts

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

[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)"

🖼️ Additional context (optional).

Image
Originally created by @zellchristensen on GitHub (Sep 30, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? WatchYourLAN 2.1.4 ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/watchyourlan.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/9.0.10/deb1ca707ec72a89 (running kernel: 6.14.11-3-pve) ### 📝 Provide a clear and concise description of the issue. The script seems to contain a bad URL: > https://api.github.com/repos/aceberg/WatchYourLAN/releases/ causing curl to time out and the script to exit prematurely. ### 🔄 Steps to reproduce the issue. Run the command below in the Proxmox VE Shell: > bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/watchyourlan.sh)" Choose Default ### ❌ Paste the full error output (if available). ⚙️ Using Default Settings on node pve 🆔 Container ID: 101 🖥️ Operating System: debian (12) 📦 Container Type: Unprivileged 💾 Disk Size: 2 GB 🧠 CPU Cores: 1 🛠️ RAM Size: 512 MiB 🚀 Creating a WatchYourLAN LXC using the above default settings ✔️ Storage local (Free: 1.8TB Used: 115.5MB) [Template] ✔️ Storage local-zfs (Free: 1.8TB Used: 863.7MB) [Container] ✔️ Template debian-12-standard_12.12-1_amd64.tar.zst [local] ✔️ LXC Container 101 was successfully created. ✔️ Started LXC Container 💡 No network in LXC yet (try 1/10) – waiting... ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 192.168.0.78 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Installed Dependencies curl: (28) Resolving timed out after 10000 milliseconds curl: (28) Resolving timed out after 10000 milliseconds curl: (28) Resolving timed out after 10000 milliseconds ✖️ Failed to fetch release metadata from https://api.github.com/repos/aceberg/WatchYourLAN/releases/latest after 3 attempts [ERROR] in line 23: exit code 0: while executing command return 1 [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)" ### 🖼️ Additional context (optional). <img width="1126" height="466" alt="Image" src="https://github.com/user-attachments/assets/8d729fe7-cb84-4ee0-b8f4-4304b865cc12" />
saavagebueno added the bug label 2025-11-20 05:21:07 -05:00
Author
Owner

@tremor021 commented on GitHub (Oct 1, 2025):

You had a network error while reaching github. Try again later or check your adblock/dns/firewall

I mean, didn't you read the error message?

@tremor021 commented on GitHub (Oct 1, 2025): You had a network error while reaching github. Try again later or check your adblock/dns/firewall I mean, didn't you read the error message?
Author
Owner

@zellchristensen commented on GitHub (Oct 1, 2025):

Hmm, it must have been a temporary github issue as I would only receive github's 404 JSON response at the time, even on browsers, and other networks. I'm getting the full JSON now so it appears fixed. Apologies!

Image
@zellchristensen commented on GitHub (Oct 1, 2025): Hmm, it must have been a temporary github issue as I would only receive github's 404 JSON response at the time, even on browsers, and other networks. I'm getting the full JSON now so it appears fixed. Apologies! <img width="564" height="138" alt="Image" src="https://github.com/user-attachments/assets/8e8c9d45-cef5-4606-8bec-427f1fe21806" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1980