python-amazon-simple-product-api icon indicating copy to clipboard operation
python-amazon-simple-product-api copied to clipboard

Update the ItemIDs in the examples on the PyPi project page

Open Pikamander2 opened this issue 5 years ago • 2 comments

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.

Pikamander2 avatar Oct 30 '19 07:10 Pikamander2

@yoavaviram - Pinging you because you're listed as a PyPi maintainer.

Pikamander2 avatar Oct 30 '19 07:10 Pikamander2

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?

yoavaviram avatar Oct 30 '19 10:10 yoavaviram