[Pywikipedia-bugs] [Maniphest] [Commented On] T113596: reflinks.py work with old user agent

2016-01-15 Thread 8ohit.dua
8ohit.dua added a comment. jayvdb: I am available on IRC mostly after 8pm IST(UTC+5:30). I'll be there at # pywikibot channel. TASK DETAIL https://phabricator.wikimedia.org/T113596 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: MtDu, 8ohit.dua Cc:

[Pywikipedia-bugs] [Maniphest] [Commented On] T104522: Wikibase API warning of unknown format

2016-01-15 Thread Multichill
Multichill added a comment. This is just annoying for some time, not actually breaking anything so "Unbreak Now!" might be a bit too much. TASK DETAIL https://phabricator.wikimedia.org/T104522 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Pywikipedia-bugs] [Maniphest] [Commented On] T113596: reflinks.py work with old user agent

2016-01-15 Thread jayvdb
jayvdb added a comment. @MtDu, how are you testing your code? Could you describe your test sequence here please. Then reviewers can 1. comment on whether the test sequence is good 2. use the test sequence to confirm your solution is fixing the problem. TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T56897: log files created even with -nolog argument

2016-01-15 Thread AndyTechGuy
AndyTechGuy added a comment. Regarding the task description change, I don't know what this means for the current patch. Should continue updating this patch even though this specific instance of the error no longer occurs? Or should I simply abandon the change? TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Lowered Priority] T104522: Wikibase API warning of unknown format

2016-01-15 Thread jayvdb
jayvdb lowered the priority of this task from "Unbreak Now!" to "Normal". jayvdb added a comment. I was basing the increased priority on this part of https://phabricator.wikimedia.org/T104522#1932994, which sounds like the revision id isnt being managed correctly inside Pywikibot: > Huh?

[Pywikipedia-bugs] [Maniphest] [Commented On] T113596: reflinks.py work with old user agent

2016-01-15 Thread MtDu
MtDu added a comment. @jayvdb, Could you guide me on how to test it? Thanks, MtDu TASK DETAIL https://phabricator.wikimedia.org/T113596 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: MtDu Cc: gerritbot, MtDu, Nemo_bis, 8ohit.dua, jayvdb,

[Pywikipedia-bugs] [Maniphest] [Commented On] T120024: [clonable] Add doctests to Pywikibot library documentation

2016-01-15 Thread jayvdb
jayvdb added a comment. https://codein.withgoogle.com/dashboard/tasks/6510629728813056/ TASK DETAIL https://phabricator.wikimedia.org/T120024 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Nemo_bis, Aklapper, jayvdb,

[Pywikipedia-bugs] [Maniphest] [Changed Project Column] T120024: [clonable] Add doctests to Pywikibot library documentation

2016-01-15 Thread jayvdb
jayvdb moved this task to Imported into GCI site on the Google-Code-In-2015 workboard. TASK DETAIL https://phabricator.wikimedia.org/T120024 WORKBOARD https://phabricator.wikimedia.org/project/board/1587/ EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Created] T123789: reflinks.py does not work on test wiki

2016-01-15 Thread jayvdb
jayvdb created this task. jayvdb added a subscriber: jayvdb. jayvdb added projects: pywikibot-core, Pywikibot-Other-scripts. Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION Testing `reflinks.py` on https://test.wikipedia.org/ fails: ``` $ python pwb.py reflinks

[Pywikipedia-bugs] [Maniphest] [Edited] T113596: reflinks.py work with old user agent

2016-01-15 Thread jayvdb
jayvdb edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T113596 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: MtDu, jayvdb Cc: gerritbot, MtDu, Nemo_bis, 8ohit.dua, jayvdb, Aklapper, pywikibot-bugs-list, Rubin16, Jay8g

[Pywikipedia-bugs] [Maniphest] [Commented On] T113596: reflinks.py work with old user agent

2016-01-15 Thread jayvdb
jayvdb added a comment. In https://phabricator.wikimedia.org/T113596#1937895, @MtDu wrote: > @jayvdb, > Could you guide me on how to test it? > Thanks, > MtDu I've added a way to test it in this task's description. TASK DETAIL https://phabricator.wikimedia.org/T113596 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T113596: reflinks.py work with old user agent

2016-01-15 Thread jayvdb
jayvdb added a comment. Note that `fake-useragent` is unusable at the moment on Python 2.7; see https://github.com/hellysmile/fake-useragent/issues/14 TASK DETAIL https://phabricator.wikimedia.org/T113596 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Pywikipedia-bugs] [Maniphest] [Commented On] T113596: reflinks.py work with old user agent

2016-01-15 Thread jayvdb
jayvdb added a comment. @MtDu, As it seems you are investigating using `requests`, please discuss that problem on T111300: Convert reflinks to requests . It is a separate task. It is not a mandatory part of the solution to this user-agent bug.

[Pywikipedia-bugs] [Maniphest] [Edited] T111300: Convert reflinks to requests

2016-01-15 Thread jayvdb
jayvdb edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T111300 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Rubin16, Tokencolour, Beta16, pywikibot-bugs-list, jayvdb, Aklapper

[Pywikipedia-bugs] [Maniphest] [Commented On] T113596: reflinks.py work with old user agent

2016-01-15 Thread MtDu
MtDu added a comment. @jayvdb, So... Is switching to requests a good idea? Now, when I'm testing I'm getting errors like this. https://dpaste.de/Tdio#L552,555,557,648 On line 552, it says str does no have decode attr. When I delete that, it says On line 648, does not have attr close, When I

[Pywikipedia-bugs] [Maniphest] [Commented On] T111300: Convert reflinks to requests

2016-01-15 Thread jayvdb
jayvdb added a comment. I havent looked closely, but I expect that the `requests` auto-decoding will not have all the same features as the existing `reflinks.py` decoding. more analysis needed. TASK DETAIL https://phabricator.wikimedia.org/T111300 EMAIL PREFERENCES