interchange / Amazon-MWS

API binding for Amazon's Marketplace Web Services.
8 stars 8 forks source link

SubmitFeed test crashes #1

Closed racke closed 9 years ago

racke commented 10 years ago
t/SubmitFeed.t .... 
1..4
[Generic exception]# Looks like your test exited with 255 before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
racke commented 10 years ago

This is the actual error:

<ErrorResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
  <Error>
    <Type>Sender</Type>
    <Code>InvalidAccessKeyId</Code>
    <Message>The AWS Access Key Id you provided does not exist in our records.</Message>
  </Error>
  <RequestID>365cb32c-b564-423d-b167-5d164f22447e</RequestID>
</ErrorResponse>