[05:10:24] https://query.wikidata.org/ <-- this service is down [05:10:34] every query returns triggers a timeout [06:20:16] https://query.wikidata.org/ <-- "java.lang.OutOfMemoryError: unable to create new native thread" [06:21:36] PROBLEM - SSH on wdqs1003 is CRITICAL [06:21:48] edward: works for me [06:22:00] using one of the example queries [06:24:14] oh, that's odd [06:25:02] not working for me yet [06:25:55] * edward tested with this query: SELECT ?work WHERE { ?work wdt:P840 wd:Q62 } [06:29:27] Maybe there are multiple wikidata query services, and I just happen to have gotten the non-broken one [06:30:04] https://query.wikidata.org/#SELECT%20%3Fwork%20WHERE%20%7B%20%3Fwork%20wdt%3AP840%20wd%3AQ62%20%7D works for me as well [06:30:28] Well looks like hoo is looking into it now [06:31:11] bawolff: Yeah… I guess the host froze [06:32:24] is there a parameter I can pass to query.wikidata.org to select which host my query is sent to? [06:32:59] Sadly not, no :/ [06:33:16] well, usually that would be a good thing [06:33:22] but here I can see it's annoying [07:37:22] Hello. I have a query regarding Wikimedia backlinks-api. I hope this is the right place Are the backlinks provided live ? Or does it return data from an archived database? I had this question because I was going through the back-links of page [Mascara](https://en.wikipedia.org/wiki/Mascara) and I see 'Led Zeppelin' in the list. But there is no link to Mascara on [Led_Zeppelin](https://en.wikipedia.org/wiki/Led_Zeppelin) [07:44:56] pathfinder_: What's the precise query you're running? [07:51:00] https://en.wikipedia.org/w/api.php?action=query&list=backlinks&bltitle=Mascara&bllimit=500&blfilterredir=nonredirects [07:53:01] Here's the result response. [07:53:03] https://imgur.com/a/Q7tsl [09:48:20] I noticed that the Android Wikipedia app seems to struggle with tags. The images are shown overlapping. It'd be better to so them as a grid of thumbnails. [09:48:46] I think this is the right place to discuss such issues. [09:49:50] As an example, look at the page for the Zambezi River. [09:50:21] if you talk about some app: #wikimedia-mobile probably [09:52:00] I just asked there too. [09:52:55] it's not a topic for here, this is about the wikis themselves :) [14:29:26] Technical Advice IRC meeting starting in 30 minutes in channel #wikimedia-tech, hosts: @addshore & @Christoph_Jauera_(WMDE) - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [14:55:41] Technical Advice IRC meeting starting now in channel #wikimedia-tech, hosts: @addshore & @Christoph_Jauera_(WMDE) - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [14:58:29] o/ [14:59:20] \o/ [15:00:45] Hey hey everybody! Welcome to our weekly Technical Advice IRC meeting hour! [15:02:01] There's nothing "official" on our agenda so feel free to ask questions! [15:07:49] o/ [15:09:03] * andre__ waves [15:11:01] Looks like it could be a quiet hour! [15:14:45] Yeah, looks like it :-). [15:15:09] More workpower for the Technical Wishes! [15:28:48] * G_SabinoMullane lurks even harder [15:29:38] feel like 1 in every 3 or 4 of these is just super quiet! [15:31:25] Maybe the good weather? [15:31:35] its freeeezing here, and rather wet [15:32:34] In Berlin it's sunny ;-) [15:50:29] 10 mins left! [15:58:01] Hi [15:58:12] Hi Aguyintobooks [15:58:28] I have started an RfC to get the Timeless skin enabled on en-wikipedia [15:59:16] This skin: https://www.mediawiki.org/wiki/Skin:Timeless [16:01:30] Aguyintobooks: woo! [16:01:47] As for the Technical Advice IRC meeting, I think our time is up! [16:01:54] cool [16:02:03] I will be back in a few hours [16:02:26] Yeah, till nix week! :-) [18:24:04] Hi! I've noticed a problem on svwiktionary, svwp and enwiktionary (but not enwp). The editing textarea (#wpTextbox1) seems to have several listeners on keydown/keypress/keyup, that sometimes seems to slow down typing. Is this a known problem? [18:32:24] Skalman_: it's probably not known. the easiest way to find out is to file a bug and see if anyone closes it as duplicate ;) [18:34:18] MatmaRex: Will do. I was just thinking that this is perhaps a current deployment, since it hasn't shown up on enwp. Thanks [18:34:55] Skalman_: sv.wp and en.wp would have new changes deployed at the same time [18:35:34] Skalman_: it might be something you enabled/disabled in preferences. off the top of my head, perhaps syntax highlighting or ULS could be the source. or some gadget. [18:38:15] MatmaRex: Okay. I see this also when not logged in, so it would have to be some site setting [18:40:47] Skalman_: i actually see a bunch of event listeners on #wpTextbox1 on sv.wp that are not present on en.wp. they all seem to come from ULS (which i probably disabled on en.wp but not on sv.wp). but at a glance they don't seem to do anything slow. [18:42:49] MatmaRex: I only notice it sometimes - so it's probably most noticeable on slow computers/when the computer is doing lots of other stuff [18:57:48] Syntax highlighting does do some event listening there. [18:59:15] Niharika: Syntax highlighting? The source editing box doesn't have any highlighting... [18:59:32] Skalman_: Ah, it's a beta feature. [18:59:43] If you don't have it enabled, it should be fine. [18:59:47] But do try it! [19:43:38] is there some reason commons should be sending me 500 on me trying to get the files from a category in a loop through pywikibot? [20:08:33] chicocvenancio: that shouldn't happen, perhaps you discovered a bug. it would help if you could share the exact requests you're making [20:08:37] or the code, i guess [20:10:34] sure https://paws-public.wmflabs.org/paws/user/chicocvenancio/notebooks/Category%20to%20pdf.ipynb [20:15:08] it is weird that it fails randomly with some files, but retrying does not solve it [20:46:15] is limit=max supported for all API querys with limits? [20:46:24] or do some still only support specified numbers? [20:59:39] RFC meeting starting now in #wikimedia-office: Bump PHP requirement to 7.0 in 1.31 [21:18:27] MatmaRex, I pushed up the retries (a lot, there is a recursive function to retry the errors now) it makes it work. But I find this to be a weird behavior from commons/paws [21:50:21] Sagan: everything should support limit=max, if not it's probably a bug [21:51:10] legoktm: ok, thank you :)