-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing fails with BadRoute
exception
#65
Comments
Looking into it... |
Ugh, okay; this wikicode is a complete mess. The issue seems to be a result of a few factors coming together that appear to be mentioned in #40 and #42 already. It ultimately boils down to hitting the recursion limit and screwing up with handling the wikicode past that point. #42 will make the parser a lot faster, which would allow me to raise the recursion limits, so I'm hoping this sort of issue can be avoided through that. |
We really need to come up with another system for handling HTML tags. They're very problematic. |
Hopefully this should be fixed by the final solution to #40, but I'm leaving it open to verify that it is indeed fixed. |
To avoid duplicate reports, it might be a good idea to temporarily change the error message from
As a bonus, you might check if |
For these 3 Wikipedia articles: https://gist.github.com/marciof/a456f9c2df404db8b1f8
The text was updated successfully, but these errors were encountered: