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 was archived by the owner on May 16, 2023. It is now read-only.
I'm trying to get this working with homeassistant. The command line test was timing out in _fetch_car.
What I Did
After trying a few things, I was able to get it working by removing the headers (headers=headers) from both self.session.get calls in _fetch_car. Maybe GM doesn't like the choice of USER_AGENT anymore?