mirror of
https://github.com/OMGeeky/downloader.git
synced 2025-12-27 06:29:26 +01:00
handle 503 error from youtube api #1
Reference in New Issue
Block a user
No description provided.
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 @OMGeeky on GitHub (Jun 5, 2023).
for example:
{"error":{"code":503,"errors":[{"domain":"global","message":"The service is currently unavailable.","reason":"backendError"}],"message":"The service is currently unavailable.","status":"UNAVAILABLE"}}this can occur for instance when creating a playlist, the best would probably be to just wait for maybe an hour or something and then try again?