vesatoivonen

Results 6 comments of vesatoivonen

The same thing was happening to me yesterday, but once i started to debug the issue today it seems to have vanished. I did not change any packages in between....

My current implementation is bad and i'm planning to fix that once kodi19 is released with it's transition to python3. Can do a PR after that's done.

Finally figured out what was causing this. I was using `id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False)` in my tenant model, which causes the schema not to be created on `.save()` because...

I rewrote the ruutu plugin and got it working again https://github.com/vesatoivonen/plugin.video.ruutu

Prevention of duplicate timers should also be implemented in my opinion. Event 004 can trigger multiple times if the network connection is flaky, which would lead to multiple running timers...