Frigate update fails #757

Closed
opened 2026-02-04 21:19:57 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @uwuceo on GitHub (Apr 5, 2025).

Have you read and understood the above guidelines?

yes

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

Frigate

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

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

📝 Provide a clear and concise description of the issue.

When running update in a frigate LXC it errors.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 11

🔄 Steps to reproduce the issue.

  1. run update
  2. error

Paste the full error output (if available).

curl: (22) The requested URL returned error: 404

🖼️ Additional context (optional).

This is due to a wrong link in /usr/bin/update:

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

instead of

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

Originally created by @uwuceo on GitHub (Apr 5, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Frigate ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh)" ### 📝 Provide a clear and concise description of the issue. When running `update` in a frigate LXC it errors. ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 11 ### 🔄 Steps to reproduce the issue. 1. run `update` 2. error ### ❌ Paste the full error output (if available). curl: (22) The requested URL returned error: 404 ### 🖼️ Additional context (optional). This is due to a wrong link in /usr/bin/update: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main/ct/frigate.sh)" instead of bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh)"
OVERLORD added the bug label 2026-02-04 21:19:57 +03:00
Author
Owner

@MickLesk commented on GitHub (Apr 5, 2025):

Frigate doesnt have an update function and that what you crawl is fixed since yesterday

@MickLesk commented on GitHub (Apr 5, 2025): Frigate doesnt have an update function and that what you crawl is fixed since yesterday
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#757