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
Sometimes I get the following error running did today:
Traceback (most recent call last):
File "/usr/local/bin/did", line 42, in <module>
did.cli.main()
File "/usr/local/lib/python3.9/site-packages/did/cli.py", line 223, in main
user_stats.check()
File "/usr/local/lib/python3.9/site-packages/did/stats.py", line 157, in check
stat.check()
File "/usr/local/lib/python3.9/site-packages/did/stats.py", line 157, in check
stat.check()
File "/usr/local/lib/python3.9/site-packages/did/stats.py", line 77, in check
self.fetch()
File "/usr/local/lib/python3.9/site-packages/did/plugins/github.py", line 132, in fetch
Issue(issue) for issue in self.parent.github.search(query)]
File "/usr/local/lib/python3.9/site-packages/did/plugins/github.py", line 81, in search
except requests.exceptions.JSONDecodeError as error:
AttributeError: module 'requests.exceptions' has no attribute 'JSONDecodeError'
It doesn't happen every time, and when it does if I run the command again, eventually it succeeds.
I only have github configured, and my email in [general]:
[github]
type = github
url = https://api.github.com/
login = achingbrain
Running with --debug I guess I've hit a rate limit?
Sometimes I get the following error running
did today
:It doesn't happen every time, and when it does if I run the command again, eventually it succeeds.
I only have github configured, and my email in
[general]
:Running with
--debug
I guess I've hit a rate limit?The text was updated successfully, but these errors were encountered: