[Pywikipedia-bugs] [Maniphest] [Closed] T100122: fixing_redirects.py should not work without confirmation

2015-08-04 Thread Xqt
Xqt closed this task as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T100122 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: gerritbot, pywikibot-bugs-list, Xqt, Aklapper, jayvdb, Malyacko, P.Copp

[Pywikipedia-bugs] [Maniphest] [Created] T107850: Wikipedia.py logs to the same file when multiple instances run

2015-08-04 Thread binbot
binbot created this task. binbot added a subscriber: binbot. binbot added a project: pywikibot-compat. Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION I use replace.py to collect candidates for working without interacting Wikipedia (with -xml -save); this saves titles

[Pywikipedia-bugs] [Maniphest] [Merged] T107850: Wikipedia.py logs to the same file when multiple instances run

2015-08-04 Thread JAnD
JAnD closed this task as a duplicate of T86493: Problem with two running instances. TASK DETAIL https://phabricator.wikimedia.org/T107850 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JAnD Cc: Aklapper, pywikibot-bugs-list, binbot, Anshoe,

[Pywikipedia-bugs] [Maniphest] [Triaged] T107850: Wikipedia.py logs to the same file when multiple instances run

2015-08-04 Thread binbot
binbot edited the task description. binbot triaged this task as High priority. binbot set Security to None. TASK DETAIL https://phabricator.wikimedia.org/T107850 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: binbot Cc: Aklapper,

[Pywikipedia-bugs] [Maniphest] [Commented On] T107850: Wikipedia.py logs to the same file when multiple instances run

2015-08-04 Thread Ladsgroup
Ladsgroup added a subscriber: Ladsgroup. Ladsgroup added a comment. compat bugs should not have normal or more than normal priority as it's deprecated. TASK DETAIL https://phabricator.wikimedia.org/T107850 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Updated] T85001: Use Momento API for archived internet resources

2015-08-04 Thread jayvdb
jayvdb added a comment. As seen in https://phabricator.wikimedia.org/T104761, the weblib API is problematic as it returns `None` for failure, rather than using exceptions to indicate failure. A new package has arrived on the scene which may help.

[Pywikipedia-bugs] [Maniphest] [Commented On] T104761: archive.org test URL scheme error

2015-08-04 Thread jayvdb
jayvdb added a comment. In https://phabricator.wikimedia.org/T104761#1506013, @XZise wrote: Okay we now had a failure and it looks like @VcamX's analysis is correct: https://travis-ci.org/wikimedia/pywikibot-core/jobs/74033957#L4255 That was in testInternetArchiveNewest, and then

[Pywikipedia-bugs] [Maniphest] [Updated] T104761: archive.org test URL scheme error

2015-08-04 Thread jayvdb
jayvdb added a comment. The harder solution is to detect the transient error in archive.org , and raise an exception. If weblib methods did raise an exception, that would break the weblib API, as currently users expect `None` for failure. To workaround that, we could introduce new function

[Pywikipedia-bugs] [Maniphest] [Edited] T85001: Use Momento API for archived internet resources

2015-08-04 Thread jayvdb
jayvdb edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T85001 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: jayvdb, Aklapper, pywikibot-bugs-list, Malyacko, P.Copp

[Pywikipedia-bugs] [Maniphest] [Commented On] T107712: Use narrow API calls instead of wbeditentity in Pywikibot

2015-08-04 Thread Legoktm
Legoktm added a comment. +1 TASK DETAIL https://phabricator.wikimedia.org/T107712 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Legoktm Cc: Legoktm, Addshore, aude, hoo, Lydia_Pintscher, Ricordisamoa, pywikibot-bugs-list, jayvdb, thiemowmde,

[Pywikipedia-bugs] [Maniphest] [Commented On] T107769: recent e-mails missing from pywikibot archive (due to wrong file system permissions)

2015-08-04 Thread Legoktm
Legoktm added a comment. And how risky is doing that? Can we make a backup beforehand in case things go wrong? Do we also know why gmane is missing emails? Was it the same issue? TASK DETAIL https://phabricator.wikimedia.org/T107769 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T107712: Use narrow API calls instead of wbeditentity in Pywikibot

2015-08-04 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Yes it is better to use the more specific API actions where possible. TASK DETAIL https://phabricator.wikimedia.org/T107712 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lydia_Pintscher Cc: Addshore, aude, hoo,

[Pywikipedia-bugs] [Maniphest] [Commented On] T107769: recent e-mails missing from pywikibot archive (due to wrong file system permissions)

2015-08-04 Thread Dzahn
Dzahn added a comment. I don't think the Gmane issue is related, afaik Gmane is just a regular user who is subscribed to the list, so if it got mailed out to the list Gmane would have received it and the mbox file would not be related. TASK DETAIL https://phabricator.wikimedia.org/T107769

[Pywikipedia-bugs] [Maniphest] [Commented On] T107769: recent e-mails missing from pywikibot archive (due to wrong file system permissions)

2015-08-04 Thread Dzahn
Dzahn added a comment. No, if we touch the mbox file in any way it will break all the links to archives, the will get renumbered. TASK DETAIL https://phabricator.wikimedia.org/T107769 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dzahn Cc:

[Pywikipedia-bugs] [Maniphest] [Commented On] T85001: Use Momento API for archived internet resources

2015-08-04 Thread jayvdb
jayvdb added a comment. Searching github, I see also: https://github.com/mementoweb/pymemento https://github.com/samwyse/PyMemento https://github.com/galsondor/Timemap.py None are on pypi, but the first two look mature enough to be on pypi. TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T74895: generate_family_file.py doesnt add https to the class, despite informing the user the API url is https

2015-08-04 Thread gerritbot
gerritbot added a subscriber: gerritbot. gerritbot added a comment. Herald added a subscriber: Aklapper. Change 229115 had a related patch set uploaded (by VcamX): Detect protocol of site for family file https://gerrit.wikimedia.org/r/229115 TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T74895: generate_family_file.py doesnt add https to the class, despite informing the user the API url is https

2015-08-04 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T74895 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: gerritbot, Aklapper, jayvdb, pywikibot-bugs-list, Malyacko, P.Copp