iw4p / proxy-scraper

scrape proxies from more than 5 different sources and check which ones are still alive
MIT License
492 stars 126 forks source link

AttributeError: 'NoneType' object has no attribute 'findAll' #27

Closed ilensb closed 1 year ago

ilensb commented 1 year ago

https://github.com/iw4p/proxy-scraper/blob/452c6107927a8ccf7d4590292952733d7bb3aa80/proxyScraper.py#L81

iw4p commented 1 year ago

Hello, May I know what you command did you use? I checked, and the script works fine. You'll get this error when the result of the previous variable is None, so findAll won't work on None value.

ilensb commented 1 year ago

Screenshot 2023-01-02 at 03 42 24

iw4p commented 1 year ago

Check and install the newest version of beautifulsoup4 library. And also you can use the old commits and see if they are working or not, because it works fine.

proxy-scraper
ilensb commented 1 year ago

Yes works fine now. Thanks.