Fault 402: Client error: Your IP address is temporarily banned for exceeding the login failure rate

May 14, 2014 10:32

how to cure it?

1000 record this error occurs.

Is it possible to connect a proxy?

Leave a comment

Comments 3

krievs May 19 2014, 18:20:02 UTC
Same story. Is this possible to get range of records?

Reply

eugene_ivanov May 19 2014, 18:41:42 UTC
это легко вылечить. нужно добавить паузу между запросами.

time.sleep(3)

тогда всё выкачивается на ура, у меня все ~5000 записей отлично выкачалось =)

Reply

frandroid April 5 2015, 20:14:04 UTC
The script mentions that the API calls that should allow one to get multiple records at once is broken, and that code was commented out. You could try uncommenting that and see how that goes. I've implemented the method below (add "time" to the libraries imported on line 27, and inserted time.sleep(3) as a new line at line 181 and I'm importing nicely.

Reply


Leave a comment

Up