I just checked a bunch of users using the API, but today it was impossible to fetch CU data about the user "Schweiz41" (on frwiki). However the special page worked as expected
It already happend to me in the past with other user. And back then, when an error occured a first time on a user, retrying on the same user always gave me the same error .
Steps to Reproduce:
HTTP Post request on frwiki:
{ "action": "query", "format": "json", "list": "checkuser", "curequest": "edits", "cutarget": "Schweiz41", "cureason": "Schweiz41,+SwissArmy26+-+16+avril", "culimit": "max", "cutimecond": "-3+months", "cutoken": "....." }
Actual Results:
{ "error": { "code": "internal_api_error_Exception", "info": "[7e078238-da6a-49e5-a771-51d13d9c252c] Caught exception of type Exception", "errorclass": "Exception" }, "servedby": "mw1280" }
Expected Results:
JSON-formated edits of the user "Schweiz41" with CU informations.