I keep getting this error after running a script to pull artists countries out. I think its because I never set a limit the first time I run it but now it has this mb.set_rate_limit(limit_or_interval = 3, new_requests = 1)at the top. I’m still getting the error for some reason. Is there a way to resolve this so I can get it to run until my list of artists is complete. There are about 1.5k of them so I believe around 25-30 min.
We have problems with a lot of SSL errors at the moment, the cause isn’t known yet, it happens mainly when the servers are on high load (thanks to AI bots).
The best is to ensure your code is properly handling retries (not only for this issue).
3 Likes
I identified the cause, and we upgraded our load balancer, this specific issue should be solved (perhaps not totally, but we measured and it seems the situation is back to normal).
2 Likes