robofont-mechanic / Mechanic

Package manager for RoboFont extensions
http://robofontmechanic.com
MIT License
26 stars 7 forks source link

ValueError: too many values to unpack #6

Closed flopflip21 closed 9 years ago

flopflip21 commented 9 years ago

Get the following error on startup

  File "_startup.py", line 20, in checkForUpdates
  File "/Users/flopflip/Library/Application Support/RoboFont/plugins/Mechanic.roboFontExt/lib/mechanic/views.py", line 78, in __init__
  File "/Users/flopflip/Library/Application Support/RoboFont/plugins/Mechanic.roboFontExt/lib/mechanic/models.py", line 162, in all
  File "/Users/flopflip/Library/Application Support/RoboFont/plugins/Mechanic.roboFontExt/lib/mechanic/models.py", line 173, in _fetchUpdates
  File "/Users/flopflip/Library/Application Support/RoboFont/plugins/Mechanic.roboFontExt/lib/mechanic/models.py", line 18, in __init__
  File "/Users/flopflip/Library/Application Support/RoboFont/plugins/Mechanic.roboFontExt/lib/mechanic/models.py", line 29, in configure
  File "/Users/flopflip/Library/Application Support/RoboFont/plugins/Mechanic.roboFontExt/lib/mechanic/models.py", line 58, in **init**
ValueError: too many values to unpack
jackjennings commented 9 years ago

It looks like it's still trying to run the old version of Mechanic (models.py no longer exists in 1.0.0). Can you please restart RoboFont and verify that solves the issue?

jackjennings commented 9 years ago

Ahh, perhaps you actually were running the old version of mechanic. There was some extensions that were not configured correctly, and Mechanic version 0.6.0 and lower would have thrown an error when trying to read it.

Try upgrading to the version 1.0 that I just released and see if that solves the issue for you.

jackjennings commented 9 years ago

If you have the extension "Ground Control" installed, you should also re-install it from the "Install" tab to make sure you have the most recent version.

flopflip21 commented 9 years ago

Issue solved! Just had to reinstall it