-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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
Issue not resolved #104588
Comments
Hey there @engrbm87, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) pushbullet documentation |
Please fill in the issue template |
The #83097 (comment) is still valid
|
The issue with Pushbullet failing continues. The issue is laid out by @frenck in #83097 (comment) . After each restart Pushbullet integration will work as intended: collect and display pushes and SMSes. After 1-2 hours (or so) the integration stops working until the next system reboot. Repeatedly. |
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. |
However, the library the integration uses is old and even archived by the creator:
Ref: https://github.com/richard-better/pushbullet.py
The library was built against an old version of the
websocket-client
, which had some breaking changes over time. The error reported in this issue is an result of that.A related issue was originally reported upstream: richard-better/pushbullet.py#178
There are more issues with the library, like these warnings: richard-better/pushbullet.py#180.
Not sure what the right answer to this issue is in this case. The integration can work, but may crash (e.g., when a connection closes for whatever reason). A simple fix is not there. The best fix is replacing the library with another (or a new one).
PS: Rolling back the change made in 2022.12, will not fix/workaround this issue.
../Frenck
Originally posted by @frenck in #83097 (comment)
Do we have a solution with:
https://github.com/benshep/pushbullet.py
The problem is that sometimes this error pops up and stops automations. Was not sure how to test the other branch of Pushbullit
Mark
The text was updated successfully, but these errors were encountered: