[Bug]: File wasn't available on site
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
Could you provide the configuration information and error logs?
[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: @.***>
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: @.***>
same issue
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.
same issue here
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.
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: @.***>
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.
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! :)