Closed GoogleCodeExporter closed 8 years ago
Hi Sean,
I wrote you the answer in codeproject.com forum.
Here the copy text:
Yes, there is a limitation. With ID search you're using the
NonAPI.IDSearchDownload class and that is parsing the website of Yahoo!
Finance. Each call of a site provides 50 results, so you can calculate by
yourself how many website calls you're doing with a count of 10,000. I think
the Yahoo server don't like automatically calls (like every server without API;
in this case you don't use the API --> NonAPI-namespace) and blocks your IP
after a specific number of calls.
You shouldn't use a count setting of 10,000...
Try it with API.IDSearch class.
Maas
Original comment by Maas...@gmail.com
on 19 Jun 2011 at 5:16
Original issue reported on code.google.com by
ONeillSe...@gmail.com
on 8 Apr 2011 at 2:29