gw2-addon-loader / GW2-Addon-Manager

Installer and updater for Guild Wars 2 addons.
MIT License
439 stars 56 forks source link

Critical Error when Launching #109

Open Lutenantfire opened 3 years ago

Lutenantfire commented 3 years ago

Please attach a copy of config.yaml or config.ini to the issue.

Describe the bug After March 11th update of GW2 I opened the application to disable ArcDPS as it is down until it can be patched. The disable option was not working so I did a fresh install of my GW2 folder and redownloaded the latest Addon Manager. However, a critical error shows up when trying to open. To Reproduce Open the GW2 Addon Manager application either normally or via "run as Administrator".

Additional context Attached is the log file created from this error, along with a screenshot of the error. log.txt Screenshot 2021-05-11 221327

don't forget to attach the config file to the issue

rvgate commented 3 years ago

This has to do with the github ratelimit, I just encountered it myself.

If you go to this url: https://api.github.com/rate_limit

You can see the rate.remaining (probably 0 if you encounter this error) and the rate.reset unix timestamp. After the time of the timestamp your rate.remaining should be reset to 60 and the gw2 addon manager will start again.