Hello, do you know how to avoid this error?
TOTAL_ILLUSTS json_result = {'error': {'user_message': '', 'message': 'Rate Limit', 'reason': '', 'user_message_details': {}}}
I'm looping through a list of artists (1 artist every 100 seconds) and getting their new artworks. After the loop has been running for a while, I get this error. I can share more code if needed.
Hello, do you know how to avoid this error?
TOTAL_ILLUSTS json_result = {'error': {'user_message': '', 'message': 'Rate Limit', 'reason': '', 'user_message_details': {}}}
I'm looping through a list of artists (1 artist every 100 seconds) and getting their new artworks. After the loop has been running for a while, I get this error. I can share more code if needed.