Closed mvolz closed 5 years ago
Seems like some of the websites, that we are parsing, are unexpectedly closing connection. I can't reproduce this. But possible reasons could be:
You should check from the same host if you are able to get HTTP 200 code for: http://www.worldcat.org/search?qt=results_page&q=isbn%3A9780995555563 http://www.lulu.com/shop/search.ep?keyWords=9780995555563
It was a public wifi. At home works fine :). Thanks!
I can't get any isbns to work with the search endpoint. I've tried
curl -d 9780995555563 -H 'Content-Type: text/plain' http://127.0.0.1:1969/search curl -d 0511040938 -H 'Content-Type: text/plain' http://127.0.0.1:1969/search curl -d 9780198029359 -H 'Content-Type: text/plain' http://127.0.0.1:1969/search