iancmcc/ouimeaux

@receiver(statechange) not getting trigger with watch.py

lp27 opened this issue · 4 comments

lp27 commented

How do I go about debugging @receiver(statechange) not getting trigger?

I ran watch.py in one terminal and I ran wemo cli to turn on a switch on another terminal.
But I don't see @receiver(statechange) get trigger.

Thanks.

Update: Problem look similar to bug #119

same problem here. Has someone an explanation ? thx

Same problem here. I had to upgrade to the latest version of of the library and this problem show up so I think it may be a bug introduced along the way.

Same here

Same here. Trying to figure out why...

Edit: Nevermind - Installing this version of ouimeaux with:
sudo pip install git+https://github.com/iancmcc/ouimeaux.git

sorted the problem. I'd pasted the command in the README which lists the older repo. Hope it helps.