-
Notifications
You must be signed in to change notification settings - Fork 326
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
/processes returns 401 #36
Comments
Hi Loius, It could also be worth installing psdash in a virtualenv to see if the issue still exists in a more isolated python environment. |
I had installed psdash from source, so I reinstalled with $ pip freeze psdash | grep psutil
psutil==2.1.1 It still doesn't work, I'll go learn about virtualenv |
Still no luck with virtualenv.. I think the following error is more likely to be the culprit:
|
Yeah, the underlying problem is most likely that you have process running with user id 999 that can't be found/resolved on your system. |
mmmmh these processes are docker-related, maybe psutil crashes when containers are present, I'll let them know. |
I'll commit a fix for this in psdash. |
Fixed by f20fa76. |
works like a charm, thanks! |
This has also been fixed in psutil: giampaolo/psutil#547 |
@giampaolo Cool, thanks! |
Hello,
Whenever I try to access the "/processes" page, I get an error:
any ideas?
Regards,
LK
The text was updated successfully, but these errors were encountered: