-
Notifications
You must be signed in to change notification settings - Fork 404
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
latest_release throws exception #1105
Comments
Can you include version information about github3.py, it's dependencies, and the version of Python you're using? We can definitely fix this, I just want to make sure it's definitely a bug in the latest version |
I did the following:
This reproduces the issue. It should also be trivial to reproduce this environment to get whatever version information you want; however, AFAICT, the relevant code hasn't changed and this should be just as trivially reproducible on master. Basically, |
latest_release()
is dying with:This happens on https://api.github.com/repos/uNetworking/uSockets/releases/latest, which, as of reporting, is https://api.github.com/repos/uNetworking/uSockets/releases/tags/v0.8.1, which are producing
"author": null
rather than"author": {...}
.This looks to be similar to #988.
The text was updated successfully, but these errors were encountered: