timvideos / HDMI2USB-mode-switch

Tool for switching boards supported by HDMI2USB firmware between multiple different modes (programming, webcam, etc).
Apache License 2.0
10 stars 13 forks source link

error in error handler: TypeError: 'NotImplementedType' object is not callable #72

Open CarlFK opened 6 years ago

CarlFK commented 6 years ago

sudo hdmi2usb-mode-switch --mode operational Traceback (most recent call last): File "/usr/bin/hdmi2usb-mode-switch", line 11, in load_entry_point('hdmi2usb.modeswitch==0+unknown', 'console_scripts', 'hdmi2usb-mode-switch')() File "/usr/share/hdmi2usb-mode-switch/hdmi2usb/modeswitch/cli.py", line 207, in main raise NotImplemented("Not yet finished...") TypeError: 'NotImplementedType' object is not callable

I can figure it out, but I burn up time trying to figure it out. mostly double checking that I don't see some other error.