zengfung / ClashOfClansScraper

1 stars 0 forks source link

Proper Handling of 403 Forbidden Errors #15

Closed zengfung closed 1 year ago

zengfung commented 1 year ago

In the linked workflow, the job failed due to encounters of 403 forbidden errors of the coc_client, i.e. coc.errors.Forbidden.

Solution would be to attempt reconnecting to the client when encountering 403 errors and picking up where we left off.