Open fragglehunter opened 3 years ago
Am I the only one experiencing this? Is this due to app requiring onstar PIN now? I have verified my user and password are correct
Same for me:
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.
Description
Getting 403Authorization failed every time
What I Did