[00:41:31] <|L> How can I get the CatId of a category with the API? [02:31:19] |L, I don't think you can... why do you need it? [06:48:17] !admin hola alvaro molina hola alvaro molin hola alvaro molina hola alvaro molin hola alvaro molina hola alvaro molina [06:48:35] I LOVE ALEXZ [06:49:52] I LOVE MATTHEW_ [06:50:48] I LOVE PLATONIDES [07:43:26] kid needs a hobby [20:18:35] while using "wget -c" command (which sends HTTP Range header to the server) for thumbnail download I get in most cases: [20:18:38] HTTP/1.1 416 Requested Range Not Satisfiable [20:18:43] which is OK [20:18:51] but sometimes: [20:19:04] HTTP/1.1 501 Not Implemented [20:19:14] Any thing in common? [20:19:19] Type of file/thumbnail? [20:19:21] is it intentional difference? [20:19:21] do you have an example to reproduce this issue? [20:19:22] Sizes? [20:19:35] https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/M._Arcta_s%C5%82ownik_ilustrowany_j%C4%99zyka_polskiego_-_Tom_3.djvu/page${a}-1024px-M._Arcta_s%C5%82ownik_ilustrowany_j%C4%99zyka_polskiego_-_Tom_3.djvu.jpg [20:20:09] this is in both cases retry after succesfull download [20:20:17] 404 [20:20:25] just checking whether it is successfull [20:20:26] ${a} ? [20:20:34] OOOPS [20:20:39] a=14 [20:21:11] Well I get "416 Requested Range Not Satisfiable" from this one [20:21:14] you get 501? [20:21:23] sometimes [20:21:34] you run the same request and sometimes get different results?? [20:21:34] HTTP/1.1 501 Not Implemented [20:21:34] Date: Sun, 02 Oct 2016 20:05:34 GMT [20:21:34] Content-Type: text/html; charset=UTF-8 [20:21:34] Content-Length: 235 [20:21:34] Connection: keep-alive [20:21:37] X-Trans-Id: txc38a80588b3446ca98a93-0057f1688d [20:21:39] Vary: Accept-Encoding [20:21:46] Krenair: exactly [20:21:57] Look at the headers, and tell us what server your hitting hwen you get a 501? [20:22:01] same request, different results [20:22:29] Krenair: which header? [20:22:45] X-Varnish: 60305981, 37258028, 842968565 [20:22:45] Via: 1.1 varnish-v4, 1.1 varnish-v4, 1.1 varnish-v4 [20:22:45] Age: 0 [20:22:45] X-Cache: cp1071 pass, cp3039 pass, cp3035 pass [20:22:45] X-Cache-Status: pass [20:22:45] X-Cache? [20:22:48] Strict-Transport-Security: max-age=31536000; includeSubDomains; preload [20:22:55] ^^^^^^^^^^^ [20:27:20] ipv6 connection if relevant [20:28:40] aha [20:29:48] I just got it using `wget -S --no-check-certificate -c --header "Host: upload.wikimedia.org" "https://cp1071.eqiad.wmnet/wikipedia/commons/thumb/a/a0/M._Arcta_s%C5%82ownik_ilustrowany_j%C4%99zyka_polskiego_-_Tom_3.djvu/page14-1024px-M._Arcta_s%C5%82ownik_ilustrowany_j%C4%99zyka_polskiego_-_Tom_3.djvu.jpg" 1>wget.txt` [20:30:03] it doesn't always appear [20:34:02] just when there's all caches pass and the request gets all the way to Swift? [20:34:33] s/there's // [21:00:20] Krenair: some statistics: for 86 cases with 3x pass, I got 10 x 416 & 76 x 501 [21:01:28] do all requests get 3x passes? or is this actually 87 cases with all caches passing? [21:01:56] 86* [21:02:10] yes 87 of 512 were 3x pass [21:03:01] 76 of those 87 -> 501, but 10 of them -> 416 [21:05:19] looks like 1:7 ratio [21:07:00] ankry, I just saw this filed: https://phabricator.wikimedia.org/T147162 [21:07:01] brion, ^ [21:12:40] Krenair: thx for pointing that