jpatokal / mediawiki-gateway

Ruby framework for MediaWiki API manipulation
Other
133 stars 50 forks source link

categorymembers failing with error #81

Closed abartov closed 9 years ago

abartov commented 9 years ago

categorymembers is failing with an API "warning" (actually an error) on current Wikimedia servers:

MediaWiki::APIError: MediaWiki::APIError: API error: code 'warning', info 'API warning: Formatting of continuation data will be changing soon. To continue using the current formatting, use the 'rawcontinue' parameter. To begin using the new format, pass an empty string for 'continue' in the initial query.'

I am providing a patch to fix this.

jpatokal commented 9 years ago

...although, on second thought, don't we also need to pass something into 'continue' param to make continued requests possible?

blackwinter commented 9 years ago

This is a duplicate of #78. I suggest we move the discussion there.