This repository has been archived by the owner on May 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
I am getting an econnrefused error... #13
Labels
Comments
Are you constantly getting this error? A full log will be appreciated. |
Where do I get the log from? Yes, I get the error all of the time. Thanks for the quick response.
…Sent from my iPhone
On Dec 22, 2016, at 11:36 AM, Luis Iam ***@***.***> wrote:
Are you constantly getting this error? A full log will be appreciated.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Some other program is using the port 5222 and homebridge try to use that port as well. I don't think it's related to the liftmaster plugin. |
I actually fixed it by changing the main Homebridge port. So, it is no longer throwing that error. Now, I have two garage door openers on my system and it is throwing an error about multiple devices with the same ID. How do I handle multiple garage doors?
From: Luis Iam <notifications@github.com>
To: luisiam/homebridge-liftmaster2 <homebridge-liftmaster2@noreply.github.com>
Cc: dmsmith111 <dmsmith111@yahoo.com>; Author <author@noreply.github.com>
Sent: Thursday, December 22, 2016 2:43 PM
Subject: Re: [luisiam/homebridge-liftmaster2] I am getting an econnrefused error... (#13)
Some other program is using the port 5222 and homebridge try to use that port as well. I don't think it's related to the liftmaster plugin.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Can you post your config.json? |
Here is the config.json file I was using...
From: Luis Iam <notifications@github.com>
To: luisiam/homebridge-liftmaster2 <homebridge-liftmaster2@noreply.github.com>
Cc: dmsmith111 <dmsmith111@yahoo.com>; Author <author@noreply.github.com>
Sent: Thursday, December 22, 2016 6:29 PM
Subject: Re: [luisiam/homebridge-liftmaster2] I am getting an econnrefused error... (#13)
Can you post your config.json?—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Cannot see anything from your comment |
Can you post the error log as well? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The error is:
errorhub { Error: connect ECONNREFUSED 10.0.1.8:5222
at Object.exports._errnoException (util.js:1022:11)
at exports._exceptionWithHostPort (util.js:1045:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1087:14)
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '10.0.1.8',
port: 5222 }
The text was updated successfully, but these errors were encountered: