suryakencana007 / comic-vine-scraper

Automatically exported from code.google.com/p/comic-vine-scraper
0 stars 0 forks source link

System.Net.WebException: The operation has timed out #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Unexpected error on searches with too many results?

WHAT VERSION OF COMICVINESCRAPER ARE YOU USING?

1.0.10

PLEASE PROVIDE ANY ADDITIONAL INFORMATION THAT MAY BE OF USE

Seems to only happen with large search results.  Was not an issue in prior
versions.  Possibly related to new "features" comicvine api rolled out?

Original issue reported on code.google.com by revqu...@gmail.com on 24 Feb 2010 at 3:31

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like this might be intermittent.  I tried scraping again and it worked 
fine. 
Perhaps ComicVine was having some issues.

Original comment by revqu...@gmail.com on 24 Feb 2010 at 4:56

GoogleCodeExporter commented 9 years ago
Yup, I'm pretty confident that comicvine is experiencing heavy load right now, 
or
their servers are running slowly, or something.  Every once in a while a query 
to
them takes a really long time to come back.

I've doubled the timeout from 15 seconds to 30 seconds (before we give up and 
assume
comicvine isn't going to answer) and I've added a fallback where the script will
retry a timed out query once before completely giving up.

Those changes will be in 1.0.11, and I suspect they will solve this problem for
you--inasmuch as it can be solved from our end.  :)

Original comment by cban...@gmail.com on 24 Feb 2010 at 5:20

GoogleCodeExporter commented 9 years ago
Fixed in 1.0.11 (hopefully)

Original comment by cban...@gmail.com on 25 Feb 2010 at 7:35