deweesa / Leaguerboard

Small flask project for collecting League of Legends stats for me and my friends
0 stars 0 forks source link

Information dropped/crashing during API calls #10

Open deweesa opened 3 years ago

deweesa commented 3 years ago

When a 5XX Response Code is gotten from the Riot API that query is dropped, and not reattempted. Should have some sort of queue for failed API requests to be reattempted if their was an issue on Riot's side.

deweesa commented 3 years ago

Switched label from bug to invalid. api_wrapper is working as expected, it's just a poor implementation.