philipmulcahy / azad

amazon order history reporter chrome extension
Apache License 2.0
213 stars 72 forks source link

Amazon.com scraper not reporting any items #120

Closed mgiuffrida closed 4 years ago

mgiuffrida commented 4 years ago

The scraper isn't reporting any items, despite the status showing that several orders were found and completed.

After installing, running, and clicking 2020, the extension popup says:

queued:0; running:0; completed:13; errors:0; cache_hits:0

(which is much fewer than the number of orders I've placed)

The resulting table and the CSV file are both empty apart from headers/footers.

Console logs are attached: amazon.log

philipmulcahy commented 4 years ago

Hi @mgiuffrida, Have you worked through troubleshooting steps in https://github.com/philipmulcahy/azad/blob/master/README.md ? This looks like you might have stale amazon login cookies. I'd zap all amazon cookies in chrome://settings/siteData, then clear the extension's cache and log back in to amazon and retry 2020.

If so, please let me know. I'd like to be able to detect this situation programatically, but need to catch it in the act and have the patience to debug it properly.

Yours,

Philip

mgiuffrida commented 4 years ago

Thanks! Clearing out the Amazon cookies and signing back in resolved the problem. Awesome tool!

Sorry I didn't check the README -- I'll go hand in my software engineer credentials :-(