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
So, I've been using the wrapper class for the Amazon Product API (Thanks for the awesome wrapper, by the way) for the last two weeks - and have been using it to get all(!) of Amazon's products for certain categories.
My code has been working fine all this time. But of late, I've been getting this error. From what I've read online - it could possibly mean that Amazon's bot detector is resetting my connection. The solutions online have mentioned I could try including a browser header while making the API call, or using multiple proxies to avoid bot detection.
Is there any way I can include a header while making the API call given that I'm using the wrapper class? Or any other fix for this particular issue? Or does the error mean something entirely different in this case?
(And while we're on the topic, how exactly does the wrapper class make the API calls?)
Thanks
The text was updated successfully, but these errors were encountered:
I have a similar problem, in my case the API returns 404 from Amazon. But I think that as long as you remain within the boundaries of the Amazon terms of service for the calls there should not be a problem though.
I've been through the terms of service and I suppose I'm well within the boundaries. Not really sure what is going on - does Amazon have some sort of bot detection which keeps resetting my connection?
404 is a different kind of error. I just want to know if anybody else here has come across [Error 54]. I'm guessing I will need to know how exactly the wrapper class calls the API to figure this one out. Any insights would be helpful. Thanks!
Hey guys,
So, I've been using the wrapper class for the Amazon Product API (Thanks for the awesome wrapper, by the way) for the last two weeks - and have been using it to get all(!) of Amazon's products for certain categories.
My code has been working fine all this time. But of late, I've been getting this error. From what I've read online - it could possibly mean that Amazon's bot detector is resetting my connection. The solutions online have mentioned I could try including a browser header while making the API call, or using multiple proxies to avoid bot detection.
Is there any way I can include a header while making the API call given that I'm using the wrapper class? Or any other fix for this particular issue? Or does the error mean something entirely different in this case?
(And while we're on the topic, how exactly does the wrapper class make the API calls?)
Thanks
The text was updated successfully, but these errors were encountered: