woocommerce / wc-api-ruby

A Ruby wrapper for the WooCommerce API.
MIT License
69 stars 74 forks source link

EOFError #20

Closed choubacha closed 8 years ago

choubacha commented 8 years ago

Getting an EOFError on products with over 100 variations. It appears to partially create the listing in woo but then breaks on the gem side. Any ideas what it might be from?

choubacha commented 8 years ago

Best I can tell is that there is some poorly configured timeout on their server and it's returning a body that is shorter than the content-length.

Could only partially confirm this with Curl though (as I might have measured the length of the body wrong).

Anyhow, this appears to be a customer configuration issue. Gonna close.

claudiosanches commented 8 years ago

poorly configured timeout on their server and it's returning a body that is shorter than the content-length

I was thinking about it during the day. I was to tell you it was some timeout problem.