rojo-rbx / vscode-rojo

Visual Studio Code plugin for Rojo
https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo
Mozilla Public License 2.0
36 stars 23 forks source link

"API rate limit exceeded" error occurs (shown as 403) while starting rojo server from plugin #9

Closed amatosov-rbx closed 5 years ago

amatosov-rbx commented 5 years ago

Rojo server startup fails due to rate limit of the update check that occurs every time you start the server I assume it happens with call to https://api.github.com/repos/LPGhatguy/rojo/releases

{
  "message": "API rate limit exceeded for 123.456.789.123. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
  "documentation_url": "https://developer.github.com/v3/#rate-limiting"
}

Plugin should handle this error gracefully and still start locally installed rojo server

amatosov-rbx commented 5 years ago

Thanks for quick fix