-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
system monitor process no longer exists #5582
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
Comments
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 |
Well, I was about to mention it didn't happen anymore, but it still this, just gotten one these morning:
|
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 |
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍 |
Home Assistant release (
hass --version
):0.36.1
Python release (
python3 --version
):3.4.3
Component/platform:
Description of problem:
When tracking the state of some processes, psutil reads in all processes and then filters them.
This results in processes sometimes being stopped before their process files have been read, resulting in an error (see traceback below).
Expected:
It's ok that some processes have been stopped while updating, handling the error would be nicer though.
Problem-relevant
configuration.yaml
entries and steps to reproduce:Traceback (if applicable):
Additional info:
I'm not sure if it's helpful, but I use it to track 4 different processes, perhaps this causes the filtering to be slow.
The text was updated successfully, but these errors were encountered: