Rendering Error (GraphqlResponseError) #562
-
Hi, I'm having some errors on the setup. No idea why :/ I copied my config from https://metrics.lecoq.io/ Error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi, I tested your config and it should be fine. Also I don't know which scopes you passed, but if it includes |
Beta Was this translation helpful? Give feedback.
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