metube updater failing #1877

Closed
opened 2026-02-05 02:37:59 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @ccoles146 on GitHub (Oct 24, 2025).

Have you read and understood the above guidelines?

yes

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

MeTube

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.0.11

📝 Provide a clear and concise description of the issue.

The update script fails with error:

/usr/local/envexport: no such file or directory

🔄 Steps to reproduce the issue.

Use the provide script to install the MeTube container using defaults.
Attempt to update by typing "update" and select the default "silent" option.

Paste the full error output (if available).

/root/.bashrc: line 23: /usr/local/envexport: No such file or directory

🖼️ Additional context (optional).

I found that there is indeed a typo in /root/.bashrc line 23. It is a missing new line between env and export. Upon providing the required newline and saving the file. The update script completes without error. I could not find how the community scripts are put together in order to trace the problem but I think it is unique to MeTube and related to the uv package.
However, it looks like YT broke the downloader again according to the yt_dlp project. This is my first time trying it and it's not working at the moment.

Originally created by @ccoles146 on GitHub (Oct 24, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? MeTube ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/metube.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.0.11 ### 📝 Provide a clear and concise description of the issue. The update script fails with error: `/usr/local/envexport: no such file or directory` ### 🔄 Steps to reproduce the issue. Use the provide script to install the MeTube container using defaults. Attempt to update by typing "update" and select the default "silent" option. ### ❌ Paste the full error output (if available). `/root/.bashrc: line 23: /usr/local/envexport: No such file or directory` ### 🖼️ Additional context (optional). I found that there is indeed a typo in /root/.bashrc line 23. It is a missing new line between **env** and **export**. Upon providing the required newline and saving the file. The update script completes without error. I could not find how the community scripts are put together in order to trace the problem but I think it is unique to MeTube and related to the **uv** package. However, it looks like YT broke the downloader again according to the yt_dlp project. This is my first time trying it and it's not working at the moment.
OVERLORD added the bug label 2026-02-05 02:37:59 +03:00
Author
Owner

@MickLesk commented on GitHub (Oct 24, 2025):

@tremor021

@MickLesk commented on GitHub (Oct 24, 2025): @tremor021
Author
Owner

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

This is fixed already in https://github.com/community-scripts/ProxmoxVE/issues/8587#issuecomment-3435996998

@tremor021 commented on GitHub (Oct 24, 2025): This is fixed already in https://github.com/community-scripts/ProxmoxVE/issues/8587#issuecomment-3435996998
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1877