-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
aiohttp_socks update breaks functions #831
Comments
Experiencing the same problem, how did you fix it using |
@TianshuangQiu clone the repository, change the version in the requirements file and proceed to install. Worked for me |
Yes, clone the repository and change the file requirements.txt , instead of aiohttp_socks to aiohttp_socks<=0.4.1 |
aiohttp_socks<=0.4.1 seems to fix it |
twint -u foxopen32 --following --user-full <- works for some reason E:\Desktop\twint\twint>twint -u foxopen32 --following <-doesnt work During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Thank you @june1994 for reporting this; I edited |
Thanks @pielco11. Please see if the favorite functionality works. That issue seems open still and I am not able by any means |
Fix #6 Solution is from twintproject#1360 (comment) I'm not sure about twintproject#831, but it seems work fine with also aiohttp_socks 0.4.1 or later. Version limitation of aiohttp_socks was added by commit twintproject@fef94a5
The latest release of
aiohttp_socks
breaks thetwint
usage entirely. It is temporarilty fixed by usingaiohttp_socks<=0.4.1
, unless the code is reworked. The favorites grabbing function still is unusable. Cant get a wrap around how to fix that thoughThe text was updated successfully, but these errors were encountered: