This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[BUG] crash - Twint silent exception due to using invalid parameter for aiohttp-socks ProxyConnector #913
Comments
lmeyerov
changed the title
[BUG] crash - Twint tor passing non-working SOCKS version to aiohttp-socks
[BUG] crash - Twint silent exception due to using invalid parameter for aiohttp-socks ProxyConnector
Sep 15, 2020
lmeyerov
added a commit
to lmeyerov/twint
that referenced
this issue
Sep 16, 2020
Fixed: #914 Until upstream merge, you can do pip install git+https://github.com/lmeyerov/twint.git@patch-1#egg=twint` |
pielco11
pushed a commit
that referenced
this issue
Sep 16, 2020
Just merged. My bad for not checking that. Thanks |
@lmeyerov Can you confirm that your setup still works for you? If I try to reproduce your configuration, twint gives me an error:
|
darvell
pushed a commit
to darvell/twint
that referenced
this issue
Nov 16, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Command Ran
twint -u realDonaldTrump --user-full --proxy-type Socks5 --proxy-port 9050 --proxy-host localhost
from #847
Environment
Test:
Description of Issue
Twint's tor mode is broken due to incomplete fix 0871376 . It results in a failure due to passing the wrong arguments to aiohttp-socks's new
ProxyConnector
.The initial issue seems to be:
ProxyConnector(socks_ver=ProxyType.SOCKS5, ...
twint/twint/get.py
Line 54 in 87b5b66
ProxyConnector(proxy_type=ProxyType.SOCKS5, ...
For reference, see their deprecated internal call: https://github.com/romis2012/aiohttp-socks/blob/67821e3f9913129604c2b4cb216a2ea181e2e570/aiohttp_socks/_deprecated.py#L30
This might fix use of tor ( #847 ), or at least one blocker for it
The text was updated successfully, but these errors were encountered: