jim256 / ebay

0 stars 0 forks source link

WARNING: Detail records did not contain item `[item_id]`, skipping #27

Closed jim256 closed 4 years ago

jim256 commented 4 years ago

@james-carpenter this started happening each time the spider runs:

image

Would you mind taking a look into it? I'm not sure how to best set up things like this. Would you like to just let me know a time estimate each time and we'll make an Upwork job? Or should we establish an hourly Upwork setup for minor, ad-hoc things like this?

james-carpenter commented 4 years ago

This is a symptom of an error response from the API. The error response structure path changed so I made commit 1ec05826346e917b2df902f28ec9171980ec5246 to fix.

This won't address the issue you're seeing, but it will allow the real error message from the API to come through in the logs, whether it's IP address rate-limiting or some other issue.

jim256 commented 4 years ago

@james-carpenter , oh ok. Thank you so much! I was wondering why I didn't see the error message. I think it may have been rate-limiting. I had it turned off for a few days and just turned it back on now and it's working without a problem. I pulled this code into production so I'll be able to understand better when it happens again. Really, I appreciate your doing that!