You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
2021-06-10 21:22:53 ERROR (Thread-3) [homeassistant.components.mychevy] Error updating mychevy data. This probably means the OnStar link is down again
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/mychevy/__init__.py", line 146, in run
self.update()
File "/usr/src/homeassistant/homeassistant/util/__init__.py", line 280, in wrapper
result = method(*args, **kwargs)
File "/usr/src/homeassistant/homeassistant/components/mychevy/__init__.py", line 128, in update
self.cars = self._client.update_cars()
File "/usr/local/lib/python3.8/site-packages/mychevy/mychevy.py", line 355, in update_cars
self._fetch_car(c)
File "/usr/local/lib/python3.8/site-packages/mychevy/mychevy.py", line 137, in f_retry
return f(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/mychevy/mychevy.py", line 351, in _fetch_car
car.from_json(res.content)
File "/usr/local/lib/python3.8/site-packages/mychevy/mychevy.py", line 194, in from_json
raise ServerError(res)
mychevy.mychevy.ServerError: {'messages': ['403Authorization failed'], 'serverErrorMsgs': ['403Authorization failed'], 'data': 'SERVER ERROR'}
I don't think the PIN is a problem. I went to https://my.chevrolet.com/ and logging in with username and password succeeded.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Getting 403Authorization failed every time
What I Did
The text was updated successfully, but these errors were encountered: