mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
error.api.fetch.empty #967
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 @olllayor on GitHub (Nov 4, 2025).
problem description
bug description
I have tried multiple publicly accessible image URLs from instagram and have had the same outcome.
The image get downloaded when tested on the main instance but give the following error on my self hosted instance:
curl -i -s -X POST https://cobalt.ollayor.uz/ -H "Accept: application/json" -H "Content-Type: application/json" -d '{"url":"https://www.instagram.com/reel/DQcSE8SjdkV/?igsh=MW44eWp4OTBuMHo4dA=="}'
Response
{
"status": "error",
"error": {
"code": "error.api.fetch.empty"
}
}
btw, I added a proxy service because you said to use a proxy. The result did not change.
your instance configuration
@OrientPlus commented on GitHub (Nov 7, 2025):
Yes, I've also encountered this problem. My local instance is running on a server in the Netherlands, because I live in Russia and YouTube is not directly accessible to me. A similar error pops up periodically, I don't understand what it might be related to.