You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I try to use this module on my TX-NR626, but have this error:
onkyo --host 192.168.1.10 source=query
Traceback (most recent call last):
File "/usr/local/bin/onkyo", line 8, in
sys.exit(run())
File "/usr/local/lib/python3.8/dist-packages/eiscp/script.py", line 179, in run
sys.exit(main() or 0)
File "/usr/local/lib/python3.8/dist-packages/eiscp/script.py", line 120, in main
with receiver:
File "/usr/local/lib/python3.8/dist-packages/eiscp/core.py", line 415, in enter
self._ensure_socket_connected()
File "/usr/local/lib/python3.8/dist-packages/eiscp/core.py", line 404, in _ensure_socket_connected
self.command_socket.connect((self.host, self.port))
ConnectionRefusedError: [Errno 111] Connection refused
did I miss some setting on my Onkyo ?
The text was updated successfully, but these errors were encountered:
Hello,
I try to use this module on my TX-NR626, but have this error:
onkyo --host 192.168.1.10 source=query
Traceback (most recent call last):
File "/usr/local/bin/onkyo", line 8, in
sys.exit(run())
File "/usr/local/lib/python3.8/dist-packages/eiscp/script.py", line 179, in run
sys.exit(main() or 0)
File "/usr/local/lib/python3.8/dist-packages/eiscp/script.py", line 120, in main
with receiver:
File "/usr/local/lib/python3.8/dist-packages/eiscp/core.py", line 415, in enter
self._ensure_socket_connected()
File "/usr/local/lib/python3.8/dist-packages/eiscp/core.py", line 404, in _ensure_socket_connected
self.command_socket.connect((self.host, self.port))
ConnectionRefusedError: [Errno 111] Connection refused
did I miss some setting on my Onkyo ?
The text was updated successfully, but these errors were encountered: