Quote:
Originally Posted by J3L
|
Quote:
Originally Posted by JimmXinu
That's a 404 page not found error. I'm able to download that story fine.
So either the site is flakey, or that's how they are choosing to implement throttling if you are downloading too fast.
I'd try setting a sleep time since that site doesn't have one in defaults:
Code:
[storiesonline.net]
slow_down_sleep_time:2
|
I think this is a case of using the wrong theme on the site.
The adapter is searching the author pages for the story link. It just goes increases the page number until either the story is found, or the page cannot be retrieved. And that means the story wasn't found on the authors page. I am running with the classic theme here and it worked.
Looking at the code in the adapter, it has a catch for HTTPError and handles error code 404. This is in the method "findStoryRow". That raises a "FailedToDownload" exception with a message about the theme. This worked at some point. Or at least I assume it did as I have no idea when I last tested it. Has there been changes to how this should work?