mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 22:39:42 -05:00
YouTube Download Requests fail on own instance #271
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @w2ppx on GitHub (May 15, 2024).
bug description
when downloading from youtube, it returns an error from youtube.js library, tried to change ip, didnt help
reproduction steps
steps to reproduce the behavior:
3. download this video: [link here]
4. see error
screenshots

links
happens with any link, my instance: web.eepy.today
platform
additional context
the error:
my instance is using last version:
@dumbmoron commented on GitHub (May 15, 2024):
hi, are you using the pre-built docker image, or are you building your own image, or are you running cobalt standalone (without any containerization)?
@wukko commented on GitHub (May 16, 2024):
have you edited the source code in any way?
@w2ppx commented on GitHub (May 16, 2024):
i am using cobalt standalone
no, i didn’t modify it
@wukko commented on GitHub (May 16, 2024):
@w2ppx can you run
npm install? it should fix the issue@w2ppx commented on GitHub (May 16, 2024):
thanks, it worked!
@wukko commented on GitHub (May 16, 2024):
no problem :D