GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
798 stars 262 forks source link

IndexError: list index out of range #179

Closed grossmj closed 9 years ago

grossmj commented 9 years ago

https://app.getsentry.com/gns3/gns3-server/group/59040272/

IndexError: list index out of range
  File "gns3server/web/route.pyc", line 140, in control_schema
  File "gns3server/handlers/api/dynamips_vm_handler.pyc", line 74, in create
  File "gns3server/modules/dynamips/__init__.pyc", line 479, in update_vm_settings
grossmj commented 9 years ago

@noplay Looks like a user who has manually edited a project to add an adapter where it doesn't work... we really are going to have to validate project with json schemas I think. Something we can do for 1.4 ;)