GNS3 http://forum.gns3.net/ |
|
THE NEW RELEASE HAS MAJOR ISSUES THAN ANY OF THE INITIL http://forum.gns3.net/topic12518.html |
Page 1 of 1 |
Author: | adecisco [ Fri Oct 17, 2014 4:10 pm ] | ||
Post subject: | THE NEW RELEASE HAS MAJOR ISSUES THAN ANY OF THE INITIL | ||
Here in the log is the excessive bugs..I have never encounter this before really upgrading to this is causing me a lot of pain now. Please do something quick to restore this major issues.. Major issues is: SAVE TOPOLOGY CANNOT RELOAD..ANY MY PREVIOUSLY SAVED PROJECT CAN NO MORE LOAD EVEN THE NEW ONE I CREATED WITH THE NEW RELEASE CALLED.......GNS3 1.0beta4.. Please let this be corrected..immediately.. Thanks,
|
Author: | twv [ Fri Oct 17, 2014 4:26 pm ] |
Post subject: | Re: THE NEW RELEASE HAS MAJOR ISSUES THAN ANY OF THE INITIL |
This bug is known by the developers: post38886.html#p38886 Basically, just revert to beta 3 and wait for the release early next week. |
Author: | grossmj [ Fri Oct 17, 2014 5:24 pm ] |
Post subject: | Re: THE NEW RELEASE HAS MAJOR ISSUES THAN ANY OF THE INITIL |
Hi, We are aware of these issues. Please see post38886.html#p38886 Thanks for reporting this! |
Author: | ivo_yordanov [ Wed Oct 22, 2014 3:07 pm ] |
Post subject: | Re: THE NEW RELEASE HAS MAJOR ISSUES THAN ANY OF THE INITIL |
Hello I have just installed the newer version of GNS3 and I seem to get the following error when i try adding a cloud to connect the virtual network with the real one: Traceback (most recent call last): File "./gns3-gui\gns3\graphics_view.py", line 678, in dropEvent File "./gns3-gui\gns3\graphics_view.py", line 1109, in createNode KeyError: 'server' Traceback (most recent call last): File "./gns3-gui\gns3\graphics_view.py", line 678, in dropEvent File "./gns3-gui\gns3\graphics_view.py", line 1109, in createNode KeyError: 'server' From what I can see on line 678: self.createNode(node_data, event.pos()) And on line 1109 if node_data["server"] == "local": server = Servers.instance().localServer() else: host, port = node_data["server"].rsplit(":", 1) server = Servers.instance().getRemoteServer(host, port) if not server.connected() and ConnectToServer(self, server) is False: return My understanding of python isn't big but this is a basic if .. .else and shouldn't server go like this: 'server' Regards Ivo Yordanov |
Author: | twv [ Wed Oct 22, 2014 11:48 pm ] |
Post subject: | Re: THE NEW RELEASE HAS MAJOR ISSUES THAN ANY OF THE INITIL |
ivo_yordanov wrote: Hello I have just installed the newer version of GNS3 and I seem to get the following error when i try adding a cloud to connect the virtual network with the real one: Traceback (most recent call last): File "./gns3-gui\gns3\graphics_view.py", line 678, in dropEvent File "./gns3-gui\gns3\graphics_view.py", line 1109, in createNode KeyError: 'server' Traceback (most recent call last): File "./gns3-gui\gns3\graphics_view.py", line 678, in dropEvent File "./gns3-gui\gns3\graphics_view.py", line 1109, in createNode KeyError: 'server' From what I can see on line 678: self.createNode(node_data, event.pos()) And on line 1109 if node_data["server"] == "local": server = Servers.instance().localServer() else: host, port = node_data["server"].rsplit(":", 1) server = Servers.instance().getRemoteServer(host, port) if not server.connected() and ConnectToServer(self, server) is False: return My understanding of python isn't big but this is a basic if .. .else and shouldn't server go like this: 'server' Regards Ivo Yordanov This is a known issue and the developers have said they will fix it in a corrective release: https://community.gns3.com/thread/3031 |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |