OpenObserve - Updating OpenObservecurl: (22) The requested URL returned error: 404 #1733

Closed
opened 2025-11-20 05:16:20 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @schneider-de-com on GitHub (Aug 19, 2025).

Have you read and understood the above guidelines?

yes

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

OpenObserve

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

update and bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openobserve.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.

An update is not possible as the file cannot be found because the variable {LATEST} in the URL https://github.com/openobserve/openobserve/releases/download/$LATEST/openobserve-${LATEST}-linux-amd64.tar.gz is not replaced.

🔄 Steps to reproduce the issue.

  1. open lxc Container
  2. update

or:

  1. open lxc Container
  2. bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openobserve.sh)"

Paste the full error output (if available).


/ __ ____ ___ ____ / __ / /_ ________ ______ _____
/ / / / __ / _ / __ / / / / __ / / _ / / | / / _
/ /
/ / /
/ / __/ / / / /
/ / /
/ (
) / / | |/ / /
_
/ .
/_// //_/.//___// |/__/
/_/

Updating OpenObservecurl: (22) The requested URL returned error: 404

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

[ERROR] in line 33: exit code 0: while executing command tar zxvf <(curl -fsSL https://github.com/openobserve/openobserve/releases/download/$LATEST/openobserve-${LATEST}-linux-amd64.tar.gz) -C /opt/openobserve

🖼️ Additional context (optional).

No response

Originally created by @schneider-de-com on GitHub (Aug 19, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? OpenObserve ### 📂 What was the exact command used to execute the script? update and bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openobserve.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. An update is not possible as the file cannot be found because the variable {LATEST} in the URL https://github.com/openobserve/openobserve/releases/download/$LATEST/openobserve-${LATEST}-linux-amd64.tar.gz is not replaced. ### 🔄 Steps to reproduce the issue. 1. open lxc Container 2. update or: 1. open lxc Container 2. bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openobserve.sh)" ### ❌ Paste the full error output (if available). ____ ____ __ / __ \____ ___ ____ / __ \/ /_ ________ ______ _____ / / / / __ \/ _ \/ __ \/ / / / __ \/ ___/ _ \/ ___/ | / / _ \ / /_/ / /_/ / __/ / / / /_/ / /_/ (__ ) __/ / | |/ / __/ \____/ .___/\___/_/ /_/\____/_.___/____/\___/_/ |___/\___/ /_/ ⏳ Updating OpenObservecurl: (22) The requested URL returned error: 404 gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now [ERROR] in line 33: exit code 0: while executing command tar zxvf <(curl -fsSL https://github.com/openobserve/openobserve/releases/download/$LATEST/openobserve-${LATEST}-linux-amd64.tar.gz) -C /opt/openobserve ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:16:20 -05:00
Author
Owner

@tremor021 commented on GitHub (Aug 19, 2025):

Check again after #6961 merges

@tremor021 commented on GitHub (Aug 19, 2025): Check again after #6961 merges
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1733