mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
require more recent urllib3
to avoid this error: https://github.com/internetarchive/warcprox/issues/148 2020-01-28 14:42:44,851 2023 ERROR MitmProxyHandler(tid=2037,started=2020-01-28T20:42:44.834551,client=127.0.0.1:49100) warcprox.warcprox.WarcProxyHandler.do_COMMAND(mitmproxy.py:442) problem processing request 'GET / HTTP/1.1': TypeError("connection_from_host() got an unexpected keyword argument 'pool_kwargs'",) Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/warcprox/mitmproxy.py", line 413, in do_COMMAND self._connect_to_remote_server() File "/usr/local/lib/python3.5/dist-packages/warcprox/warcproxy.py", line 189, in _connect_to_remote_server return warcprox.mitmproxy.MitmProxyHandler._connect_to_remote_server(self) File "/usr/local/lib/python3.5/dist-packages/warcprox/mitmproxy.py", line 277, in _connect_to_remote_server pool_kwargs={'maxsize': 12, 'timeout': self._socket_timeout}) TypeError: connection_from_host() got an unexpected keyword argument 'pool_kwargs'
This commit is contained in:
parent
5c15582be5
commit
de9219e646
Loading…
x
Reference in New Issue
Block a user