André Esser

Results 18 comments of André Esser

or just try using picameraX -> https://github.com/labthings/picamerax

It's been a long time since I maintained this project. I'm actually thinking of cutting out and replacing lots of these dependencies, since mitmf is deprecated I'll deffinitely cut it...

I posted a solution for this that worked for me: > apt-get remove --purge python-cryptography > pip uninstall mitmproxy > pip3 uninstall mitmproxy > pip install -U cryptography > pip...

Hmm I'm also finding that the first error is strange.. The first error appears after the imports nad it should have errored before. How did you install things? did you...

This is probaly going to take me a little while to debug since I started working recently and time free time is short. I will try to get it running...

@lacuta try installing termcolor `pip install termcolor` @jeretc thanks for still showing interest in the project. I haven't used any of my free time to maintain this project to be...

I ran into this issue and even with the mac address specification it may crash so to REALLY force it you can also name the interface name with: [main] plugins=ifupdown,keyfile...

The machine state after the program finishes should be the same as when the program started. I think the program should unmanage an interface itself and restart the network-manager, then...