Emby update script fails to start #2317

Closed
opened 2025-11-20 05:27:22 -05:00 by saavagebueno · 5 comments
Owner

Originally created by @johanngrobe on GitHub (Nov 13, 2025).

Have you read and understood the above guidelines?

yes

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

emby

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

update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.04

📈 Which Proxmox version are you on?

9.0.11

📝 Provide a clear and concise description of the issue.

I simply run the update command in the console. It fails to execute and I get an error by curl.

🔄 Steps to reproduce the issue.

run update in the console

Paste the full error output (if available).

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

🖼️ Additional context (optional).

No response

Originally created by @johanngrobe on GitHub (Nov 13, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? emby ### 📂 What was the exact command used to execute the script? update ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.04 ### 📈 Which Proxmox version are you on? 9.0.11 ### 📝 Provide a clear and concise description of the issue. I simply run the `update` command in the console. It fails to execute and I get an error by curl. ### 🔄 Steps to reproduce the issue. run `update` in the console ### ❌ Paste the full error output (if available). curl: (22) The requested URL returned error: 404 ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:27:22 -05:00
Author
Owner

@tremor021 commented on GitHub (Nov 13, 2025):

show output of cat /usr/bin/update

@tremor021 commented on GitHub (Nov 13, 2025): show output of `cat /usr/bin/update`
Author
Owner

@johanngrobe commented on GitHub (Nov 13, 2025):

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

@johanngrobe commented on GitHub (Nov 13, 2025): `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main/ct/emby.sh)"`
Author
Owner

@johanngrobe commented on GitHub (Nov 13, 2025):

bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/emby.sh)" worked

@johanngrobe commented on GitHub (Nov 13, 2025): `bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/emby.sh)"` worked
Author
Owner

@MickLesk commented on GitHub (Nov 13, 2025):

Then your DNS or adblock Block (404)

But i think you have tailscale installed. Tailscale overwrite the DNS conf of Ubuntu containers

@MickLesk commented on GitHub (Nov 13, 2025): Then your DNS or adblock Block (404) But i think you have tailscale installed. Tailscale overwrite the DNS conf of Ubuntu containers
Author
Owner

@johanngrobe commented on GitHub (Nov 14, 2025):

I installed tailscale at some point and forgot about it. Thank you for your help @MickLesk and @tremor021 !

@johanngrobe commented on GitHub (Nov 14, 2025): I installed tailscale at some point and forgot about it. Thank you for your help @MickLesk and @tremor021 !
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2317