twayback
twayback copied to clipboard
There was an error with aiohttp proxies
python3 twayback.py -u USERNAME Account is ACTIVE Getting the status codes of 1 archived Tweets... 0%| | 0/1 [00:00<?, ?it/s]There was an error with aiohttp proxies. Please Try again 0%| | 0/1 [00:00<?, ?it/s]
@icountu
Check your internet connection: The aiohttp library is used to make HTTP requests. If your internet connection is unstable, the requests can fail
Upgrade aiohttp library: It might be an issue with the aiohttp library. Try upgrading it with the following command:
pip install --upgrade aiohttp
Always use a virtual environment, in case of conflicting python libs.