mediawiki-utilities / python-mwapi

Simple Python Wrapper around MediaWiki API
http://pythonhosted.org/mwapi
MIT License
30 stars 11 forks source link

Occasional "Unrecognized parameter: '*' mw-warning. #32

Closed MvGulik closed 6 years ago

MvGulik commented 6 years ago

Like title says, when using mwapi to do mediawiki-api calls a occasional "Unrecognized parameter: '*' " mediawiki warning is returned.

The additional "The following query raised warnings:" mwapi data is not showing anything out of the ordinary. (presuming this is not showing the parts mwapi might add to the call)

mw-result:

{
    <other stuff>
    "warnings": { "main": { "warnings": "Unrecognized parameter: '*'" } }
}

Directly Closing: - none critical/show-stopper. - more general nts at this point.