You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: