twayback icon indicating copy to clipboard operation
twayback copied to clipboard

There was an error with aiohttp proxies

Open icountu opened this issue 1 year ago • 1 comments

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 avatar Jun 07 '23 05:06 icountu

@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.

C3n7ral051nt4g3ncy avatar Jun 07 '23 08:06 C3n7ral051nt4g3ncy