GNS3 / gns3-gui

GNS3 Graphical Network Simulator
http://www.gns3.com
GNU General Public License v3.0
2.17k stars 436 forks source link

Can't start a capture when a project is reload #1457

Closed julien-duponchelle closed 8 years ago

julien-duponchelle commented 8 years ago
=> Error while starting capture on link: Port 0 is not connected
julien-duponchelle commented 8 years ago
2016-09-02 08:59:58 ERROR route.py:215 Node error detected: VPCSError
Traceback (most recent call last):
  File "/gns3-server/gns3server/web/route.py", line 200, in control_schema
    yield from func(request, response)
  File "/gns3-server/gns3server/handlers/api/compute/vpcs_handler.py", line 251, in start_capture
    yield from vm.start_capture(port_number, pcap_file_path)
  File "/gns3-server/gns3server/compute/vpcs/vpcs_vm.py", line 437, in start_capture
    raise VPCSError("Port {} is not connected".format(port_number))
gns3server.compute.vpcs.vpcs_error.VPCSError: Port 0 is not connected
julien-duponchelle commented 8 years ago

The problem was worst the link nio was not send when the project was reloaded. It's fix now