We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fragment of a slack conversation with @hadley:
... since the code was written, gh has switched from httr to httr2 so there are a few http_error_404 that should now be httr2_http_404
http_error_404
httr2_http_404
(I was reminded of this when looking at #1893 and #1894.)
The text was updated successfully, but these errors were encountered:
I just did a GET for a nonexistent repo and here are the classes of the error:
- attr(*, "class")= chr [1:5] "github_error" "http_error_404" "rlang_error" "error" ...
which suggests that perhaps gh is still emitting errors with the classes we are currently expecting.
My gh version is 1.4.1, which is after the switch to httr2.
Sorry, something went wrong.
Ok we must've preserved the error classes in gh. I think we can close this then.
No branches or pull requests
Fragment of a slack conversation with @hadley:
(I was reminded of this when looking at #1893 and #1894.)
The text was updated successfully, but these errors were encountered: