GNS3 / gns3-gui

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

Strange messages when running the GUI #1878

Closed grossmj closed 7 years ago

grossmj commented 7 years ago
grossmj@xps13:~$ gns3
'module' object has no attribute 'run'
2017-02-21 12:24:54 INFO logger.py:107 Log level: INFO
2017-02-21 12:24:54 INFO main.py:254 GNS3 GUI version 2.0.0dev9
2017-02-21 12:24:54 INFO main.py:255 Copyright (c) 2007-2017 GNS3 Technologies Inc.
2017-02-21 12:24:54 INFO main.py:257 Application started with /usr/local/bin/gns3
2017-02-21 12:24:54 INFO local_server.py:460 Starting local server process with "/usr/local/bin/gns3server" --local --log="/home/grossmj/.config/GNS3/gns3_server.log" --pid="/home/grossmj/.config/GNS3/gns3_server.pid"
2017-02-21 12:24:54 INFO local_server.py:473 Local server process has started (PID=15345)
'module' object has no attribute 'run'
2017-02-21 12:24:55 INFO http_client.py:284 Connection to http://127.0.0.1:3080
Could not resolve property : ag
Could not resolve property : ak
Could not resolve property : ag
Could not resolve property : ak
Could not resolve property : ag
Could not resolve property : ak
Could not resolve property : ag
Could not resolve property : ak
Could not resolve property : ag
Could not resolve property : ak
Could not resolve property : ag
Could not resolve property : ak
Could not resolve property : ag
Could not resolve property : ak
Could not resolve property : ag
Could not resolve property : ak
2017-02-21 12:25:17 INFO local_config.py:394 Section MainWindow has changed. Saving configuration
2017-02-21 12:25:17 INFO local_config.py:271 Configuration save to /home/grossmj/.config/GNS3/gns3_gui.conf
2017-02-21 12:25:17 INFO local_server.py:517 Stopping local server (PID=15345)
julien-duponchelle commented 7 years ago

I found an explanation for Could not resolve property : ag

It's when one of your third party symbol contain invalid stuff. For example in linux_guest I have: style="fill:url(#ag)"

julien-duponchelle commented 7 years ago

Replace your linux_guest by this one: https://github.com/GNS3/gns3-registry/blob/master/symbols/linux_guest.svg

Their is no way to hide the messages :(

julien-duponchelle commented 7 years ago

For the run I have no idea :(

julien-duponchelle commented 7 years ago

I reproduce the issue on debian

julien-duponchelle commented 7 years ago

subprocess.run doesn't exist on with Python 3.4