jayvdb added a comment. This can be reproduced with the following
$ (while true; do rm -rf tests/apicache; python -m unittest -v tests.api_tests.TestParamInfo.test_attributes ; done) 2>&1 | egrep '^(OK|APIMWException)' (which effectively means that it can probably also be reproduced with a single wget) It can be roughly 1 in ~50 requests that fails, but sometimes it is 1 in ~20, and once I've seen it fail 2 times out of three requests. Load balancing at work no doubt. Anyway, it doesnt seem to matter which wiki is accessed; all failures are currently served by mw1144. TASK DETAIL https://phabricator.wikimedia.org/T109929 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Anomie, Krenair, Aklapper, pywikibot-bugs-list, jayvdb, Joe, jeremyb, Legoktm, greg, Malyacko _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
