Skip to content
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

Vivint Error Although System is Connected #116

Open
OspreyBoat opened this issue Jul 9, 2023 · 2 comments
Open

Vivint Error Although System is Connected #116

OspreyBoat opened this issue Jul 9, 2023 · 2 comments

Comments

@OspreyBoat
Copy link

Version 1.8.3

My log is throwing the following error although it continues to operate. On Fiber Optic Internet with Frontier. Seems to be a busy signal?

Thanks


Vivint BridgeVivintERRORError getting system info: RequestError: Error: getaddrinfo EBUSY www.vivintsky.com
at new RequestError (/var/lib/hoobs/vivintbridge/node_modules/request-promise-core/lib/errors.js:14:15)
at Request.plumbing.callback (/var/lib/hoobs/vivintbridge/node_modules/request-promise-core/lib/plumbing.js:87:29)
at Request.RP$callback [as _callback] (/var/lib/hoobs/vivintbridge/node_modules/request-promise-core/lib/plumbing.js:46:31)
at self.callback (/var/lib/hoobs/vivintbridge/node_modules/request/request.js:185:22)
at Request.emit (node:events:513:28)
at Request.onRequestError (/var/lib/hoobs/vivintbridge/node_modules/request/request.js:877:8)
at ClientRequest.emit (node:events:513:28)
at TLSSocket.socketErrorListener (node:_http_client:494:9)
at TLSSocket.emit (node:events:513:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
cause: Error: getaddrinfo EBUSY www.vivintsky.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) {
errno: -16,
code: 'EBUSY',
syscall: 'getaddrinfo',
hostname: 'www.vivintsky.com'
},
error: Error: getaddrinfo EBUSY www.vivintsky.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) {
errno: -16,
code: 'EBUSY',
syscall: 'getaddrinfo',
hostname: 'www.vivintsky.com'
},
options: {
url: 'https://www.vivintsky.com/api/systems/NUMBER REDACTED',
headers: {
Cookie: 'REDACTED',
'Cache-Control': 'no-store'
},
callback: [Function: RP$callback],
transform: undefined,
simple: true,
resolveWithFullResponse: false,
transform2xxOnly: false
},
response: undefined
}

@jgrimard
Copy link

jgrimard commented Jul 9, 2023

It looks similar to this one. Some sort of bug in HOOBS?
#55 (comment)

@OspreyBoat
Copy link
Author

Thanks - just posted at HOOBS work site

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants