pre-commit-ci / issues

public issues for https://pre-commit.ci
17 stars 3 forks source link

500: Internal Server Error #147

Closed Borda closed 2 years ago

Borda commented 2 years ago

Hello, it started to happen to me about two weeks ago, and since then, I cannot log in to my account with GH: @borda

This is a link after login: https://results.pre-commit.ci/github/auth-callback?code=451ff9f55b0d7585cbfb

Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
asottile commented 2 years ago

weird, it looks like github has banned you ?

  File "/var/task/web/github_api.py", line 144, in api_get_current_user
    return req(
  File "/var/task/web/github_api.py", line 82, in req
    resp = urllib.request.urlopen(request, timeout=timeout)
  File "/var/lang/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/var/lang/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/var/lang/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/var/lang/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/var/lang/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/var/lang/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden

there was also a flurry of github instability right around the time of that event so it's possible github was down-ish? can you try again and see if it persists?

Borda commented 2 years ago

cool, works now, Thank you :)