https://bugzilla.wikimedia.org/show_bug.cgi?id=55996

Merlijn van Deen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |Lowest
            Summary|Gender-modified namespace   |Bulk loading pages using
                   |problem in touch.py         |API broken due to namespace
                   |                            |aliases

--- Comment #2 from Merlijn van Deen <[email protected]> ---
This should be fixed (inadvertently) due by
https://gerrit.wikimedia.org/r/#/c/92068/ - pwb will use Special:Export again.


Keeping this bug open, however, as it's *really* strange to trigger behavior
depending on a -debug flag...


Script to reproduce:
>>> pywikibot.logger.setLevel(pywikibot.DEBUG)
>>> import pywikibot
>>> pywikibot.logger.setLevel(pywikibot.DEBUG)
>>> pywikibot.getall(pywikibot.Site('pt', 'wikipedia'), [pywikibot.Page('pt', 
>>> u'Utilizador_discussão:Elvire')])
Getting 1 page via API from wikipedia:pt...
BUG>> title Usuária Discussão:Elvire ([[pt:Usuário(a) Discussão:Elvire]]) not
found in list
Expected one of: [[pt:Usuária Discussão:Elvire]]
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "wikipedia.py", line 5956, in getall
    _GetAll(site, pages, throttle, force).run()
  File "wikipedia.py", line 5528, in run
    self.oneDoneApi(vals)
  File "wikipedia.py", line 5829, in oneDoneApi
    raise PageNotFound
pywikibot.exceptions.PageNotFound

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to