Page 1 of 1

Connection Refused issue

PostPosted: Sun Jul 01, 2018 2:28 pm
by Adrian Osborn
Just loaded this plugin and it found both my Roku boxes nicely. However I was unable to successfully send any commands or download icons from either box, So I turned on debugging and see the following errors

Any suggestions ?

Best Regards

Adrian

Roku Network Remote Debug Processing GET operation: http|*|/query/device-info
Roku Network Remote Debug Failed to contact device 404718834; device may be off.
Roku Network Remote Debug HTTPConnectionPool(host='192.168.1.28', port=8060): Max retries exceeded with url: /query/device-info (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x113b8ad90>: Failed to establish a new connection: [Errno 61] Connection refused',))
Roku Network Remote Debug Processing GET operation: http|*|/query/active-app
Roku Network Remote Debug Failed to contact device 404718834; device may be off.
Roku Network Remote Debug HTTPConnectionPool(host='192.168.1.28', port=8060): Max retries exceeded with url: /query/active-app (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x113b8a190>: Failed to establish a new connection: [Errno 61] Connection refused',))
Roku Network Remote Debug Executing full status update request...
Roku Network Remote Debug Processing GET operation: http|*|/query/device-info
Roku Network Remote Debug Failed to contact device 81738872; device may be off.
Roku Network Remote Debug HTTPConnectionPool(host='192.168.1.101', port=8060): Max retries exceeded with url: /query/device-info (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x113b8a350>: Failed to establish a new connection: [Errno 61] Connection refused',))
Roku Network Remote Debug Processing GET operation: http|*|/query/active-app
Roku Network Remote Debug Failed to contact device 81738872; device may be off.
Roku Network Remote Debug HTTPConnectionPool(host='192.168.1.101', port=8060): Max retries exceeded with url: /query/active-app (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x113b8a050>: Failed to establish a new connection: [Errno 61] Connection refused',))
Roku Network Remote Debug Executing full status update request...
Roku Network Remote Debug Processing GET operation: http|*|/query/device-info
Roku Network Remote Debug Failed to contact device 404718834; device may be off.
Roku Network Remote Debug HTTPConnectionPool(host='192.168.1.28', port=8060): Max retries exceeded with url: /query/device-info (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x113b8a150>: Failed to establish a new connection: [Errno 61] Connection refused',))
Roku Network Remote Debug Processing GET operation: http|*|/query/active-app
Roku Network Remote Debug Failed to contact device 404718834; device may be off.
Roku Network Remote Debug HTTPConnectionPool(host='192.168.1.28', port=8060): Max retries exceeded with url: /query/active-app (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x113b8aa50>: Failed to establish a new connection: [Errno 61] Connection refused',))

Re: Connection Refused issue

PostPosted: Sun Jul 01, 2018 2:51 pm
by Adrian Osborn
I actually solved my own problem. The IP addresses that were discovered by the plugin was not infact my Roku - one was my mac mini (should have spotted that), and the other was my hue hub - weird

Anyway having put that right it's all working nicely thank you


Adrian