Ring integration broken?

My ring integration was not working. Tried to remove it and add it again got below error. HASS version 2021.1.5.

2021-02-03 11:33:25 ERROR (MainThread) [homeassistant.components.ring.config_flow] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/ring/config_flow.py", line 48, in async_step_user
    token = await validate_input(self.hass, user_input)
  File "/usr/src/homeassistant/homeassistant/components/ring/config_flow.py", line 21, in validate_input
    token = await hass.async_add_executor_job(
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.8/site-packages/ring_doorbell/auth.py", line 35, in fetch_token
    token = self._oauth.fetch_token(
  File "/usr/local/lib/python3.8/site-packages/requests_oauthlib/oauth2_session.py", line 360, in fetch_token
    self._client.parse_request_body_response(r.text, scope=self.scope)
  File "/usr/local/lib/python3.8/site-packages/oauthlib/oauth2/rfc6749/clients/base.py", line 421, in parse_request_body_response
    self.token = parse_token_response(body, scope=scope)
  File "/usr/local/lib/python3.8/site-packages/oauthlib/oauth2/rfc6749/parameters.py", line 431, in parse_token_response
    validate_token_parameters(params)
  File "/usr/local/lib/python3.8/site-packages/oauthlib/oauth2/rfc6749/parameters.py", line 438, in validate_token_parameters
    raise_from_error(params.get('error'), params)
  File "/usr/local/lib/python3.8/site-packages/oauthlib/oauth2/rfc6749/errors.py", line 405, in raise_from_error
    raise cls(**kwargs)
oauthlib.oauth2.rfc6749.errors.ServerError: (server_error) server error

Seems Ring issue, tried to login from their website and failed too.

Yep, just came here to say the same.

I went through the process of removing the ring integration and re setting up. No joy. Tried to log in to the website and got a ‘An Error Occurred’.

This seems to be on Rings end, so don’t mess with your files until you can log in to the Ring app or website are verify it is working again.

Same boat here, cannot log into ring website either.

It is back up and working now and the integration is working too.