https://bugzilla.wikimedia.org/show_bug.cgi?id=72504
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |NEW CC| |jayvdb@gmail.com Version|core (2.0) |compat (1.0)
--- Comment #6 from John Mark Vandenberg jayvdb@gmail.com --- bug fixed in core; the same bug exists in the same script in compat.
import wikipedia.py from wikipedia import pywikibot s = pywikibot.Site('en', 'lyricwiki') s.mediawiki_message('wikieditor-toolbar-tool-redirect-example')
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "wikipedia.py", line 7645, in mediawiki_message raise KeyError("message '%s' does not exist." % key) KeyError: "message 'wikieditor-toolbar-tool-redirect-example' does not exist."