StatTheGit icon indicating copy to clipboard operation
StatTheGit copied to clipboard

Code crash

Open dmitrypek opened this issue 3 years ago • 0 comments

Code crashes. Traceback is below:

Traceback (most recent call last): File "fetch_stats.py", line 58, in repo = g.get_repo(repo_str) File "/home/dmitry/.local/lib/python3.8/site-packages/github/MainClass.py", line 324, in get_repo headers, data = self.__requester.requestJsonAndCheck( File "/home/dmitry/.local/lib/python3.8/site-packages/github/Requester.py", line 317, in requestJsonAndCheck return self.__check( File "/home/dmitry/.local/lib/python3.8/site-packages/github/Requester.py", line 342, in __check raise self.__createException(status, responseHeaders, output) github.GithubException.UnknownObjectException: 404 {"message": "Not Found", "documentation_url": "https://docs.github.com/rest"}

dmitrypek avatar Sep 14 '21 21:09 dmitrypek