twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

Problem parsing proxy list

Open crowley285 opened this issue 3 years ago • 3 comments

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'

crowley285 avatar Aug 18 '21 08:08 crowley285

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

burakugurr avatar Sep 10 '21 21:09 burakugurr

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

neogeos avatar Nov 03 '21 21:11 neogeos

Same error.

AdrienMau avatar Dec 04 '21 21:12 AdrienMau