[17:13:52] Can anyone advise on an acceptable approach to mirror images from wikimedia? The image dumps @ http://dumps.wikimedia.org/backup-index.html are not available and there don't seem to be any alternatives [17:15:17] I have checked out the Xowa project @ sourceforge and have been able to obtain images that way, but I would like to go to the primary source, especially wrt updates [18:06:00] hello [18:06:53] has there been a change in the API recently? My API calls return null responses [18:08:01] anyone there? [18:12:04] hey [18:12:50] Superyetkin: how recently? wikis are being switched to HTTPS only (started ~1 week ago on selected wikis) [18:13:23] my bot (YBot) has not been functioning for 3 days [18:13:49] I am using the Wikibot wrapper [18:14:13] it is using the following code block for cURL [18:14:15] curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_USERAGENT, 'YBot/0.1'); curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookie.txt'); curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookie.txt'); curl_setopt($ch, CURLOPT_URL, ($wiki . $url . "&maxlag=" . $this->max_lag . "&format=$format")); $response = curl_exec($ch); [18:14:36] this worked fine for years and broke up suddenly [18:16:07] Superyetkin: see https://meta.wikimedia.org/wiki/Talk:HTTPS#Bots and also the section below. Your script has to speek and use HTTPS now [18:21:56] sitic: thanks man [18:22:08] switching to HTTPS should work [20:43:01] csteipp: is there anything more to review for the v1 branches of wikibasequality and wikibasequality-constraints? [21:05:44] rhydon: I want to verify the fixes, I'll close the reviews when I'm done [21:08:06] alrighty, just wanted to check if there is actually something in work or everyone was thinking there was. no rush, take the time it needs so we can be sure everything is okay. :) [21:15:36] Random question, anyone know how I can check the error logs for the PDF generator? [21:18:26] Did you sign the volunteer NDA? [21:18:46] If so, go to https://logstash.wikimedia.org and log in with your wikitech credentials [21:25:12] Cookies52, I think you submitted it too soon :) [21:29:54] Krenair, I can't get into the NDA until I submit the request... :P [21:30:20] no, I mean that your message cut off half way through [21:31:13] Krenair, yeah, I've finished it off now [21:31:26] I hit control-enter, which aparently submitted it... [21:34:02] As for the local install request, Krenair, I'm guessing I'll have to do a full mediawiki install on my machine then install the extention? [21:34:31] I don't think it requires a MediaWiki install, you should be able to point it at production? [21:35:03] hmmm, I'll have a play, but with my setup, access to the actual logs is likely quicker and easier I guess... [21:35:50] How would log access allow you to fix the issue for users? [21:36:04] Are you going to actually upload patches for the issues you discover in the code? [21:37:38] Krenair, I would at least put it on phab, can't say for sure if I trust myself enough to submit them myself.... and if I know the section causing it, I can at least modify it or remove the section in a copy to make it render sucsessfully [21:38:46] In any case, https://wikitech.wikimedia.org/wiki/OCG is unclear how to install it and point it at Wikipedia.... [21:38:56] Yeah, the docs need improving. [21:40:58] Yeah, any ideas what I should do then? Aparently, it seems I need a full MW install facing the internet to run it... [21:44:51] I would talk to cscott about it, you'll find him in #mediawiki-parsoid [21:45:37] ok, will do!