Skip to content
Discussion options

You must be logged in to vote

Thanks. We think we have found the root cause: the installation's GraphQL rate limit getting exhausted, so the init GraphQL calls return HTTP 200 with an errors array and no data, which shows up as "Authentication failure" and "platform-unknown-error".

Trace logs for the platform-unknown-error case:

{"type":"RATE_LIMIT","code":"graphql_rate_limit","message":"API rate limit already exceeded for installation ID <redacted>"}

ERROR: Repository has unknown error  "platform-unknown-error"
    at getPlatformConfig (lib/workers/repository/init/apis.ts:96)
    at initRepo (lib/modules/platform/github/index.ts:575)

The getAppDetails / "Authentication failure" case shows the same graphql_rate_limit

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@jamietanna
Comment options

@jamietanna
Comment options

Comment options

You must be logged in to vote
1 reply
@jamietanna
Comment options

Answer selected by redscaresu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:discussion-template "please follow our template"
2 participants