Zeth

Results 28 comments of Zeth

This is a bad bot. This is still an issue.

I managed to get it to work on Ubuntu 18.04 by adding a print statement telling me what the exceptions were. First I had error 13 (PermissionError), which was fixed...

I use Manuskript on Ubuntu and obviously it would be better in GTK for me as it would seem more native and respect the theme better. Rightly or wrongly, Ubuntu...

Can you give the whole traceback please?

> This is not the right way to fix this, IMO. The sleep does not belong in the `_do_iter` method. Just put in the loop in your own code where...

Sorry for the delay in replying. Thanks so much for this work. I will test and commit it as soon as I can.

Thanks. I just need to find a day to test with the 100 devices.

Interesting, I have never seen that before. I will have a look.

That is a good question. We need to not only exit on KeyboardInterrupt but also give a method for programs using inputs to kill the subprocess.

A workaround for now is that Ctrl+Break ends the current process on Windows. I had to actually add an external keyboard because my Windows machine doesn't have a break key.