[01:11] anyone know if these GET methods work? https://api.launchpad.net/1.0.html#countries [01:11] i get 404 errors when attempting to access it [04:01] stokachu: The URLs on that page are often inaccurate. In this case it's '+countries', not just 'countries'. What are you using it for? [04:02] wgrant: just writing some api bindings and was testing out the countries api [04:02] nothing major [04:03] Ah :) [04:03] You're not using the WADL? [04:04] wgrant: nah this is in perl [04:04] Oh [04:04] Oh dear :) [04:04] lol yea so i didn't want to draw to much attention [04:06] wgrant: cool that was it, tests work now thx [04:06] Great. [04:07] The correct URL is in the top-level collection definitions in the WADL. I'm not sure wy the docs are wrong, but the URLs for most objects are complicated and so slightly wrong in the docs anyway. [04:07] wgrant: where can i find those wadl information? [04:10] wgrant: https://metacpan.org/release/ADAMJS/Net-Launchpad-Client-1.2.1 if you're ever curious [04:11] it shouldnt make your eyes bleed too bad [04:11] stokachu: A GET to the API root with an Accept header of "application/vd.sun.wadl+xml". This is documented on https://help.launchpad.net/API/Hacking, fwiw. [04:12] Also, a GET to the application root itself will give you the root collects as JSON. [04:12] eg. https://api.launchpad.net/1.0//?ws.accept=application/json [04:12] ah ok nice [04:12] (ws.accept overrides the Accepts header, for easy poking in a browser) [04:14] The HTML docs are generated from the machine-readable WADL. You don't need to parse the WADL unless you want something like launchpadlib, where objects know about their methods, and check arguments automatically, etc. [04:14] ok cool thanks man [04:17] ah nice this root collections will help [04:18] dont have to worry about hardcoding those toplevel urls [04:18] Yep [04:19] There's no way to discover the methods or their parameters from the JSON, but if you know what you want then that's fine. [04:20] yea i think with this, the existing documentation, and just inspecting the return content should be good enough [12:44] is the process to request arm builds on a PPA documented anywhere [12:45] https://dev.launchpad.net/CommunityARMBuilds [12:45] wgrant: thanks [12:49] hi, is there something wrong with the ppa-builders, they are all in "Cleaning" mode but one, it seems some of those are doing that for quite some time, is this intended in this amount, thanks [12:59] wgrant: who do i poke if it looks like the ppa builders are all broken or stuck on something? [13:01] teward: Me. And indeed, something is up, let me see. [13:01] We're all in the US atm, so just waking up. [13:02] wgrant: i hear ya, I"m eastern US too... [13:02] the girlfriend kicking me in her sleep woke me up though :P [13:02] that's the unexpected-shock way of waking up xD [13:08] teward: It's coming back now. [13:08] Thanks for letting us know. [13:08] wgrant: you're welcome, actually, give ricotz the credit :) [13:08] i just did a targeted ping :) [13:10] wgrant, thanks! [13:10] ricotz: Thank you. [13:11] There was a glitch a couple of hours ago which knocked most of them out. [13:11] wgrant, i see, although looking at https://launchpad.net/builders/lcy01-01/+history indicates a long lasting problem [13:12] ricotz: lcy01 is extra special. [13:12] And sorta broken atm. [13:12] since it claims it handled the last build nearly a month ago [13:12] lgw01 is one datacentre, lcy01 is the other. [13:12] lcy01's cloud isn't quite stable yet. [13:12] ah alright [13:13] lgw01 provides more than enough capacity, fortunately. [13:13] When it's not all confused like it was just now. [13:15] i see, looking good now [13:16] wgrant: thanks for poking it :) [13:40] wgrant: What did you do to fix up lgw01 (for my information)? [13:41] cjwatson: one of them was still alive, so I just manage-builders --virtual --disable, manage-builders --virtual --enable [13:41] I really need to add options to filter by status and VM host. [13:42] And perhaps to dirty in one hit. === mhagedorn is now known as mwhagedorn [15:34] wgrant, are there still issues with e.g. publishing ppa-packages? [15:35] finished 53mins ago -- https://launchpad.net/~ricotz/+archive/ubuntu/testing/+sourcepub/4489809/+listing-archive-extra [15:40] ricotz: yes, I'm tracking that down [15:40] Hm [15:40] cron.ppa must be hung. [15:40] wgrant: (#webops) [15:40] cjwatson, thanks [15:40] Ah yeah [15:40] Stil cathing up; only just got back to IRC. [15:40] Thanks. [16:49] wgrant, all idle builders are "Cleaning" again ;) [17:03] wgrant: ppa builders all at 'cleaning' again, is something major going on? [17:10] teward, ricotz: yes, we're still working on the issue. [17:11] wgrant: ack. === JanC is now known as Guest53977 === JanC_ is now known as JanC [21:34] hi