jayvdb changed the title from "Accuracy review" to "Wikipedia facts analysis with stale data detection".
TASK DETAIL
https://phabricator.wikimedia.org/T89416
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb
Cc: Evanontario, jayvdb, Qgil, Bawolff, Aklapper, Jsalsman, Svick, jeremyb, pywikipedia-bugs
jayvdb created this task.
jayvdb added a subscriber: jayvdb.
jayvdb added a project: Pywikibot-tests.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
Maybe we should catch timeouts on wqd and not report an them as an error? That **might** hide real problems...?
https://travis-ci.org/wikimedia/pywikibot-core/jobs/51129125
```
======================================================================
ERROR: testQueryApiGetter (tests.wikidataquery_tests.TestApiSlowFunctions)
Test that we can actually retreive data and that caching works.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/wikimedia/pywikibot-core/tests/wikidataquery_tests.py", line 251, in testQueryApiGetter
data = w.query(q)
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/data/wikidataquery.py", line 590, in query
data = self.getDataFromHost(fullQueryString)
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/data/wikidataquery.py", line 561, in getDataFromHost
resp = http.request(None, url)
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/tools.py", line 869, in wrapper
return obj(*__args, **__kw)
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/comms/http.py", line 249, in request
r = fetch(uri, *args, **kwargs)
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/comms/http.py", line 362, in fetch
error_handling_callback(request)
File "/home/travis/build/wikimedia/pywikibot-core/pywikibot/comms/http.py", line 282, in error_handling_callback
raise Server504Error("Server %s timed out" % request.hostname)
Server504Error: Server wdq.wmflabs.org timed out
```
TASK DETAIL
https://phabricator.wikimedia.org/T89769
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb
Cc: pywikipedia-bugs, jayvdb, Aklapper
Jsalsman added a comment.
John, Moodle reads and writes GIFT, converting it to and from other formats. The canonical reference should be https://docs.moodle.org/28/en/GIFT_format
I will update that and put a link to the GIFT parser at https://github.com/moodle/moodle/tree/master/question/format/gift
in the proposal.
I checked out the Indonesian morphology, and there is nothing which would preclude a simple array of regular expressions along a list of case-independent keywords and info box fields. I still want to take a closer look at punctuation and morphology, but by concerns are allayed.
TASK DETAIL
https://phabricator.wikimedia.org/T89416
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Jsalsman
Cc: Evanontario, jayvdb, Qgil, Bawolff, Aklapper, Jsalsman, Svick, jeremyb, pywikipedia-bugs
Xqt created this task.
Xqt claimed this task.
Xqt added a subscriber: Xqt.
Xqt added a project: pywikibot-compat.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
Processing a File: page which doesn't have an image content leads to an KeyError:
```
+ {{Dateiüberprüfung}}
Bot: Markiere mit {{[[Wikipedia:Dateiüberprüfung/Anleitung|DÜP]]}}, da keine Lizenzvorlage gefunden - bitte nicht entfernen, Informationen bald auf der Benutzerdiskussion des Uploaders.
Updating page [[Datei:HeaderMR.png]] via API
No image in imagepage
Execution time: 32140 seconds
Traceback (most recent call last):
File "C:\pwb\compat\checkimages.py", line 1993, in <module>
main()
File "C:\pwb\compat\checkimages.py", line 1979, in main
if Bot.checkStep():
File "C:\pwb\compat\checkimages.py", line 1787, in checkStep
smwl)
File "C:\pwb\compat\checkimages.py", line 669, in report
resPutMex = self.tag_image(unver)
File "C:\pwb\compat\checkimages.py", line 737, in tag_image
nick = reportPageObject.getLatestUploader()[0]
File "C:\pwb\compat\wikipedia.py", line 5426, in getLatestUploader
return [self._latestInfo['user'], self._latestInfo['timestamp']]
KeyError: 'user'
```
TASK DETAIL
https://phabricator.wikimedia.org/T87172
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Xqt
Cc: pywikipedia-bugs, Xqt, Aklapper, Anshoe