-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Installation of pywebpush takes very long, HASS entered failed state #3599
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
After starting HASS again, it suddenly became responsive again :| |
HASS has spontaneously eneterd failed state again:
|
(This may be two separate issues) |
I'm seeing the spontaneous kill also on Main home-assistant log shows nothing of interest before the crash. Last thing that happened was
Syslog shows:
|
I'm seeing a lot of messages regarding a locked db too. |
the before-last line seems to indicate a segmentation fault: |
Possibly. Yeah I ran it in a console in debug mode for a while and it was working working working for an hour and then BAM! Segfault. I'm on fully-up-to-date Raspberry Pi 2 Jessie.
|
Maybe we should compare oud setups, hardware and used components. I'm running on a Pi 1 B, my components follow |
the issue of the segmentation fault is wel known and addressed here #3453 |
You're right. Applying the patch from there works for me. No more crashes so far. Yay. Looks like it just went out as 0.29.6 |
Long install + fail of pywebpush is known. There's another thread on it..I had the same issue. But then again I've dropped html5 and using simplenotify.io which has less footprint and works much better. |
Can this issue be closed? |
I haven't seen it in a long time, so I guess so |
Home Assistant release (
hass --version
):0.29.3
Python release (
python3 --version
):2.7.9
Component/platform:
pywebpush
Description of problem:
After upgrade, upon first start, installation of pywebpush takes forever.
Additional info:
I have installed HASS as autostarting as instructed on:
https://home-assistant.io/getting-started/autostart-systemd/
HASS is started after upgrade manually by:
sudo systemctl start home-assistant@[myuser]
Output (obtained by
sudo journalctl -p debug -f -u home-assistant@[myuser]
):Which takes a long time, without giving any feedback. I then stopped HASS, and installed pywebpush manually, by using:
Which also took a long time (hour or so). I then started HASS, hoping that my requirement would have been met, but unfortunately currently the log indicates an attampt to install pywebpush using the github url again.
After waiting some time I get a notification that HASS is up, but the web ui is unresponsive (
ERR_CONNECTION_REFUSED
) and the log shows:The text was updated successfully, but these errors were encountered: