python-amazon-simple-product-api
python-amazon-simple-product-api copied to clipboard
Update the ItemIDs in the examples on the PyPi project page
https://pypi.org/project/python-amazon-simple-product-api/
Some of ItemIDs are for products that no longer exist:
- B00EOE0WKQ
- B0051QVESA
Consequently, when the example code is run, it throws this error:
raise AsinNotFound("ASIN(s) not found: '{0}'".format(amazon.api.AsinNotFound: ASIN(s) not found
For the sake of making things easier, it would be nice to update them with products that still exist.
@yoavaviram - Pinging you because you're listed as a PyPi maintainer.
Hi @Pikamander2 , thanks getting in touch. I am aware of this problem however I'm in a bit of a problem because I don't have an amazon affiliate account (it's been closed a few years ago) and amazon will not let me create a new one so I can't test new changes. Can you submit a pull request?