View Single Post
Old 07-08-2010, 04:06 PM   #196
erayd
Zealot
erayd doesn't littererayd doesn't litter
 
Posts: 134
Karma: 146
Join Date: Apr 2008
Device: Onyx Boox Poke 2
Quote:
Originally Posted by octarineblues View Post
I've been having some trouble with story ID 2609602 when using the online version of FLAG. For some reason, chapters 9 and 10 (the two epilogues) are generated with only the title and two separators.
Thanks for letting me know - I've fixed it, and you should now be able to fetch that story ID with no issues.

The problem was triggered due to the size of those two chapters - they're so huge that they were exhausting the regex backtrack limit on my server, and as a result the chapter content wasn't captured.

I've implemented an alternative (not quite as good, but not dependent on the backtrack limit) capture expression in the event that the first one fails.
erayd is offline   Reply With Quote