-
Notifications
You must be signed in to change notification settings - Fork 21
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
Problem: many messages fail to parse #48
Comments
This page is still erroring out. It would be great if in general we could
|
@dawran6 how would you feel about trying your hand at this one. At the point where each message gets parsed and converted from markdown to hiccup we should wrap it in a try/catch, and in the catch just return the message unparsed, plus put a |
Absolutely, I'm working on this. Is |
Yeah println is fine, we log the stdout of the process. I don't think there's any more proper logging in place yet |
Pages that errored before according to google search console: https://gist.github.com/90d310374bcdf234bfe4ea5cfb84da1d Now that we no longer fail completely on parser errors we can look at those pages, find the messages that don't render, and add test cases for them (and then fix the parser :) ) |
Hi, there 😃
I ran into an error when trying to access the following page:
The error looks as follows:
I'm suspecting this post on that day is causing it, which includes some strikethrough in a quote.
The text was updated successfully, but these errors were encountered: