CNDRD / siegeapi

Rainbow Six Siege Python API Interface
https://cndrd.github.io/siegeapi/
MIT License
54 stars 4 forks source link

How can I avoid HTTP 429 situation? #25

Closed a361570441 closed 6 months ago

a361570441 commented 6 months ago

I have enabled multiple Ubisoft accounts to obtain data on many players. However, in addition to being able to successfully search for players, these accounts now have 429 too many requests for summary and other subsequent steps. It may be that I only use Is it the reason for a normal request request instead of a session conversation?

CNDRD commented 6 months ago

Problem we all struggle with when querying a few too many accounts. The library tries to automatically log you in only when it needs to (by saving the credentials) but it doesn't solve all your problems. You will need to figure out a way to fix this yourself, that fits your needs.. As we did all