picorana / amazon-scraper

amazon-scraper is a command line application to collect reviews and questions/answers from amazon products.
The Unlicense
32 stars 4 forks source link

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

Open navaneethperfit opened 5 years ago

navaneethperfit commented 5 years ago

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'

Sicks3c commented 5 years ago

I have the same issue

JasonCrowe commented 5 years ago

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