-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for mitmproxy 11 (or define which versions to use) #177
Comments
try to setup via pipx ! |
I get the same issue. Also tried with pipx |
Similar issue was fixed in #110 |
I installed from archlinux repo instead of pypi (pipx) and fixed |
Please could you provide instructions |
Sure
|
Perfect thanks |
Just runned into the same error. I am using kali and got some trouble making pacman work, but managed to make the mitmproxy2swagger work by building it manually. Something like this: git clone https://github.com/alufers/mitmproxy2swagger.git
cd mitmproxy2swagger
pip install . Hope this can help someone. |
I just tried out the program with a dump made with the current mitmproxy version 11.0.0
When I run the example like
it defaults to HAR import and crashes with a UnicodeError
If I add
the output is
Maybe you can add a warning to not use the current mitmproxy.
Some more info: When I manually update mitmproxy in the venv the code runs, but lists all endpoints as ignored.
The text was updated successfully, but these errors were encountered: