Skip to content
Discussion options

You must be logged in to vote

Hi,
This is usually due to GitHub API timeouts when too much data is fetched at once 😕

I tested your config and it should be fine.
You could try using repositories_batch: 5 (to only fetch 5 by 5 repos stats, or even a lower number) to avoid timeouts but I cannot guarantee it'll work.

Also I don't know which scopes you passed, but if it includes repo scope, it may also explain why it would work on the website/from my side but not on yours if you have a lot of private repositories. Unfortunately, users with a really large amount of repositories are not well supported because of GitHub GraphQL limitations

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Albermonte
Comment options

@lowlighter
Comment options

@Albermonte
Comment options

@Albermonte
Comment options

@lowlighter
Comment options

Answer selected by Albermonte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment