mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-21 22:07:52 -05:00
error.api.fetch.critical while hosting on virtual machine #510
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 @dhawansolanki on GitHub (Oct 16, 2024).
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
@KwiatekMiki commented on GitHub (Oct 18, 2024):
set up cookies.
https://github.com/imputnet/cobalt/issues/687#issuecomment-2293405845