You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
https://pypi.org/project/python-amazon-simple-product-api/
Some of ItemIDs are for products that no longer exist:
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.
The text was updated successfully, but these errors were encountered: