homebridge-roku icon indicating copy to clipboard operation
homebridge-roku copied to clipboard

Error: Could not find any Roku devices after 10 seconds

Open Jacksonbm1 opened this issue 4 years ago • 1 comments

Here's what happened:

Install:

pi@raspberrypi:~ $ npm install -g homebridge-roku@latest
/home/pi/.nvm/versions/node/v14.17.1/bin/homebridge-roku-config -> /home/pi/.nvm/versions/node/v14.17.1/lib/node_modules/homebridge-roku/bin/setup
+ [email protected]
updated 1 package in 3.763s

Roku is on

/home/pi/.nvm/versions/node/v14.17.1/bin/homebridge-roku-config

-->

Error: Could not find any Roku devices after 10 seconds
    at RokuFinder.<anonymous> (/home/pi/.nvm/versions/node/v14.17.1/lib/node_modules/homebridge-roku/node_modules/roku-client/dist/discover.js:96:20)
    at RokuFinder.emit (events.js:375:28)
    at Timeout.done (/home/pi/.nvm/versions/node/v14.17.1/lib/node_modules/homebridge-roku/node_modules/roku-client/dist/discover.js:62:19)
    at listOnTimeout (internal/timers.js:557:17)
    at processTimers (internal/timers.js:500:7)

Any idea how to fix it?

Jacksonbm1 avatar Nov 13 '21 23:11 Jacksonbm1

In my case, it was my firewall. I disabled it on my server and run the config command. After I'm all done, I just re-enabled the firewall.

hazelement avatar Feb 27 '22 23:02 hazelement