You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3.6/site-packages/github3/users.py", line 888, in _update_attributes
self.disk_usage = user["disk_usage"]
KeyError: 'disk_usage'
I digged into it and my user is authenticated and I get back all my info from github but this key is not available (as well some others required later) .
I'm trying
oca-migrate-branch
and it fails hereI digged into it and my user is authenticated and I get back all my info from github but this key is not available (as well some others required later) .
Anybody used this tool recently?
BTW I've checked what https://github.com/PyGithub does: seems they pick such info only if available.
The text was updated successfully, but these errors were encountered: