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
Describe the bug
Can't make the CatalogItems requests
from sp_api.api import CatalogItems
def get_images(asin):
try:
catalog = CatalogItems()
response = catalog.get_catalog_item(asin)
return response.images
except Exception as e:
logging.error(f'Error getting images for asin {asin}: {e}')
raise e
Leading to
botocore.exceptions.ClientError: An error occurred (SignatureDoesNotMatch) when calling the AssumeRole operation: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
This discussion was converted from issue #810 on November 22, 2022 00:43.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Can't make the CatalogItems requests
Leading to
I doubled check my credentials but no luck :-(
Using PyCharm 2022.3, Python 3.10, Mac 12.6
Beta Was this translation helpful? Give feedback.
All reactions