How to fix the error: mitmproxy's console interface requires a tty. Please run mitmproxy in an interactive shell environment. #229
moh-hassan
started this conversation in
General
Replies: 1 comment 7 replies
-
Related to #225. You can try wrapping it with a Cli.Wrap("winpty").WithArguments(["mitmproxy", ...]); |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In windows 10, I try to run mitmproxy.exe which is a proxy server that run in an interactive mode,
I get the error:
I use the next code:
Also I tried to run it from within shell "cmd" or "powershell" or even as a batch file , but get the same error.
How to set tty console interface?
Beta Was this translation helpful? Give feedback.
All reactions