amazon-scraper icon indicating copy to clipboard operation
amazon-scraper copied to clipboard

AttributeError: 'NoneType' object has no attribute 'find'

Open navaneethperfit opened this issue 6 years ago • 2 comments

Traceback (most recent call last): File "/usr/local/bin/amazon-scraper", line 11, in load_entry_point('amazon-scraper==0.0.1', 'console_scripts', 'amazon-scraper')() File "/usr/local/lib/python2.7/site-packages/amazon_scraper-0.0.1-py2.7.egg/amazon_scraper/app.py", line 463, in main scraper.scrape() File "/usr/local/lib/python2.7/site-packages/amazon_scraper-0.0.1-py2.7.egg/amazon_scraper/app.py", line 73, in scrape main_reviews_url, review_pages_number = self.retrieve_page(asin) File "/usr/local/lib/python2.7/site-packages/amazon_scraper-0.0.1-py2.7.egg/amazon_scraper/app.py", line 324, in retrieve_page "div", { "id" : "reviews-medley-footer" } AttributeError: 'NoneType' object has no attribute 'find'

navaneethperfit avatar Mar 09 '19 04:03 navaneethperfit

I have the same issue

Sicks3c avatar May 15 '19 14:05 Sicks3c

I don't think this package is maintained any longer. It hasn't worked (as is) for quite a long time.

JasonCrowe avatar May 15 '19 14:05 JasonCrowe