Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

traceback when removing a host #2

Open
safchain opened this issue Jun 29, 2014 · 0 comments
Open

traceback when removing a host #2

safchain opened this issue Jun 29, 2014 · 0 comments

Comments

@safchain
Copy link

Hi,

Here is the traceback I got when I removed a host from a switch

---------Traceback lines (saved in exception.log)----------
Traceback (most recent call last):

File "/home/safchain/mycode/gns3/gns3-legacy/src/GNS3/UndoFramework.py", line 181, in redo
self.status = self.topology.deleteLink(link)

File "/home/safchain/mycode/gns3/gns3-legacy/src/GNS3/Topology.py", line 1340, in deleteLink
self.dynagen.disconnect(dstdev, link.destIf, link.srcIf, automatically_remove_unused_slot=False)

File "/home/safchain/mycode/gns3/gns3-legacy/src/GNS3/Dynagen/dynagen.py", line 397, in disconnect
local_device.slot[slot1].disconnect(pa1, port1)

File "/home/safchain/mycode/gns3/gns3-legacy/src/GNS3/Dynagen/dynamips_lib.py", line 4747, in disconnect
nio = self.nio(localport).name

AttributeError: 'NoneType' object has no attribute 'name'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant