-
Notifications
You must be signed in to change notification settings - Fork 407
Using method "get" instead operator [] in GistHistory._update_attributes #1019
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
8000
Merged
@gil9red does it work if you only put |
@staticdev, yes |
@gil9red is it also possible that you send us the json response you are getting so we map it correctly in the response structure of github3py? Just put a |
@staticdev, done result:
|
Thanks! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Error:
github3.exceptions.IncompleteResponse: None The library was expecting more data in the response (KeyError('additions')). Either GitHub modified it's response body, or your token is not properly scoped to retrieve this information.
Stack trace:
GistHistory._update_attributes github3\gists\history.py line 61:
After replacement, there was no problem, example:
The text was updated successfully, but these errors were encountered: