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

Jon <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
          Component|API                         |Continuous integration
         Resolution|INVALID                     |---
            Product|MediaWiki                   |Wikimedia

--- Comment #6 from Jon <[email protected]> ---
Okay so that was a red herring.

It seems to be a bug with the mediawiki ruby api.

on(APIPage).client.query('userrights', token_type: false, token: @token, add:
"bot", user: @username)
fails with a bad token error.

but

on(APIPage).client.query(action: 'userrights', token: @token, add: "bot", user:
@username)
doesn't fail.

Any ideas?

-- 
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