Skip to content

vCompat Updater occasionally hits GitHub rate-limit #1

Description

@bluelhf

As seen in this review on LoginPlus:
image

vCompat's updater is fetching data from the GitHub API without authentication, which sometimes causes it to fail to start. To solve this issue, vCompat Updater must either

  1. Use vCompat's own caching server, which caches the results from the GitHub API (optionally with its own token), or
  2. Allow graceful failure if the GitHub API rate limit is reached — an exception should not be thrown.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions