Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to add any new devices via gui, but able to via web-ui. #2242

Closed
georgemilev91 opened this issue Jun 12, 2023 · 10 comments
Closed

Not able to add any new devices via gui, but able to via web-ui. #2242

georgemilev91 opened this issue Jun 12, 2023 · 10 comments
Labels

Comments

@georgemilev91
Copy link

georgemilev91 commented Jun 12, 2023

Hello,
Recently i have noticed that i am not able to add new devices via the gui, but i can via the webui. Ubuntu 23.04, 2.2.4.0.1/. I have attached a screencast of the issue. GNS3 does not show any errors or whatsoever.
Screencast from 2023-06-12 16-38-33.webm

@grossmj grossmj added the Bug label Jun 19, 2023
@grossmj
Copy link
Member

grossmj commented Jun 19, 2023

@georgemilev91 how have you installed GNS3, just using our PPA packages? thanks

@georgemilev91
Copy link
Author

@georgemilev91 how have you installed GNS3, just using our PPA packages? thanks

Hello, yes, following the guide from the website. :) I have done this at least 3-4 times and everytime the outcome is the same....

@grossmj
Copy link
Member

grossmj commented Jun 19, 2023

Do you see events if you activate debugging in the GUI? (type debug 2 in the GNS3 console)

Image

@georgemilev91
Copy link
Author

I have tried, no debugs are shown when i try to drag and drop something from the gui, but from the webui i have logs:
image

@grossmj
Copy link
Member

grossmj commented Jun 20, 2023

Very strange, please can you make a quick video showing that behavior while the debug is activated? Thanks 👍

grossmj added a commit to GNS3/gns3-gui that referenced this issue Jun 20, 2023
@georgemilev91
Copy link
Author

Very strange, please can you make a quick video showing that behavior while the debug is activated? Thanks 👍

Hey, sure thing in the evening I will make a screencast of this

@georgemilev91
Copy link
Author

Here you go.
Screencast from 2023-06-20 18-03-37.webm

@georgemilev91
Copy link
Author

Hello Jeremy, I would like to share with you that this morning i decided to try again and now it's working, there were some recent updates on the ubuntu, more than one, but i have nod paid attention what it was...

@grossmj
Copy link
Member

grossmj commented Jun 24, 2023

Hello Jeremy, I would like to share with you that this morning i decided to try again and now it's working, there were some recent updates on the ubuntu, more than one, but i have nod paid attention what it was...

Hum very strange, that would indicate a bug/problem in one of our dependency...

I have added some debug messages and I am suspecting an issue with the drop event (mime type).

If it ever happens again, please can you try the latest development version of the GUI? Thanks 👍

git clone https://github.com/GNS3/gns3-gui
git checkout 2.2
cd gns3-gui
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pip install PyQt5
python3 -m gns3

@georgemilev91
Copy link
Author

Hello Jeremy, I would like to share with you that this morning i decided to try again and now it's working, there were some recent updates on the ubuntu, more than one, but i have nod paid attention what it was...

Hum very strange, that would indicate a bug/problem in one of our dependency...

I have added some debug messages and I am suspecting an issue with the drop event (mime type).

If it ever happens again, please can you try the latest development version of the GUI? Thanks +1

git clone https://github.com/GNS3/gns3-gui
git checkout 2.2
cd gns3-gui
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pip install PyQt5
python3 -m gns3

Hello, yes, if it happens again i will run the provided commands and let you know for the outcome. Thanks!

@grossmj grossmj closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants