-
Notifications
You must be signed in to change notification settings - Fork 293
Description
If a user tries to install multiple AAT instances on a single device (server or local PC) too many times in a short period of times, they are likely to run into an error with Github's API request limit, these usually reset after an hour, so up until now this hasn't been too much of an issue as the user would just wait until then.
However, one of my client's seems to have hit this error too often and now every time they try to install the Authoring Tool they are met with a new error, which always sets a time one hour in the future. They have been trying for several days and not been able to have any success, screenshot below. They get an error before the script even begins, so there must be an API call which happens early in the process.
The install process for the AAT should allow the option for the installer to include a personal access token, which will grant them higher rate limits for API requests.
