miracle2k / onkyo-eiscp

Control Onkyo A/V receivers over the network; usuable as a script, or as a Python library.
MIT License
467 stars 110 forks source link

trouble using discover in Python #59

Open bill-orange opened 7 years ago

bill-orange commented 7 years ago

When I run: eiscp.eISCP.discover(timeout=5) receiver.disconnect() I get:

File "C:\Python27\lib\site-packages\eiscp\core.py", line 319, in discover data, addr = sock.recvfrom(1024) socket.error: [Errno 10054] An existing connection was forcibly closed by the remote host

That error message does not mean very much to me. Any ideas why this will not work?

This is executing on a WIN10 machine. Both onkyo-eiscp and Netifaces installed normally and the Onkyo commands work fine.