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
error: Error {"error":{"error":{"message":"Request Failed with status 504 - Gateway Timeout","request":{"method":"POST"},"response":{"data":"","headers":{"cache-control":"no-store","connection":"keep-alive","content-length":"0","date":"Tue, 05 Mar 2024 20:06:18 GMT","pragma":"no-cache","request-context":"appId=cid-v1:a7e19842-5b19-4b47-a9cf-85cc6e87a746"},"status":504,"statusText":"Gateway Timeout"},"stack":"Error: Request Failed with status 504 - Gateway Timeout\n at RequestService.<anonymous> (/app/node_modules/onstarjs/dist/index.cjs:588:32)\n at Generator.throw (<anonymous>)\n at rejected (/app/node_modules/onstarjs/dist/index.cjs:27:65)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"}},"timestamp":"2024-03-05 13:06:18"}
Able to confirm connectivity is working fine, dns resolution etc from inside the container. It was working for quite a while until a recent update of the image. Perhaps I'm missing something?
The text was updated successfully, but these errors were encountered:
Unfortunately, this is just the nature of the OnStar API. This is one of the reasons I added the capability a couple of versions ago to keep track of the polling status code so that you can keep track of whether the polling succeeded or not. There's nothing we can do to prevent these 504 errors and we just have to deal with them.
Thanks so much for the quick reply! I was concerned this was the issue, but wanted to eliminate the possibility I had missed a step somewhere. Thanks for all your efforts!
Error as follows:
error: Error {"error":{"error":{"message":"Request Failed with status 504 - Gateway Timeout","request":{"method":"POST"},"response":{"data":"","headers":{"cache-control":"no-store","connection":"keep-alive","content-length":"0","date":"Tue, 05 Mar 2024 20:06:18 GMT","pragma":"no-cache","request-context":"appId=cid-v1:a7e19842-5b19-4b47-a9cf-85cc6e87a746"},"status":504,"statusText":"Gateway Timeout"},"stack":"Error: Request Failed with status 504 - Gateway Timeout\n at RequestService.<anonymous> (/app/node_modules/onstarjs/dist/index.cjs:588:32)\n at Generator.throw (<anonymous>)\n at rejected (/app/node_modules/onstarjs/dist/index.cjs:27:65)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"}},"timestamp":"2024-03-05 13:06:18"}
Able to confirm connectivity is working fine, dns resolution etc from inside the container. It was working for quite a while until a recent update of the image. Perhaps I'm missing something?
The text was updated successfully, but these errors were encountered: