Open bony618 opened 2 months ago
@bony618, you should change your Vivint password ASAP. The Cookie: 's=33025..........................' you posted gives anyone online full access to your Vivint account, your home address, and full control over your system.
@bony618, you should change your Vivint password ASAP. The Cookie: 's=33025..........................' you posted gives anyone online full access to your Vivint account, your home address, and full control over your system.
thanks didn't realize that
this morning I got a different error:
[9/3/2024, 4:04:38 AM] [@balansse/homebridge-vivint] Error getting system info: RequestError: AggregateError at new RequestError (/usr/local/lib/node_modules/@balansse/homebridge-vivint/node_modules/request-promise-core/lib/errors.js:14:15) at Request.plumbing.callback (/usr/local/lib/node_modules/@balansse/homebridge-vivint/node_modules/request-promise-core/lib/plumbing.js:87:29) at Request.RP$callback [as _callback] (/usr/local/lib/node_modules/@balansse/homebridge-vivint/node_modules/request-promise-core/lib/plumbing.js:46:31) at self.callback (/usr/local/lib/node_modules/@balansse/homebridge-vivint/node_modules/request/request.js:185:22) at Request.emit (node:events:519:28) at Request.onRequestError (/usr/local/lib/node_modules/@balansse/homebridge-vivint/node_modules/request/request.js:877:8) at ClientRequest.emit (node:events:519:28) at TLSSocket.socketErrorListener (node:_http_client:500:9) at TLSSocket.emit (node:events:519:28) at emitErrorNT (node:internal/streams/destroy:169:8) { cause: AggregateError: at internalConnectMultiple (node:net:1118:18) at afterConnectMultiple (node:net:1685:7) { code: 'ETIMEDOUT', [errors]: [ [Error], [Error] ] }, error: AggregateError: at internalConnectMultiple (node:net:1118:18) at afterConnectMultiple (node:net:1685:7) { code: 'ETIMEDOUT', [errors]: [ [Error], [Error] ] }, options: { url: 'https://www.vivintsky.com/api/systems/6818692529018764', headers: { Cookie: 's=ff53***', 'Cache-Control': 'no-store' }, callback: [Function: RP$callback], transform: undefined, simple: true, resolveWithFullResponse: false, transform2xxOnly: false }, response: undefined }
any help with these issues would be greatly appreciated
Not sure what is going on. I can't get mine to give either of those errors. The first one, 502 Bad Gateway, is coming from Cloudflare. That means Cloudflare can't connect to Vivint's server. Nothing you can do about that one. That is on Vivint's side. The second one is some sort of timeout error. But it is throwing multiple errors in a single AggregateError, so it is hard to tell. The plugin error handling code would have to be updated to handle Aggregate Errors, loop through them and print out the individual errors within.
Not sure what is going on. I can't get mine to give either of those errors.
The first one, 502 Bad Gateway, is coming from Cloudflare. That means Cloudflare can't connect to Vivint's server. Nothing you can do about that one. That is on Vivint's side.
The second one is some sort of timeout error. But it is throwing multiple errors in a single AggregateError, so it is hard to tell. The plugin error handling code would have to be updated to handle Aggregate Errors, loop through them and print out the individual errors within.
i appreciate the response. not really sure what you mean in the aggregate part. (i'm a self taught fairly tech savvy boomer 😏 but some things go over my head.) i've just updated the plugin to the latest version. fingers crossed it's of some help.
AggregateError is a type of error where multiple error are thrown at once. It is an array of errors. The plugin code isn't handling it properly. Instead of actually printing out the error type and text it is printing [errors]: [ [Error], [Error] ]
which is not very helpful.
Mac OS monterey homebridge v1.8.4 homebridge UI v4.57.1 node.js v20.16.0
recently started occasionally getting this very long error message even though everything seems to function normally afterwards:
[8/29/2024, 12:25:08 PM] [@balansse/homebridge-vivint] Error getting system info: StatusCodeError: 502 - "\r\n
502 Bad Gateway
502 Bad Gateway
} }