Quote:
Originally Posted by firefoxxy
Since the error occurred with another story on AO3, I added it in the test run.
The story link is here: the second link
I attached the log file. Hope this helps.
|
This is showing that there's an error in one of your replace_metadata lines. "invalid group reference" means it's probably a \1, \2 etc in the replacement string without a watching () group in the regexp.
If you can't find it, I can look at your replace_metadata code. I will also investigate adding code to give a more specific error for this problem.