Console Error when Switching to Installed Tab

Issue #25 resolved
Donovan Keith created an issue

v0.2

Tried to update to v2 from within CV Toolbox. Didn't work. So deleted CV Toolbox and manually installed from the CV Download. When I clicked on the "Installed" tab, I got this error:

sshot-5.jpg

I suspect you're writing a new value to a dictionary in some file I didn't delete before installing and it's failing to read it. Before accessing the dict try something like:

if key not in dict: return

Comments (3)

  1. Log in to comment