While trying to run bridge pull from github (nixos/nixpkgs)
Was told to include 8450:E73D:288B4F3:2CF6477:6022B965 when reporting.
Seemed to import a few issues and comments the first time, repeated attempts imported nothing and yield the same error.
Tony O (bqv) commented
N.b. this was just me testing if #315 was still an issue
Michael Muré (MichaelMure) commented
Well, is it? ;-)
Tony O (bqv) commented
Unclear, because I hit this bug :p
Michael Muré (MichaelMure) commented
Let's close as it's not actually a bug.
Michael Muré (MichaelMure) closed the bug
Tony O (bqv) commented
What does the code mean? I was unclear on what I'm reporting
Michael Muré (MichaelMure) commented
I have no idea what that code is ¯\_(ツ)_/¯
rng-dynamics (rng-dynamics) commented (edited)
What does the code mean? I was unclear on what I'm reporting
I believe the error code originates from the Github API. It's not a rate limiting error but an internal error of the github API. I have experienced similar errors when submitting "very big single queries". I am surprised that you get this error with the current implementation (of git-bug).
Tony O (bqv) commented
I suppose that's somewhat self explanatory
rng-dynamics (rng-dynamics) commented
Just some additional information: The current implementation of the git-bug bridge uses many small GraphQL queries to the Github API. I did not have this error when I tried to pull the issues from nixos/nixpkgs but instead a simple rate limiting error.