Skip to content

Instantly share code, notes, and snippets.

@marcomorain
Created August 28, 2014 13:20
Show Gist options
  • Select an option

  • Save marcomorain/2477fe914c97e1d46de9 to your computer and use it in GitHub Desktop.

Select an option

Save marcomorain/2477fe914c97e1d46de9 to your computer and use it in GitHub Desktop.
Internal Server Error
The server has either erred or is incapable of performing the requested operation.
Traceback (most recent call last):
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1535, in __call__
rv = self.handle_exception(request, response, e)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in __call__
rv = self.router.dispatch(request, response)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher
return route.handler_adapter(request, response)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1102, in __call__
return handler.dispatch()
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 572, in dispatch
return self.handle_exception(e, self.app.debug)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 570, in dispatch
return method(*args, **kwargs)
File "/base/data/home/apps/s~github-review/1.378237581484595877/pages/pull.py", line 112, in post
self.repo = github.get_repo("/".join(self.request.path.split("/")[1:3]))
File "/base/data/home/apps/s~github-review/1.378237581484595877/github/MainClass.py", line 199, in get_repo
"/repos/" + full_name
File "/base/data/home/apps/s~github-review/1.378237581484595877/github/Requester.py", line 168, in requestJsonAndCheck
return self.__check(*self.requestJson(verb, url, parameters, headers, input, cnx))
File "/base/data/home/apps/s~github-review/1.378237581484595877/github/Requester.py", line 176, in __check
raise self.__createException(status, output)
GithubException: 403 {u'documentation_url': u'https://developer.github.com/v3/#rate-limiting', u'message': u'API rate limit exceeded for marcomorain.'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment