Origin: https://github.com/openzim/mwoffliner/issues/388
When attempting to get a pagebundle for the Main_Page of gbf.wiki I am getting a lot of errors.
I'm calling the following url with an http client: http://localhost:8000/gbf.wiki/v3/page/pagebundle/Main_Page
Config:
exports.setup = function (parsoidConfig) {
parsoidConfig.setMwApi({
uri: 'https://gbf.wiki/api.php',
});
};Example errors:
warn/api/siteinfo { logType: 'warn/api/siteinfo',
wiki: 'wiki$0',
title: 'Main_Page',
oldId: null,
reqId: null,
userAgent: 'PostmanRuntime/7.3.0',
msg:
'Config Request Unrecognized value for parameter \'siprop\': languagevariants',
longMsg:
'Config Request\nUnrecognized value for parameter \'siprop\': languagevariants' }
info { logType: 'info',
wiki: 'wiki$0',
title: 'Main_Page',
oldId: 182730,
reqId: null,
userAgent: 'PostmanRuntime/7.3.0',
msg: 'redirecting to revision 182730 for pagebundle',
longMsg: 'redirecting to revision\n182730\nfor\npagebundle' }
info { logType: 'info',
wiki: 'wiki$0',
title: 'Main_Page',
oldId: 182730,
reqId: null,
userAgent: 'PostmanRuntime/7.3.0',
msg: 'started parsing',
longMsg: 'started parsing' }
warn/api/main { logType: 'warn/api/main',
wiki: 'wiki$0',
title: 'Main_Page',
oldId: 182730,
reqId: null,
userAgent: 'PostmanRuntime/7.3.0',
msg:
'Image Info Request Unrecognized parameter: \'iibadfilecontexttitle\'',
longMsg:
'Image Info Request\nUnrecognized parameter: \'iibadfilecontexttitle\'' }