Error code
- 62ebd064-6f77-46c5-9851-68c9cf93282a
Steps to replicate the issue (include links if applicable):
- Try to review https://ru.wikipedia.org/w/index.php?title=Ковальчук,_Елена&redirect=no
- Get an Internal Server Error
What happens? (interface review):
If you click on "Accept Revision" button, browser would make a POST request to https://ru.wikipedia.org/w/rest.php/flaggedrevs/internal/review/Ковальчук,_Елена and get the following HTTP500 response:
{"message":"Error: exception of type UnexpectedValueException","httpCode":500,"httpReason":"Internal Server Error"}What happens? (API review):
If you'll try to review the page with API by making a request to https://ru.wikipedia.org/w/api.php?action=review&format=json&revid=118792362 , it would fail as well. Pywikibot throws the following exception:
pywikibot.exceptions.APIMWError: internal_api_error_UnexpectedValueException: [62ebd064-6f77-46c5-9851-68c9cf93282a] Caught exception of type UnexpectedValueException [errorclass: UnexpectedValueException; servedby: mw-api-ext.eqiad.main-78789c78f5-dnx47]
Other information:
This page was deleted and later restored, and that might've broken FlaggedRevs.