Empty text stored for some posts in user_data.db #52

Open
opened 2025-09-13 09:52:05 +00:00 by wer · 0 comments

For certain posts, posts.text in Metadata/user_data.db is empty even though the source text is not empty. This appears tied to XmlUtils.EvaluateInnerText parse failure.

For example, when source text includes <br>, it's an unclosed tags. It caused parse error and XmlUtils.EvaluateInnerText will return empty string.

Suggestion: Can we add an option to store raw, unsanitized text in db?

For certain posts, posts.text in Metadata/user_data.db is empty even though the source text is not empty. This appears tied to XmlUtils.EvaluateInnerText parse failure. For example, when source text includes `<br>`, it's an unclosed tags. It caused parse error and XmlUtils.EvaluateInnerText will return empty string. Suggestion: Can we add an option to store raw, unsanitized text in db?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sim0n00ps/OF-DL#52
No description provided.