twitterscraper
twitterscraper copied to clipboard
Problem parsing proxy list
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
I also get this error. What's the solution to the problem?
hi i got this error list_tr = table.find_all('tr') AttributeError: 'NoneType' object has no attribute 'find_all'
Same error.