Quote:
Originally Posted by mrEd
Just a heads up for storiesonline, again. Keep getting 503 errors for the index pages.
Logging in at the top of doExtractChapterUrlsAndMetadata fixes it.
adapter_storiesonlinenet.py, line 159, insert:
Code:
self.performLogin(url)
|
Looking at what is happening, I think that is a problem on the site. The other sites that derive from it are not failing. So, it is probably better to add 503 to the list of status codes in line 164. That will trigger a login when "needToLoginCheck" is called a few lines later.