Package Details: mitmproxy-git 10.1.5.r2.gd72b92bdf-1

Git Clone URL: https://aur.archlinux.org/mitmproxy-git.git (read-only, click to copy)
Package Base: mitmproxy-git
Description: SSL-capable man-in-the-middle HTTP proxy
Upstream URL: https://mitmproxy.org/
Licenses: MIT
Conflicts: mitmproxy
Provides: mitmproxy
Submitter: alphazo
Maintainer: a821
Last Packager: a821
Votes: 22
Popularity: 0.000000
First Submitted: 2011-05-24 17:23 (UTC)
Last Updated: 2023-11-26 16:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ser commented on 2015-02-10 11:11 (UTC)

I've just flagged it as outdated as sources had changed URI to https://github.com/mitmproxy/mitmproxy

alphazo commented on 2015-01-16 17:29 (UTC)

@bitwave, done.

bitwave commented on 2015-01-16 17:05 (UTC)

please add python2-tornado as dep. got this error: Traceback (most recent call last): File "/usr/bin/mitmproxy", line 3, in <module> mitmproxy() File "/usr/lib/python2.7/site-packages/libmproxy/main.py", line 79, in mitmproxy from . import console File "/usr/lib/python2.7/site-packages/libmproxy/console/__init__.py", line 5, in <module> from .. import controller, utils, flow, script, proxy File "/usr/lib/python2.7/site-packages/libmproxy/flow.py", line 14, in <module> from .onboarding import app File "/usr/lib/python2.7/site-packages/libmproxy/onboarding/app.py", line 3, in <module> import tornado.web ImportError: No module named tornado.web

alphazo commented on 2015-01-08 10:36 (UTC)

Ok, got it working. I had to reinstall/recompile python2-netlib-git.

alphazo commented on 2015-01-08 10:33 (UTC)

Installing python2-configargparse solved the issue but then another one pops up about missing socks.

letik commented on 2015-01-08 09:47 (UTC)

I tried it on three different installs, and still missing the configargparse ! Nobody knows how to fix it ?

letik commented on 2015-01-05 18:34 (UTC)

I get a traceback :/ I installed python2-argparse but it doesn't solve the problem.. Any ideas ? Traceback (most recent call last): File "/usr/bin/mitmproxy", line 2, in <module> from libmproxy.main import mitmproxy File "/usr/lib/python2.7/site-packages/libmproxy/main.py", line 6, in <module> from . import version, cmdline File "/usr/lib/python2.7/site-packages/libmproxy/cmdline.py", line 4, in <module> import configargparse ImportError: No module named configargparse

ogasser commented on 2014-08-28 09:53 (UTC)

Needs additional dependency to work: python2-passlib

alphazo commented on 2014-05-27 12:19 (UTC)

Thanks @Flaeme. Sorry for the delay.

Flaeme commented on 2014-04-21 17:07 (UTC)

mitmproxy now requires requests, as in python2-requests and should be added to the dependencies.