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
[2023-06-10 12:54:33.653870] Waiting for device
[2023-06-10 12:54:43.175112] Found device = 0e8d:2000
Traceback (most recent call last):
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 237, in
main()
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 42, in main
config, serial_link_authorization, download_agent_authorization, hw_code = get_device_info(device, arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 177, in get_device_info
raise e
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 170, in get_device_info
config = Config().default(hw_code)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\src\config.py", line 17, in default
self.from_file(config, hw_code)
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\src\config.py", line 30, in from_file
raise NotImplementedError("Can't find {} hw_code in config".format(hw_code))
NotImplementedError: Can't find 0x959 hw_code in config
The text was updated successfully, but these errors were encountered:
[2023-06-10 12:54:33.653870] Waiting for device
[2023-06-10 12:54:43.175112] Found device = 0e8d:2000
Traceback (most recent call last):
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 237, in
main()
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 42, in main
config, serial_link_authorization, download_agent_authorization, hw_code = get_device_info(device, arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 177, in get_device_info
raise e
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\main.py", line 170, in get_device_info
config = Config().default(hw_code)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\src\config.py", line 17, in default
self.from_file(config, hw_code)
File "C:\Users\swast\OneDrive\Desktop\unbrick\bypass_utility-master\bypass_utility-master\src\config.py", line 30, in from_file
raise NotImplementedError("Can't find {} hw_code in config".format(hw_code))
NotImplementedError: Can't find 0x959 hw_code in config
The text was updated successfully, but these errors were encountered: