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
Traceback (most recent call last):
File "d:\python\python38\Lib\site-packages\urllib3/connection.py", line 174, in _new_conn
File "d:\python\python38\Lib\site-packages\urllib3/util/connection.py", line 96, in create_connection
File "d:\python\python38\Lib\site-packages\urllib3/util/connection.py", line 86, in create_connection
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "d:\python\python38\Lib\site-packages\urllib3/connectionpool.py", line 699, in urlopen
File "d:\python\python38\Lib\site-packages\urllib3/connectionpool.py", line 394, in _make_request
File "d:\python\python38\Lib\site-packages\urllib3/connection.py", line 239, in request
File "http\client.py", line 1252, in request
File "http\client.py", line 1298, in _send_request
File "http\client.py", line 1247, in endheaders
File "http\client.py", line 1007, in _send_output
File "http\client.py", line 947, in send
File "d:\python\python38\Lib\site-packages\urllib3/connection.py", line 205, in connect
File "d:\python\python38\Lib\site-packages\urllib3/connection.py", line 179, in _new_conn
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPConnection object at 0x000001E46E44D280>, 'Connection to 192.168.1.65 timed out. (connect timeout=2)')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "d:\python\python38\Lib\site-packages\requests/adapters.py", line 439, in send
File "d:\python\python38\Lib\site-packages\urllib3/connectionpool.py", line 755, in urlopen
File "d:\python\python38\Lib\site-packages\urllib3/util/retry.py", line 574, in increment
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.1.65', port=80): Max retries exceeded with url: /cgi-bin/luci/;stok=45e541dba2907f4cccbec0bb2dc3bdd6/api/xqsmarthome/request_smartcontroller (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001E46E44D280>, 'Connection to 192.168.1.65 timed out. (connect timeout=2)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\connect5.py", line 82, in exec_smart_cmd
res = gw.api_request(api, data, resp = 'text', post = 'x-www-form', timeout = timeout)
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\gateway.py", line 121, in api_request
response = requests.post(url, data = params, stream = stream, headers = headers, timeout = t_timeout)
File "d:\python\python38\Lib\site-packages\requests/api.py", line 117, in post
File "d:\python\python38\Lib\site-packages\requests/api.py", line 61, in request
File "d:\python\python38\Lib\site-packages\requests/sessions.py", line 542, in request
File "d:\python\python38\Lib\site-packages\requests/sessions.py", line 655, in send
File "d:\python\python38\Lib\site-packages\requests/adapters.py", line 504, in send
requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='192.168.1.65', port=80): Max retries exceeded with url: /cgi-bin/luci/;stok=45e541dba2907f4cccbec0bb2dc3bdd6/api/xqsmarthome/request_smartcontroller (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001E46E44D280>, 'Connection to 192.168.1.65 timed out. (connect timeout=2)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "connect.py", line 60, in
import connect5
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\connect5.py", line 298, in
exec_cmd("sed -i 's/release/XXXXXX/g' /etc/init.d/dropbear")
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\connect5.py", line 225, in exec_cmd
exec_tiny_cmd(cmd)
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\connect5.py", line 175, in exec_tiny_cmd
res = exec_smart_cmd(pdata)
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\connect5.py", line 85, in exec_smart_cmd
raise ExploitError(f'Cannot send POST-request "{sc_command}" to SmartController service. {msg}')
connect5.ExploitError: Cannot send POST-request "scene_delete" to SmartController service. HTTPConnectionPool(host='192.168.1.65', port=80): Max retries exceeded with url: /cgi-bin/luci/;stok=45e541dba2907f4cccbec0bb2dc3bdd6/api/xqsmarthome/request_smartcontroller (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001E46E44D280>, 'Connection to 192.168.1.65 timed out. (connect timeout=2)'))
The text was updated successfully, but these errors were encountered:
device_name = R3600
rom_version = 3.0.22 release
Traceback (most recent call last):
File "d:\python\python38\Lib\site-packages\urllib3/connection.py", line 174, in _new_conn
File "d:\python\python38\Lib\site-packages\urllib3/util/connection.py", line 96, in create_connection
File "d:\python\python38\Lib\site-packages\urllib3/util/connection.py", line 86, in create_connection
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "d:\python\python38\Lib\site-packages\urllib3/connectionpool.py", line 699, in urlopen
File "d:\python\python38\Lib\site-packages\urllib3/connectionpool.py", line 394, in _make_request
File "d:\python\python38\Lib\site-packages\urllib3/connection.py", line 239, in request
File "http\client.py", line 1252, in request
File "http\client.py", line 1298, in _send_request
File "http\client.py", line 1247, in endheaders
File "http\client.py", line 1007, in _send_output
File "http\client.py", line 947, in send
File "d:\python\python38\Lib\site-packages\urllib3/connection.py", line 205, in connect
File "d:\python\python38\Lib\site-packages\urllib3/connection.py", line 179, in _new_conn
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPConnection object at 0x000001E46E44D280>, 'Connection to 192.168.1.65 timed out. (connect timeout=2)')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "d:\python\python38\Lib\site-packages\requests/adapters.py", line 439, in send
File "d:\python\python38\Lib\site-packages\urllib3/connectionpool.py", line 755, in urlopen
File "d:\python\python38\Lib\site-packages\urllib3/util/retry.py", line 574, in increment
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.1.65', port=80): Max retries exceeded with url: /cgi-bin/luci/;stok=45e541dba2907f4cccbec0bb2dc3bdd6/api/xqsmarthome/request_smartcontroller (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001E46E44D280>, 'Connection to 192.168.1.65 timed out. (connect timeout=2)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\connect5.py", line 82, in exec_smart_cmd
res = gw.api_request(api, data, resp = 'text', post = 'x-www-form', timeout = timeout)
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\gateway.py", line 121, in api_request
response = requests.post(url, data = params, stream = stream, headers = headers, timeout = t_timeout)
File "d:\python\python38\Lib\site-packages\requests/api.py", line 117, in post
File "d:\python\python38\Lib\site-packages\requests/api.py", line 61, in request
File "d:\python\python38\Lib\site-packages\requests/sessions.py", line 542, in request
File "d:\python\python38\Lib\site-packages\requests/sessions.py", line 655, in send
File "d:\python\python38\Lib\site-packages\requests/adapters.py", line 504, in send
requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='192.168.1.65', port=80): Max retries exceeded with url: /cgi-bin/luci/;stok=45e541dba2907f4cccbec0bb2dc3bdd6/api/xqsmarthome/request_smartcontroller (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001E46E44D280>, 'Connection to 192.168.1.65 timed out. (connect timeout=2)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "connect.py", line 60, in
import connect5
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\connect5.py", line 298, in
exec_cmd("sed -i 's/release/XXXXXX/g' /etc/init.d/dropbear")
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\connect5.py", line 225, in exec_cmd
exec_tiny_cmd(cmd)
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\connect5.py", line 175, in exec_tiny_cmd
res = exec_smart_cmd(pdata)
File "C:\Users\carlo\Downloads\xmir-patcher-main\xmir-patcher-main\connect5.py", line 85, in exec_smart_cmd
raise ExploitError(f'Cannot send POST-request "{sc_command}" to SmartController service. {msg}')
connect5.ExploitError: Cannot send POST-request "scene_delete" to SmartController service. HTTPConnectionPool(host='192.168.1.65', port=80): Max retries exceeded with url: /cgi-bin/luci/;stok=45e541dba2907f4cccbec0bb2dc3bdd6/api/xqsmarthome/request_smartcontroller (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001E46E44D280>, 'Connection to 192.168.1.65 timed out. (connect timeout=2)'))
The text was updated successfully, but these errors were encountered: