USBToolBox / tool

the USBToolBox tool
MIT License
936 stars 62 forks source link

Version 0.0.7 error but version 0.0.6 runs fine #10

Closed perez987 closed 3 years ago

perez987 commented 3 years ago

My system: Z390 Aorus Elite + Big Sur 11.3.1. I've tried 0.0.6 version of the tool and it runs fine but 0.0.7 version shows in Terminal at discovering ports:

Getting controllers... Traceback (most recent call last): File "macOS.py", line 174, in File "base.py", line 50, in init File "base.py", line 680, in monu File "utils.py", line 204, in start File "utils.py", line 188, in select File "base.py", line 222, in discover_ports File "macOS.py", line 125, in get_controllers File "base.py", line 114, in merge_controllers File "base.py", line 130, in merge_ports File "base.py", line 156, in merge_devices IndexError: list index out of range [1499] Failed to execute script macOS

Thank you for your work. I have a USBMap fully functional made with your tool.

perez987 commented 3 years ago

I answer to myself. I have to delete the usb.json and settings.json files generated by the previous version. This fixes the error.