imputnet / cobalt

best way to save what you love
https://cobalt.tools
GNU Affero General Public License v3.0
17.43k stars 1.43k forks source link

error.api.fetch.critical while hosting on virtual machine #844

Closed dhawansolanki closed 1 month ago

dhawansolanki commented 1 month ago

problem description

Issue: Unable to Download YouTube Video on Instance (Works Locally)

I'm experiencing an issue when trying to download a YouTube video using the following API call:

POST Request: http://xxx.xxx.xxx.xx:9000/ Request Body:

{ "url": "https://youtu.be/......." }

Everything works fine when running locally on localhost, but when I try to run the same code on my server instance, I get the following error:

Error Response::

{ "status": "error", "error": { "code": "error.api.fetch.critical", "context": { "service": "youtube" } } }

Any idea what might be causing this issue or how I can resolve it?

your instance configuration

Azure Virtual Machine
KwiatekMiki commented 1 month ago

set up cookies.

https://github.com/imputnet/cobalt/issues/687#issuecomment-2293405845