[Pywikipedia-bugs] [Maniphest] [Commented On] T137628: pyflakes-py3 and pyflakes-pypy commands fails

2016-06-20 Thread jayvdb
jayvdb added a comment. We just got lucky. https://bitbucket.org/hpk42/tox/commits/b609deef30f3 allows find to be a replacement for ffind. It isnt cross platform by default, but gnu find does exist for windows.TASK DETAILhttps://phabricator.wikimedia.org/T137628EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T138119: Use user-maintained bot run mode to gain stats and learn

2016-06-20 Thread DrTrigon
DrTrigon added a comment. Am 18. Juni 2016 05:31:48 MESZ, schrieb AbdealiJK : AbdealiJK added a comment. This is an interesting question, and the major issue I see here is that the user's computer will hang if we do use it. So, the best method may be to have

[Pywikipedia-bugs] [Maniphest] [Retitled] T138215: flow.topics doesn't support parameter sort_by='updated' with limit values set.

2016-06-20 Thread darthbhyrava
darthbhyrava changed the title from "flow.topics doesn't support parameter sort_by='updated'" to "flow.topics doesn't support parameter sort_by='updated' with limit values set.". TASK DETAILhttps://phabricator.wikimedia.org/T138215EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T135411: Implement pywikibot support for adding thanks to comments on flow boards

2016-06-20 Thread darthbhyrava
darthbhyrava added a comment. The requirement for reproducibility was to extract the most recently updated post, not the newest one. However, while adding the parameter sort_by='updated' for flow.topics, it is throwing up errors, hence for now, I have persisted with the default sort_by='newest'

[Pywikipedia-bugs] [Maniphest] [Created] T138215: flow.topics doesn't support parameter sort_by='updated'

2016-06-20 Thread darthbhyrava
darthbhyrava created this task.darthbhyrava added projects: Pywikibot-Flow, Pywikibot-core.Herald added subscribers: pywikibot-bugs-list, Zppix, Aklapper. TASK DESCRIPTIONRe: Flow topics_list = page.topics(limit=2, sort_by='newest') for topic in topics_list: print topic returns the

[Pywikipedia-bugs] [Maniphest] [Commented On] T137281: site_rc_listener does not have any events after some time

2016-06-20 Thread Xqt
Xqt added a comment. >> 14:10:03: Waiting for events...WARNING: rcstream thread restarted due to watch dog timeout. (u'RCS: self.client.connected is', True) RCS: Shut down event loop for No handlers could be found for logger "socketIO_client" Exception in thread Thread-3: Traceback

[Pywikipedia-bugs] [Maniphest] [Edited] T129611: [GSoC 2016 Proposal] Port catimages.py to pywikibot-core

2016-06-20 Thread DrTrigon
DrTrigon edited the task description. (Show Details) EDIT DETAILS...In Week 9, I’ll be implementing things based on the above analysis. And form a generic interface to use alternative algos or datasets in pypi-catimages. Measurable outcome: // ( propose list with new "experimental" technologies -

[Pywikipedia-bugs] [Maniphest] [Edited] T129611: [GSoC 2016 Proposal] Port catimages.py to pywikibot-core

2016-06-20 Thread DrTrigon
DrTrigon edited the task description. (Show Details) EDIT DETAILS...Measurable outcome: //The outcome here would be a Pull Request / Patch Set which adds functionality to interface with pywikibot to the pypi-catimages. [ok; I think we are quite close - did we miss or negelect something until

[Pywikipedia-bugs] [Maniphest] [Created] T138205: WantWriteError

2016-06-20 Thread Thibaut120094
Thibaut120094 created this task.Thibaut120094 added a project: Pywikibot-core.Herald added subscribers: pywikibot-bugs-list, Zppix, Aklapper. TASK DESCRIPTIONFor some reason, everytime I use pwb.py, sometimes it works, sometimes it stops and shows this message: ERROR: Traceback (most recent call

[Pywikipedia-bugs] [Maniphest] [Commented On] T136985: file-metadata testing log

2016-06-20 Thread DrTrigon
DrTrigon added a comment. From fresh/resetted machine, according to https://commons.wikimedia.org/wiki/User:AbdealiJK/file-metadata: osboxes@osboxes:~$ sudo apt-get install perl openjdk-7-jre python-dev pkg-config libfreetype6-dev libpng12-dev liblapack-dev libblas-dev gfortran cmake

[Pywikipedia-bugs] [Maniphest] [Edited] T136985: file-metadata testing log

2016-06-20 Thread DrTrigon
DrTrigon edited the task description. (Show Details) EDIT DETAILS...Setup a VirtualBox with osboxes.orgorg [[ http://sourceforge.net/projects/osboxes/files/vms/vbox/kubuntu/14.04/14.04.3/Kubuntu_14.04.3-64bit.7z/download | Kubuntu_14.04.3-64bit.7z (exported as 'Wikimedia GSoC Testing.ova')7z ]]

[Pywikipedia-bugs] [Maniphest] [Edited] T136985: file-metadata testing log

2016-06-20 Thread DrTrigon
DrTrigon edited the task description. (Show Details) EDIT DETAILS...Setup a VirtualBox with osboxes.org Kubuntu_14.04.3-64bit.7z (link?(exported as 'Wikimedia GSoC Testing.ova'), then boot the disk in VirtualBox (may be change of UUID needed), login and open 'Term'/Konsole:...TASK

[Pywikipedia-bugs] [Maniphest] [Triaged] T137281: site_rc_listener does not have any events after some time

2016-06-20 Thread Xqt
Xqt triaged this task as "High" priority. TASK DETAILhttps://phabricator.wikimedia.org/T137281EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: XqtCc: gerritbot, jayvdb, Aklapper, valhallasw, Zppix, Xqt, pywikibot-bugs-list, Lewizho99, Mdupont,

[Pywikipedia-bugs] [Maniphest] [Commented On] T137281: site_rc_listener does not have any events after some time

2016-06-20 Thread Xqt
Xqt added a comment. Patch works for me: Waiting for events.No handlers could be found for logger "socketIO_client" WARNING: rcstream thread restarted due to watchdog timeout. (u'RCS: self.client.connected is', True) RCS: Shut down event loop for Waiting for events..TASK