Regarding fetch failed #447

Closed
opened 2025-11-09 09:49:46 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @nikunjmishra1998 on GitHub (Sep 19, 2024).

bug description

in every few of request of same video or differrent video, we are receiving below error even if we have added RATELIMIT_MAX=192 in .env file

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

reproduction steps

  1. setup API at local same as instruction
  2. call API using any of the tools like postman or another
  3. you will fetch error as mentioned

screenshots

image

No response

platform information

Linux

additional context

No response

Originally created by @nikunjmishra1998 on GitHub (Sep 19, 2024). ### bug description in every few of request of same video or differrent video, we are receiving below error even if we have added RATELIMIT_MAX=192 in .env file { "status": "error", "error": { "code": "error.api.fetch.fail", "context": { "service": "youtube" } } } ### reproduction steps 1) setup API at local same as instruction 2) call API using any of the tools like postman or another 3) you will fetch error as mentioned ### screenshots ![image](https://github.com/user-attachments/assets/c6ae4bf9-2b99-4b82-89ac-189779249650) ### links _No response_ ### platform information Linux ### additional context _No response_
GiteaMirror added the instance hosting help label 2025-11-09 09:49:46 -06:00
Author
Owner

@KwiatekMiki commented on GitHub (Sep 21, 2024):

this is nothing related to rate limiting on your instance, that's probably youtube rate limiting you.

try adding more account cookies

@KwiatekMiki commented on GitHub (Sep 21, 2024): this is nothing related to rate limiting on your instance, that's probably youtube rate limiting you. try adding more account cookies
Sign in to join this conversation.