Skip to content

Fails to start because of github api rate limit #38

@awoimbee

Description

@awoimbee
Language server just-lsp:

from extension "Justfile" version 0.2.0: status error 403, response: "{\"message\":\"API rate limit exceeded for 31.14.70.84. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)\",\"documentation_url\":\"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting\"}\n"

It looks like currently this extension requires to fetch the latest version at each start:

let release = latest_github_release(

It should really handle the github api being down or rate limited. I used this lsp before, I must already have the required binary somewhere on my system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions