Fail multistep Allpages in DotNetWikiBot.PageList.FillFromAl
Make robots for MediaWiki-powered sites!
Brought to you by:
code_driller
Can't get page titles using in DotNetWikiBot.PageList.FillFromAl:
Site site = new Site("http://ru.wikipedia.org", "Besuglov.Sbot", "");
PageList pl = new PageList(site);
pl.FillFromAllPages("", 4, true, 700);
I think this happens due to library looks for "apcontinue" instead of "apfrom" in lines 3219/3226/3227 of DotNetWikiBot.cs in FillFromCustomBotQueryList.
Than it can't see query-continue => next == "" and quits loop.
Thank you, Fixed in v2.95.