Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There was an error with aiohttp proxies #31

Open
icountu opened this issue Jun 7, 2023 · 1 comment
Open

There was an error with aiohttp proxies #31

icountu opened this issue Jun 7, 2023 · 1 comment

Comments

@icountu
Copy link

icountu commented Jun 7, 2023

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]

@C3n7ral051nt4g3ncy
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants