On Thu, May 27, 2010 at 08:16:11AM +0000, Manuel Taveras wrote:
Hello everybody, today working with featured.py I've found this trying to get pages from categories of als@wiki and am@wiki (don't know if this happens with other wikis)
"ValueError: BUG: Wikipedia:Bsunders glungener Artikel is not in the category namespace!" "ValueError: BUG: Wikipedia:Featured article is not in the category namespace!"
What's happening?
featured.py should be modified for all category titles which start by u'Wikipedia:' to u'Category:Wikipedia:', as the defaultNamespace parameter is only used by the Page() constructor if the title doesn't contain one (this is only true for trunk), which is confusing the bot in this case.
stan.