Yahoo sometimes throws back HTTP errors. Retrying after a short delay will result in a successful download.
This PR implements the retry logic.
Some groups have the Databases function disabled or locked for admins only. The 403 Forbidden error check detects this outcome and skips the download process. The alternative is that we enter the loop with the json variable unassigned and crash with an exception.
Yahoo sometimes throws back HTTP errors. Retrying after a short delay will result in a successful download.
This PR implements the retry logic.
Some groups have the Databases function disabled or locked for admins only. The 403 Forbidden error check detects this outcome and skips the download process. The alternative is that we enter the loop with the
json
variable unassigned and crash with an exception.