[07:39:53] http://blog.wikimedia.de/2016/01/02/teaching-machines-to-make-your-life-easier-quality-work-on-wikidata/ [07:40:01] https://blog.wikimedia.org/2015/11/30/artificial-intelligence-x-ray-specs/ [09:57:10] hi ... how often is test.wikidata.org refreshed??? [10:20:14] edoderoo: refreshed how? [10:20:49] I image that every now and then all test data will be overwritten with the actual WikiData data [10:21:02] no, we don't do that [10:21:16] so new items are available in test, and old test results get kicked out... [10:21:31] might be nice to have a set of items from wikidata there [10:21:54] many scripts depend on existing data ... without that data it's pretty hard testing... [10:22:40] it's like test.wikipedia.org [10:23:15] if you change the tests, then you can have regressions without noticing [10:24:09] ah but it's not a test set [11:37:28] Amir1: frimelle http://www.green-salad.de/ [17:06:38] * aude waves [17:43:23] * edoderoo zwaait [18:10:41] * aude has fix for the property suggester [19:16:19] aude: that is graet... for me it was a real pain ... and for others probably even more [19:23:30] hmm... when I try to get CSRF token from wikidata: https://www.wikidata.org/w/api.php?action=query&meta=tokens&format=json I get this as a token: "+\\". Is this really a good token? [19:25:28] Lydia_WMDE: [19:25:31] Lydia_WMDE: Hi [19:28:53] SMalyshev: if you are logged out [19:29:59] aude: but it still works as token, right? [19:30:24] think so [19:31:37] ok then [19:41:35] 1> Request from 76.220.46.95 via cp2013 frontend, Varnish XID 858134422
Error: 403, Insecure Request Forbidden - use HTTPS at Fri, 17 Jun 2016 19:39:27 GMT

[19:41:50] hmm... looks like test.wikidata.org does not support HTTP anymore. [19:42:12] think nothing does [19:42:27] it's a wikimedia-wide change that is happening [19:43:12] https://lists.wikimedia.org/pipermail/wikitech-l/2016-May/085618.html [19:43:49] yeah it talked about prosuction but test.wikidata is not exactly production... [19:44:25] it is [19:44:43] even worse it returns 200 page with error message tucked at the end of the page as it seems [19:44:48] beta is not (that's labs) [19:44:56] :/ [19:45:34] so instead of telling me "http request failed, here's the reason" the tool tells me "invalid JSON" and I'm spending an hour trying to figure out why my code forgot how to parse JSON :( [19:45:45] :( [19:46:02] maybe can create a phabricator task, if this can be improved [19:46:28] yeah I will. Not sure who to assign it though. [19:46:45] idk if it's specific to wikibase (probably not, though not sure) [19:47:31] or mediawiki api generally [19:48:16] no, it's probably for every server [19:48:31] it looks like it's something that happens in Varnish or other caching layer [19:48:45] oh [19:48:50] then ops [19:48:59] also, *some* http requests do work [19:49:12] o_O [19:50:47] you can see here: https://phabricator.wikimedia.org/P3268 it succeeded fetching a token via http but then posting by http failed and displayed HTML page instead of JSON response [19:52:15] probably a temporary problem.... :/ [19:52:21] not exactly helpful [19:52:25] well according to that email only 10% of requests are being broken right now [19:53:05] that does wonders to testing... when 10% of tests fail randomly :) [19:59:54] oh great now that I want to write a bug report about it it doesn't reproduce for me anymore so I can't see the exact return...