View Single Post
Old 02-14-2016, 11:05 AM   #1031
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by DavidBrookes View Post
Not sure if anyone is having the same issue but I have had problems over the last two months with downloading stories from Sink Into Your Eyes. I have been able to sometimes download new stories but updating current ones has been unsuccessful. I have attached the log files from my last attempt to this post. Please help.
First off, you're trying to update 692 stories at once. That's waaaaaaaaay more than I recommend or condone.

That said, I've spot checked a few of the stories you had errors with:

Those with error 'NoneType' object has no attribute '__getitem__' are stories that no longer exist on the site. (Example). I will update the adapter to report those as StoryDoesNotExist.

Of those that gave you error HTTP Error 400: Bad Request and urlopen error, the 6 that I spot checked all worked fine. I believe you either were blocked by the site for excessive traffic or caused the site server to fail.

In short, don't try to update them all at once.

If you really think you must, try adding this to your personal.ini first so you don't kill the server:

Code:
[www.siye.co.uk]
slow_down_sleep_time:4
JimmXinu is online now   Reply With Quote