-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error when requesting diagnostics #45
Comments
If the container goes down (restart) the sensors go unavailable until it's back up. The values are retained on the next start, even though they're not updated because of the failed call. I'm also seeing similar errors on a 2xx status code today. Won't have time to look into this for a while however. |
No worries. I know I've had to pick your ear on your app often, so I apologize but I really do appreciate your work on it. Glad you're seeing similar issues so I know its just not me. Weird thing, I do see the stats at the very end of the error message now after going to onstarjs 2.2.2 but nothing is updating in the broker so I know its grabbing the values from Onstar just fine, even the hotspot info. If there is any info you need from me to help provide resolution please let me know. i will be glad to assist in anyway I can. |
Hello, wanted to follow up on this and see if there has ben any movement. I saw that there was a new docker image, and tried it but getting new error now: error: Main function error. {"error":{"code":5}} Am I the only one having issues? Is it something I need to check on my side? |
@phildh it seems so, mine's been working without issue. I've found that API failures are generally expected especially after the car's been sitting for >12hrs but they eventually come back. Post the full logs and I may be able to point something out. |
This is currently what the docker logs out out: info: Requesting vehicles |
Issues were resolved on my end. Not sure what original issue was related to, but Main function error was MQTT issues on home assistant side. Had to remove add-on and reconfigure it. Ruled out app by pointing to fresh MQTT that i set up on stand a lone server. Thanks for all your help, as always. |
Not sure what the issue could be, but it started happening Saturday night/Sunday morning:
Logs are not giving much information on what issue could be. Its odd, when I'm restarting the docker image the sensors in HA go to unavailable, but once docker image is up it reflects old values before issue started.
The text was updated successfully, but these errors were encountered: