corpnewt / USBMap

Python script for mapping USB ports in macOS and creating a custom injector kext.
MIT License
1.03k stars 88 forks source link

Could not save to USB.plist! unsupported type: <class 'NoneType'> when discovering ports #28

Open lunks opened 3 years ago

lunks commented 3 years ago

When using USBMap I'm getting Could not save to USB.plist! unsupported type: <class 'NoneType'> on port discovery. I can go on and the plist looks ok, but I wonder if this indicates something bad here.

corpnewt commented 3 years ago

Could you upload the USB.plist located in USBMap's Scripts folder? I'll give it a look and see if anything stands out.

-CorpNewt