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

Problem parsing proxy list #363

Open
crowley285 opened this issue Aug 18, 2021 · 3 comments
Open

Problem parsing proxy list #363

crowley285 opened this issue Aug 18, 2021 · 3 comments

Comments

@crowley285
Copy link

the proxy source https://free-proxy-list.net/ probably changed things around it's proxy table which is no longer under the id "proxylisttable" and so the line 48 in query.py returns None.

Traceback (most recent call last):
File "D:/tasks/TwitterFeed.py", line 9, in
from twitterscraper import query_tweets
File "C:\Users\user\AppData\Roaming\Python\Python38\site-packages\twitterscraper_init_.py", line 13, in
from twitterscraper.query import query_tweets
File "C:\Users\user\AppData\Roaming\Python\Python38\site-packages\twitterscraper\query.py", line 76, in
proxies = get_proxies()
File "C:\Users\user\AppData\Roaming\Python\Python38\site-packages\twitterscraper\query.py", line 49, in get_proxies
list_tr = table.find_all('tr')
AttributeError: 'NoneType' object has no attribute 'find_all'

@ryuujo1573 ryuujo1573 mentioned this issue Aug 22, 2021
@burakugurr
Copy link

I also get this error. What's the solution to the problem?

@neogeos
Copy link

neogeos commented Nov 3, 2021

hi i got this error list_tr = table.find_all('tr')
AttributeError: 'NoneType' object has no attribute 'find_all'

@AdrienMau
Copy link

Same error.

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

4 participants