-
Notifications
You must be signed in to change notification settings - Fork 212
github backfill cannot skip not found repositories any more #1267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It might be that docs.rs/src/utils/github_updater.rs Line 328 in 9fe8f02
#[serde(default)] , if it doesn't emit a path for errors attached to the root node.
|
@Nemo157 thanks for the hint, was thinking something like that. (while we are using the path to decide if we |
Github seem to omit the path from errors in some situations.
when setting Next error is (on
Where the repo seems to be moved / renamed |
(the last one was rate limiting, only handled wrong) |
Github seem to omit the path from errors in some situations.
While testing for #1249 I stumbled on errors while backfilling the github repos.
Error is:
in a place where we actually filter out the
NOT_FOUND
errors to gracefully handle them.I do know for that all the failures I saw that the repo didn't exist, but I don't know the exact response (yet), so which error it really is.
full backtrace
The text was updated successfully, but these errors were encountered: