Closed samnewman86 closed 3 years ago
A few restarts of appdaemon and the error is gone. If anyone else has the same error, try a few restarts.
First, it's not an error but a warning and has no effect on the functionality. AppDaemon complains that we kill a cancel a scheduled action that doesn't exist (anymore).
That's an appdaemon thing from my sight :D they already implemented the solution, the timer_running
method in 4.0.7 that allows checking if a scheduled action still exists. Unfortunately, 4.0.7 is not released currently.
The code which makes use of the method is already implemented in AutoMoLi (I use the dev branch of appdaemon) but commented until 4.0.7 is released :) π
I'm now on appdaemon 4.07 but still getting this in the logs. Do I need to update automoli?
nope, I disabled this code part as it (obviously) created errors on appdaemon <=4.0.7... my fault πβοΈ
I am working on AutoMoli right now and implement a proper switch which uses the new code if appdaemon is at least 4.0.7 gimme some minutes/hours πβοΈ
Thanks for the update. I'll look out for it.
On Sat, 3 Apr 2021, 21:11 Ben, @.***> wrote:
nope, I disabled this code part as it (obviously) created errors on appdaemon <=4.0.7... my fault πβοΈ
I am working on AutoMoli right now and implement a proper switch which uses the new code if appdaemon is at least 4.0.7 gimme some minutes/hours πβοΈ
β You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/benleb/ad-automoli/issues/69#issuecomment-812919246, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMUT5GOO6PMQFZXQKZXS7MDTG5Y5ZANCNFSM4ZVOYY3A .
A new error is appearing in the logs after updating appdaemon.
π© Describe the issue/bug A clear and concise description of what the bug is. ppDaemon: Invalid callback handle 'dd2eb564576d4d17991938edd6095446' in cancel_timer() from app pantry_lights π Expected behavior A clear and concise description of what you expected to happen. The apps to start up without erros ποΈ Configuration
π§ System
ποΈ Logs
Add-on: AppDaemon 4 Python Apps and Dashboard using AppDaemon 4.x for Home Assistant
Add-on version: 0.5.0 You are running the latest version of this add-on. System: Debian GNU/Linux 10 (buster) (amd64 / qemux86-64) Home Assistant Core: 2021.3.4 Home Assistant Supervisor: 2021.03.6
Please, share the above information when looking for help or support in, e.g., GitHub, forums or the Discord chat.
π§ Additional context Add any other context about the problem here. `