djrscally / pubg_reporting

Tools to create and maintain a reporting db syncing to the pubg API
GNU General Public License v3.0
2 stars 1 forks source link

get_season() now 429's if you call it too often #21

Closed djrscally closed 4 years ago

djrscally commented 4 years ago

PUBG seem to have updated the API to throw a 429 error if you call the seasons endpoint too often. TBF their docs do say not to call more often than once a month but they never seemed to enforce it before so i ignored it. That's changed, so the code needs to too.

djrscally commented 4 years ago

Same thing turns out to be happening with get_players, so it looks like this might have been more globally introduced