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

connect ENETUNREACH #160

Open
reallybman opened this issue Mar 1, 2018 · 1 comment
Open

connect ENETUNREACH #160

reallybman opened this issue Mar 1, 2018 · 1 comment

Comments

@reallybman
Copy link

Not sure what is causing this error. Never seen it before.

Unhandled rejection RequestError: Error: connect ENETUNREACH 192.168.1.21:3480 - Local (0.0.0.0:0)
at new RequestError (/usr/local/lib/node_modules/homebridge-vera/node_modules/request-promise/node_modules/request-promise-core/lib/errors.js:14:15)
at Request.plumbing.callback (/usr/local/lib/node_modules/homebridge-vera/node_modules/request-promise/node_modules/request-promise-core/lib/plumbing.js:87:29)
at Request.RP$callback [as _callback] (/usr/local/lib/node_modules/homebridge-vera/node_modules/request-promise/node_modules/request-promise-core/lib/plumbing.js:46:31)
at self.callback (/usr/local/lib/node_modules/homebridge-vera/node_modules/request/request.js:186:22)
at emitOne (events.js:77:13)
at Request.emit (events.js:169:7)
at Request.onRequestError (/usr/local/lib/node_modules/homebridge-vera/node_modules/request/request.js:878:8)
at emitOne (events.js:77:13)
at ClientRequest.emit (events.js:169:7)
at Socket.socketErrorListener (_http_client.js:269:9)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at emitErrorNT (net.js:1272:8)
at nextTickCallbackWith2Args (node.js:511:9)
at process._tickCallback (node.js:425:17)

@prbreezy
Copy link

prbreezy commented Mar 1, 2018

This error is because your Vera was unreachable on the port 3480.
--> Vera listens on port 3480. Vera responds to UPnP actions the normal way, or by making simple HTTP requests.

Either you tried to turn on/off something or homebridge tried get a sensor state.

I used to have this error with my Vera the only thing you can do is to reinstall your vera that might fix the issue and install a monitoring tool like Nagios something like that to confirm this behavior.

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