You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if there is a brief network issue or outage, these requests may fail causing an HTTP 500 to be received on yt-dlp end and no PO Token added to the request.
Perhaps a basic retry (with a limit) could be added to requests (e.g. retry 3 times before giving up)?
The text was updated successfully, but these errors were encountered:
@coletdjnz
Adding retries as part of #44
Do you think your plugin framework should also attempt a retry if not PO token was received from the provider? Or at least throw a specific error so that the user knows what happened.
bgutil-ytdlp-pot-provider/server/src/session_manager.ts
Lines 167 to 193 in 9237eec
Currently if there is a brief network issue or outage, these requests may fail causing an HTTP 500 to be received on yt-dlp end and no PO Token added to the request.
Perhaps a basic retry (with a limit) could be added to requests (e.g. retry 3 times before giving up)?
The text was updated successfully, but these errors were encountered: