Closed getadapt closed 3 years ago
Server is denying establishing a connection with you because you might be sending too many requests in a short period of time. You can throttle your requests a bit or catch it and retry again.
You can also share your apikey with me (public is fine) and I can check your traffic.
Problem explanation
I'm getting
Max retries exceeded with url
on all api calls... I'm following the steps and tried in a few different python environments so I'm not sure where to go from here...Steps to reproduce
client = stream.connect(API_KEY, API_SECRET, location='dublin') userfeed = client.feed('user', user.id) activities = userfeed.get(limit=5)
Environment info
Operating System: OSX 11.5.2 Big Sur Python version: 3.9.7 Library version: 5.1.0
Error traceback (if applicable)
Code snippet that causes the problem