anthonya1999 / iOS-Diagnostics

57 stars 17 forks source link

Cannot import name Response from libmproxy #1

Open ghost opened 9 years ago

ghost commented 9 years ago

Here is the log:

File "/Library/Python/2.7/site-packages/libmproxy/script.py", line 86, in load execfile(self.argv[0], ns, ns) File "diags.py", line 1, in from libmproxy.flow import Response ImportError: cannot import name Response

ghost commented 9 years ago

Also, when I try to run "mitmdump -e -s diags.py" correctly I get:

usage: mitmdump [options] [filter] mitmdump: error: unrecognized arguments: -e

So instead I ran "mitmdump -s diags.py"

anthonya1999 commented 9 years ago

You should be able to get away with running just the -s argument.

charlestruluck commented 8 years ago

I'm getting this too, don't know how to fix it.