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

This plugin on Synology NAS #22

Open
sadden3194 opened this issue Apr 12, 2018 · 5 comments
Open

This plugin on Synology NAS #22

sadden3194 opened this issue Apr 12, 2018 · 5 comments

Comments

@sadden3194
Copy link

Hey :)

I installed homebridge on my Synology DS718+ with this tutorial: https://github.com/oznu/homebridge-syno-spk#how-to-install

Now I would like to use the soundtouch plugin - installation was successfully.
I updated my config file like this:

{
    "bridge": {
        "name": "Homebridge",
        "username": "xxx",
        "port": xxx,
        "pin": "xxx"
    },
    "accessories": [
        {
            "accessory": "SoundTouch",
            "name": "Speaker Bathroom",
            "room": "Bathroom"
        }
    ]
}

Now I restart my homebridge and the logfile shows this:

[2018-4-12 21:15:55] [Speaker Bathroom] Initializing SoundTouch accessory...
Started Searching...

/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:199
var e = new Error(syscall + ' ' + errorno);
^
Error: getaddrinfo -3008
at errnoException (/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:199:11)
at getaddrinfo_complete (/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:112:10)
at GetAddrInfoReqWrap.oncomplete (/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:120:9)

What does this mean? How can I fix it?

@ajax3712
Copy link

I can confirm this is happening using this plugin with https://github.com/oznu/docker-homebridge

/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:199
var e = new Error(syscall + ' ' + errorno);

^
Error: getaddrinfo -3008

at errnoException (/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:199:11)
at getaddrinfo_complete (/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:112:10)
at GetAddrInfoReqWrap.oncomplete (/homebridge/node_modules/mdns/lib/resolver_sequence_tasks.js:120:9)

@sadden3194
Copy link
Author

and what is the solution ?

@jwl17330536
Copy link

jwl17330536 commented Jun 22, 2018

I'm seeing this too.

Edit: Not with the same plugin though. I have Nest, Wink, and Yamaha.

@jvgitrepo
Copy link

Has anyone got an update to this - I have the same issue when trying to add any Accessories?

@monsterciattolo
Copy link

i'm in this condition too with same docker oznu/docker-homebridge

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

5 participants