Hi,

I am trying to get the list of all users. Mostly I get the following error:

{

   "servedby": "mw1196",
   "error": {
       "code": "internal_api_error_MWException",
       "info": "Exception Caught: Internal error in ApiQueryAllUsers::execute: Saw more duplicate rows than expected",
       "*": ""
   }

}

So I reduce the number of users the API is getting at each call to 1, and even then I get the error. For example, see: [1]

How do I deal with this error now? Any other way to get the list of all users?

  1. https://en.wikipedia.org/w/api.php?action=query&list=allusers&format=jsonfm&aufrom=!!!%20Professional%20Analism%20Account!%20ATTAAAAAAAACK!!!!&aulimit=1&auwitheditsonly=%22%22&auexcludegroup=bot

Thanks

Srijan