[GH-ISSUE #3684] Frigate update fails #757

Closed
opened 2026-02-26 12:46:33 +03:00 by kerem · 1 comment
Owner

Originally created by @uwuceo on GitHub (Apr 5, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/3684

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). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/3684 ### ✅ 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)"
kerem 2026-02-26 12:46:33 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

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

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

<!-- gh-comment-id:2780888246 --> @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.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#757
No description provided.