Results 2 comments of Patrick Omairi

I had the same problem and found a workaround slightly modifying the capture_start to block the code. So, capture_start: ` def capture_start(self): self._cmd('CAPTURE', False) ` Becomes: ` def capture_start(self): self._cmd('CAPTURE')...

I think so! or I got something wrong when compiling