Page MenuHomePhabricator

Language::formatNum with non-numeric string
Open, Needs TriagePublicPRODUCTION ERROR

Description

Error
normalized_message
Language::formatNum with non-numeric string
exception.trace
Impact
Notes

Details

Request URL
https://vi.wikipedia.org/w/rest.php/vi.wikipedia.org/v3/page/pagebundle/Nh%C3%A0_n%C6%B0%E1%BB%9Bc_Palestine/73444408

Event Timeline

This is almost certainly a bug in extension code which isn't sanitizing its input. We need an exception stack trace in order to pinpoint the culprit, but the stack trace seems to be missing from these log entries.

https://gerrit.wikimedia.org/r/c/mediawiki/core/+/640249/8/includes/media/FormatMetadata.php contains some additional discussion. There's an EXIF related warning which should probably be downgraded to info. But for warnings which don't stem from bad EXIF data, we could consider changing this back to a deprecation and/or adding a stack trace if we want to dig into this further.