handle 503 error from youtube api #1

Open
opened 2025-10-27 18:47:32 +01:00 by OMGeeky · 0 comments
Owner

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?

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?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: OMGeeky/downloader#1
No description provided.