Problem with GNS3 (Client version 2.2.17 is not the same as server (controller) version 2.2.14

System: Tumbleweed and is up to date.
I get this message when I open GNS3

https://i.ibb.co/MnDbFdf/gns3-problem.png

rpm -qa | grep gns3

gns3-server-2.2.17-1.1.noarch
python3-gns3fy-0.7.1-1.1.noarch
gns3-gui-2.2.17-1.1.noarch

How do I fix this?
Thanks

Did you restart your application after it has been updated?

Yes and I restarted the machine too. Same message appears.

I removed then tried to reinstall, same issue.

I found a solution that I consider temporary.
for anyone having the same issue, here’s how to solve it:

1- Uninstall GNS:

[size=6]**sudo zypper remove gns3-gui gns3-server**

2- install using pip3 command:[/size]

**pip3 install gns3-server

pip3 install gns3-gui**

3- Then check it’s installed

[size=6]**pip3 list | grep gns3 

gns3-gui                     2.2.17

gns3-server                  2.2.17**

4- You can launch it with this command:

**$HOME/.local/bin/gns3 **







[/size]

You should really open bug report.