[Pywikipedia-bugs] [Maniphest] [Commented On] T140989: NotImplementedWarning: parameters not being a mapping is deprecated.

2016-09-27 Thread whym
whym added a comment. let's see if some errors appear in the next run. What was the result?TASK DETAILhttps://phabricator.wikimedia.org/T140989EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: whymCc: whym, Mpaa, Xqt, jayvdb, Aklapper, MarcoAurelio,

[Pywikipedia-bugs] [Maniphest] [Commented On] T140989: NotImplementedWarning: parameters not being a mapping is deprecated.

2016-09-19 Thread MarcoAurelio
MarcoAurelio added a comment. Sorry, I almost forgot about this bug. I no longer run archivebot.py in my laptop and I've moved it to Tool Labs. That said, I deleted the .out files of the crontab that manages this task so I cannot tell you if this is still happening. I think it's not happening

[Pywikipedia-bugs] [Maniphest] [Commented On] T140989: NotImplementedWarning: parameters not being a mapping is deprecated.

2016-09-19 Thread whym
whym added a comment. @MarcoAurelio It looks like your i18n files are old. Recent edits should have fixed it. Can you try `git submodule update`? See https://www.mediawiki.org/wiki/Manual:Pywikibot/Gerrit#For_users for more.TASK DETAILhttps://phabricator.wikimedia.org/T140989EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T140989: NotImplementedWarning: parameters not being a mapping is deprecated.

2016-07-26 Thread MarcoAurelio
MarcoAurelio added a comment. In T140989#2490823, @Mpaa wrote: @MarcoAurelio, could you make sure you still have this issue? As I think it is obsolete code. I can't reproduce anylonger, at least for now. However I've got today: Looking for: {{Usuario:MABot/config}} in

[Pywikipedia-bugs] [Maniphest] [Commented On] T140989: NotImplementedWarning: parameters not being a mapping is deprecated.

2016-07-24 Thread Mpaa
Mpaa added a comment. @MarcoAurelio, could you make sure you still have this issue? As I think it is obsolete code.TASK DETAILhttps://phabricator.wikimedia.org/T140989EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MpaaCc: Mpaa, Xqt, jayvdb, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Commented On] T140989: NotImplementedWarning: parameters not being a mapping is deprecated.

2016-07-22 Thread Mpaa
Mpaa added a comment. Then I do not know, I cannot find exp = i18n.translate(site.code, template, int(string[:-1]))TASK DETAILhttps://phabricator.wikimedia.org/T140989EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MpaaCc: Mpaa, Xqt, jayvdb, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Commented On] T140989: NotImplementedWarning: parameters not being a mapping is deprecated.

2016-07-22 Thread MarcoAurelio
MarcoAurelio added a comment. I have the same at L:1...@archivebot.py exp = i18n.translate(site.code, template, {'$1': int(string[:-1])}) pwb.py version gives the following output: F:\MWDEV\pwb>pwb.py version Pywikibot: pywikibot/__init__.py (70771dd, -1 (unknown), 2016/07/18, 20:20:42, n/a)

[Pywikipedia-bugs] [Maniphest] [Commented On] T140989: NotImplementedWarning: parameters not being a mapping is deprecated.

2016-07-21 Thread MarcoAurelio
MarcoAurelio added a comment. Aparently yes? MINGW64 /f/MWDEV/pwb (master) $ git pull origin master From https://gerrit.wikimedia.org/r/pywikibot/core * branchmaster -> FETCH_HEAD Already up-to-date. Please advice. Best regards.TASK