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
This is the error report
Traceback (most recent call last):
File "/root/MiBypassTool.py", line 106, in
checkd = CheckD(cmd)
^^^^^^^^^^^
File "/root/MiBypassTool.py", line 99, in CheckD
result = subprocess.run([cmd, "get-state"], capture_output=True, text=True, timeout=6)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1024, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: '/root/platform-tools/adb'
The text was updated successfully, but these errors were encountered:
This is the error report
Traceback (most recent call last):
File "/root/MiBypassTool.py", line 106, in
checkd = CheckD(cmd)
^^^^^^^^^^^
File "/root/MiBypassTool.py", line 99, in CheckD
result = subprocess.run([cmd, "get-state"], capture_output=True, text=True, timeout=6)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1024, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: '/root/platform-tools/adb'
The text was updated successfully, but these errors were encountered: