[Problem] Blank pseudo-field in comments errors post-processing #825

Closed
opened 2026-01-29 16:22:52 +00:00 by claunia · 2 comments
Owner

Originally created by @Deterous on GitHub (May 1, 2025).

Originally assigned to: @mnadareski on GitHub.

When MPF/RedumpLib pulls pseudo-field metadata from a redump disc pages' comments field, it will error out if the pseudo-field has no value (i.e. the line ends after the colon, <b>Filename</b>:

Image

Originally created by @Deterous on GitHub (May 1, 2025). Originally assigned to: @mnadareski on GitHub. When MPF/RedumpLib pulls pseudo-field metadata from a redump disc pages' comments field, it will error out if the pseudo-field has no value (i.e. the line ends after the colon, `<b>Filename</b>:` ![Image](https://github.com/user-attachments/assets/e26d2d9b-a53e-4974-8b36-9b076951a4b0)
claunia added the bug label 2026-01-29 16:22:52 +00:00
Author
Owner

@mnadareski commented on GitHub (May 1, 2025):

This seems like it would only surface when pulling all information with the additional flag. This particular tag is only relevant to Xbox One and Xbox Series X.

The issue appears to be specifically around multiline values that are skipped on pull. That is, since Filename is skipped on pulling all information due to site issues, it attempts to add the data to nothing that exists.

@mnadareski commented on GitHub (May 1, 2025): This seems like it would only surface when pulling all information with the additional flag. This particular tag is only relevant to Xbox One and Xbox Series X. The issue appears to be specifically around multiline values that are skipped on pull. That is, since `Filename` is skipped on pulling all information due to site issues, it attempts to add the data to nothing that exists.
Author
Owner

@mnadareski commented on GitHub (May 1, 2025):

Addressed in 146b2780c5, will propagate here.

@mnadareski commented on GitHub (May 1, 2025): Addressed in https://github.com/SabreTools/SabreTools.RedumpLib/commit/146b2780c5422469ed38e6334e004fe9cd6d4c15, will propagate here.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#825