-
-
Notifications
You must be signed in to change notification settings - Fork 293
Description
Ten minutes ago, trying to git bug bridge pull the nixpkgs project's bugs (>5k bugs, >3k PRs -- a very very large set of bugs):
import error: Something went wrong while executing your query. Please include `A8DE:54BE:87BAE:9F6E7:62140406` when reporting this issue.
I have never been able to get a pull of nixpkgs' bugs to complete, and I've been trying for weeks now (see also #740).
I am using 05d73e1, which has the fix for #585.
Is there any chance that git-bug could keep fetching other bugs when it encounters a problem like this? It appears that it just aborts as soon as any API call produces an error. The nixpkgs bugset is ginormous, so it's going to take me at least a week (due to ratelimits) anyways. But right now it keeps failing after 108 bugs out of 5000+.
Is there an environment variable I can set to cause git-bug to print a backtrace or other context when it gives up like this?