scherererer / skill-roku

Mycroft skill for controlling roku
MIT License
1 stars 1 forks source link

Port issue on Mark I #1

Open adamc199 opened 6 years ago

adamc199 commented 6 years ago

Fantastic skill! Worked out of the box on my raspberry pi3, but the Mark I from mycroft can't find the roku due to a firewall issue.

I resolved this by ssh-ing into my Mark I and issuing this command:

sudo ufw allow proto udp from any port 1900 to any port 32768:61000

Maybe something you can "bake in" for future Mark I owners.

AC

scherererer commented 6 years ago

Hey AC,

Glad you've got it working! Unfortunately it doesn't seem like there's a way for me to package firewall rules at the moment ... Actively trying to follow up on this on the forum right now:

https://community.mycroft.ai/t/upnp-and-firewalls-on-mark1/3934/4

I'll at least add the command to the documentation so it's easier for other users.