Github-Monitor
Github-Monitor copied to clipboard
token已添加多用户的多个token,但是系统token没有自动切换调用
github_file.update() File "/usr/local/lib/python3.6/dist-packages/github/GithubObject.py", line 296, in update headers, data = self._requester._Requester__check(status, responseHeaders, output) File "/usr/local/lib/python3.6/dist-packages/github/Requester.py", line 275, in __check raise self.__createException(status, responseHeaders, output) github.GithubException.RateLimitExceededException: 403 {'message': 'API rate limit exceeded for user ID 65018586.', 'documentation_url': 'https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting'}
上面是报错信息,一直报65018586这个账号id的调用频率超过限制,没有使用其他已经填写的github token继续爬虫。