You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start my editor (nvim) which in turn starts next-ls, NextLS.DynamicSupervisor terminates when it receives a 403 message for Github. It looks like it's trying to send an API request to Github for the latest version.
For me, it was because this request is not authenticated and I hit Github's API rate limit.
End Goal
If Github is not reachable, down, or returns something other than a 200 response, continue to run with the currently installed version.
Problem
When I start my editor (nvim) which in turn starts next-ls,
NextLS.DynamicSupervisor
terminates when it receives a 403 message for Github. It looks like it's trying to send an API request to Github for the latest version.For me, it was because this request is not authenticated and I hit Github's API rate limit.
End Goal
If Github is not reachable, down, or returns something other than a 200 response, continue to run with the currently installed version.
Logs
The text was updated successfully, but these errors were encountered: