martonperei / emulated_roku

MIT License
7 stars 5 forks source link

"[Errno 48] Address already in use" no matter what IP or Port I try #4

Open eengert opened 1 year ago

eengert commented 1 year ago

Running Home Assistant 3.4.1 on MacOS Catalina with Python 3.10.9. No matter what port or IP address I try, when Emulated Roku tries to launch, it errors with "Address already in use."

I even tried just running advertise.py independent of Home Assistant, but it's the same error every time. I've verified that the ports I'm trying are not in use, and I've tried dozens of random ports and many variations on the address (192.168.0.xxx, localhost, 127.0.0.1).

Any ideas?