-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error on Cloud plugin initialisation make TUI crash #3085
Comments
Hi @anika200 can you fill the issue report: Check the bug Describe the bug To Reproduce
Expected behavior Screenshots Environement (please complete the following information)
Additional context You can also pastebin:
|
Hi nicolargo, thank you for your time. I hope the info below is helpful. Since there are no other reports I am wondering if it is something else to do with homebrew or even the mac but I have done nothing different lately and have not installed or upgraded anything major on the mac so... Describe the bug
Not sure what the above means, I just type glances in the terminal.
Environement (please complete the following information)
After completing the above stuff I am starting to wonder about the mac terminal, it is acting pretty strange, so now I am also wondering about homebrew too. I strangeness includes no visible cursor and the output sometimes looks all messed up hence I had to pipe the output of glances --issue to a text file because it could not be read from the terminal.
|
Thanks for the log (and sorry for the delay). The source of the error is the following:
It looks like the requests lib do not start. Just to be sure, can you try:
copy/paste the result. Nevertheless Glances should not crash if the Cloud plugin is not loaded so it's clearly a bug. I will try to write a patch for the next version. I keep you inform. |
Patch pushed on the develop branch. Next version of Glances will not crash if the cloud plugin can not be loaded. For you specific case @anika200 try to solve the requests import. You can also try to run Glances without the cloud plugin:
|
Wow, thanks for all the hard work.
Not sure I ran the above command correctly??? I realize I could probably update and it will be fine but I am gonna wait in case you need more info. Meanwhile I will be installing the latest version to my newest debian install. After looking everything over again, I see now how I can try to solve the import requests. Thank you. |
Upgraded via Homebrew to latest version and now the program will not start, was working great for long time even through other upgrades via homebrew.
Not sure how to diagnose the issue or if it is just homebrew problem, I get this from the Mac OS terminal.
lee@IMac ~ % glances Error while initializing the cloud plugin ([Errno 2] No such file or directory) Error while initializing the ports plugin ([Errno 2] No such file or directory) lee@IMac ~ %
My operating system is Ventura 13.7.2
lee@IMac ~ % uname -a Darwin IMac 22.6.0 Darwin Kernel Version 22.6.0: Fri Nov 15 17:21:49 PST 2024; root:xnu-8796.141.3.709.7~2/RELEASE_X86_64 x86_64
Let me know if you need more info.
The text was updated successfully, but these errors were encountered: