marvinscham / disenchanter

A tool to mass disenchant champion shards and other League of Legends loot.
MIT License
105 stars 9 forks source link

App breaks when exceeding API limit #126

Closed marvinscham closed 7 months ago

marvinscham commented 1 year ago

LCU seems to have undocumented request limits. The app should be able to detect when such a limit is exceeded (or the connection times out) and wait 5 seconds before trying again, finally failing if the third attempt does not work.

marvinscham commented 7 months ago

From v1.7.1, the app should fail gracefully and allow the user to retry without restarting the app.