sinricpro / nodejs-sdk

Nodejs library for https://sinric.pro
11 stars 7 forks source link

bind EADDRNOTAVAIL 224.9.9.9:3333 #7

Open duartesaraiiva opened 3 years ago

duartesaraiiva commented 3 years ago

Hi, I'm trying to automate my TV with Sinric Pro and Node.JS, but everytime i try to run my code on windows, it gives me this error:

node:events:306 throw er; // Unhandled 'error' event ^

Error: bind EADDRNOTAVAIL 224.9.9.9:3333 ←[90m at node:dgram:337:20←[39m ←[90m at processTicksAndRejections (node:internal/process/task_queues:81:21)←[39m Emitted 'error' event on Socket instance at: ←[90m at node:dgram:339:14←[39m ←[90m at processTicksAndRejections (node:internal/process/task_queues:81:21)←[39m { errno: ←[33m-4090←[39m, code: ←[32m'EADDRNOTAVAIL'←[39m, syscall: ←[32m'bind'←[39m, address: ←[32m'224.9.9.9'←[39m, port: ←[33m3333←[39m

}

I tried to run just the basic example in this repo and still appears that error.

Can anyone help me?