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] https://www.mediawiki.org/wiki/API_talk:Main_page#cite_note-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... https://en.wikipedia.org/w/api.php?action=query&list=allusers&format=jsonfm&aufrom=%21%21%21%20Professional%20Analism%20Account%21%20ATTAAAAAAAACK%21%21%21%21&aulimit=1&auwitheditsonly=%22%22&auexcludegroup=bot
Thanks
Srijan