https://bugzilla.wikimedia.org/show_bug.cgi?id=33602

Bawolff <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Summary|list=allusers halts with an |list=allusers with
                   |MWException at a certain    |auprop=group throws a
                   |user on enwiki              |MWException at user:%95

--- Comment #1 from Bawolff <[email protected]> 2012-01-09 13:19:27 UTC ---
It seems to be related to [[user:%95]] - which is an invalid title.

More concise example queries:
http://en.wikipedia.org/w/api.php?action=query&aufrom=%258&aulimit=1&list=allusers&format=xml
is fine, but upping the limit to 2 gives auinvalidtitle -
http://en.wikipedia.org/w/api.php?action=query&aufrom=%258&aulimit=2&list=allusers&format=xml
(Upping the limit past 2 for that query makes it ok - so error trying to make
query-continue for user:%95 presumably)

If setting auprop=groups, the exception is generated if user:%95 is in the
result set. For example:
http://en.wikipedia.org/w/api.php?action=query&aufrom=%258&aulimit=3&list=allusers&format=xml&auprop=groups
(Presumably some title normalization is done when querying the other table)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to