Quote:
Originally Posted by octarineblues
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.