metube icon indicating copy to clipboard operation
metube copied to clipboard

[Bug]: File wasn't available on site

Open thrillba opened this issue 1 month ago • 11 comments

Prerequisites

  • [x] I have searched existing issues and discussions to ensure this bug hasn't been reported before
  • [x] I have read the troubleshooting section in the README
  • [x] I have tested this issue with yt-dlp directly (not just through MeTube UI) as described in the README
  • [x] I have checked that this is not a yt-dlp issue (if it is, please report it to yt-dlp repository instead)

Bug Description

The file is downloaded, I have checked and the file shows where its to be placed. But it cannot download from the GUI.

yt-dlp Direct Test Results

not an issue with the download from yt-dlp

Environment & Configuration

installed on unraid

Additional Context

No response

thrillba avatar Nov 11 '25 14:11 thrillba

Could you provide the configuration information and error logs?

xerdream avatar Nov 13 '25 06:11 xerdream

[image: image.png]

Not sure where to get any error logs.

On Thu, Nov 13, 2025 at 12:16 AM xerdream @.***> wrote:

xerdream left a comment (alexta69/metube#825) https://github.com/alexta69/metube/issues/825#issuecomment-3525681894

Could you provide the configuration information and error logs?

— Reply to this email directly, view it on GitHub https://github.com/alexta69/metube/issues/825#issuecomment-3525681894, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZ7GKDAOHOJUKBDDOAOHFL34QO33AVCNFSM6AAAAACLY35CFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKMRVGY4DCOBZGQ . You are receiving this because you authored the thread.Message ID: @.***>

thrillba avatar Nov 13 '25 13:11 thrillba

i have also tried saving it to a share directly on unraid as well with the same error.

On Thu, Nov 13, 2025 at 7:19 AM William Mann @.***> wrote:

[image: image.png]

Not sure where to get any error logs.

On Thu, Nov 13, 2025 at 12:16 AM xerdream @.***> wrote:

xerdream left a comment (alexta69/metube#825) https://github.com/alexta69/metube/issues/825#issuecomment-3525681894

Could you provide the configuration information and error logs?

— Reply to this email directly, view it on GitHub https://github.com/alexta69/metube/issues/825#issuecomment-3525681894, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZ7GKDAOHOJUKBDDOAOHFL34QO33AVCNFSM6AAAAACLY35CFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKMRVGY4DCOBZGQ . You are receiving this because you authored the thread.Message ID: @.***>

thrillba avatar Nov 13 '25 16:11 thrillba

same issue

pinyinjj avatar Nov 16 '25 16:11 pinyinjj

yeah, same, download from youtube works, file appears on filesystem but download part in ui doesn't

Same issue here. Installed on Unraid using Binhex's template from CA (binhex-official-metube) and fails both on accessing the WebUI on HTTP using my server's IP and through HTTPS behind a reverse proxy.

Shakmir avatar Dec 05 '25 12:12 Shakmir

same issue here

elemeht avatar Dec 05 '25 14:12 elemeht

Alright. So this is not an issue with this app. The issue is with the unraid template implementation.

In order to fix this edit the docker app and go to "show more settings" You should see every possible env var listed. Delete "Variable: PUBLIC_HOST_URL" and "Variable: PUBLIC_HOST_AUDIO_URL". Everything worked properly after that for me.

Possible app fix in the future is to check if those variables are empty. But I don't think it's really a bug.

elemeht avatar Dec 05 '25 16:12 elemeht

Fixed!

On Fri, Dec 5, 2025 at 10:24 AM Joshua Wester @.***> wrote:

elemeht left a comment (alexta69/metube#825) https://github.com/alexta69/metube/issues/825#issuecomment-3617577709

Alright. So this is not an issue with this app. The issue is with the unraid template implementation.

In order to fix this edit the docker app and go to "show more settings" You should see every possible env var listed. Delete "Variable: PUBLIC_HOST_URL" and "Variable: PUBLIC_HOST_AUDIO_URL". Everything worked properly after that for me.

— Reply to this email directly, view it on GitHub https://github.com/alexta69/metube/issues/825#issuecomment-3617577709, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZ7GKCU5VZ3OQGRJ3GJTQ34AGWU3AVCNFSM6AAAAACLY35CFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTMMJXGU3TONZQHE . You are receiving this because you authored the thread.Message ID: @.***>

thrillba avatar Dec 05 '25 16:12 thrillba

Alright. So this is not an issue with this app. The issue is with the unraid template implementation.

In order to fix this edit the docker app and go to "show more settings" You should see every possible env var listed. Delete "Variable: PUBLIC_HOST_URL" and "Variable: PUBLIC_HOST_AUDIO_URL". Everything worked properly after that for me.

Possible app fix in the future is to check if those variables are empty. But I don't think it's really a bug.

Awesome, thanks, works fine now. I had tried before to fill those variables with my URL but it didn't work, it only appended it after the slash of the original URL. Guess we should contact the creator of the Unraid template so that he can clarify or fix that.

Shakmir avatar Dec 05 '25 16:12 Shakmir

It might actually be a workaround, interpretation of those variables is still in metube, so potentially author could've a look what's happening too.

Speaking of which, work around works for me too, thanks for the tip! :)