=== chihchun_afk is now known as chihchun === ara is now known as Guest14068 === oSoMoN_ is now known as oSoMoN === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk [18:54] wow this channel is very low traffic [18:56] dobey: yes it seems that way :0 [18:56] it has its cyclical activity levels :) [18:57] anyone around that knows anything about dbus-test-runner? [20:10] it's summertime for northern hemisphere :-) [20:11] evening balloons [20:11] evening. how was your Monday my friend? [20:11] you don't happen to know anything about the QA tracker xml-rpc? [20:11] ...or xml-rpc with php in general [20:12] the last time i hacked on this, i got no results, now i'm getting HTTP 500 [20:15] no? :P [20:36] hmm.. what are you trying to do> [20:36] nothing should have changed persay between now and last time.. depending on how long ago you tried of course [20:37] well i've progressed otherwise... [20:38] i'm basically trying to get any sensible reply from the server [20:38] doing "qatracker.get_access" works, and i get "admin" back, but apparently i don't know how to correctly post parameters for, say, "qatracker.products.get_list" [20:39] and thus, i'm getting HTTP 500 internal errors [20:39] knome, hmm.. there's probably a way to glean that info [20:42] knome, is your key correct? presumably yes [20:43] yes, i believe everything is correct, since i can use the "get_access" method and get a reply correctly [20:43] so maybe it's just me not knowing how to serve the parameters correctly [20:44] ok, so params can be lifted from the php source [20:44] i wonder if they've gotten out of sync. Best to look there first [20:44] let's se [20:45] i did that [20:45] and i've received the list successfully from the server too [20:45] the php source is: http://bazaar.launchpad.net/~ubuntu-qa-website-devel/ubuntu-qa-website/drupal7-rewrite/view/head:/modules/qatracker/qatracker.xmlrpc.php [20:45] # Export: qatracker_products_get_list(status) [20:45] # ACL: public [20:45] # Returns: list of products [20:45] array( [20:45] "qatracker.products.get_list", [20:45] I was just going to link you [20:45] "qatracker_xmlrpc_products_get_list", [20:45] array("array", "array"), [20:45] t("List all the products for a given list of status") [20:45] oh, oops. [20:46] but yeah, the first array means that the method will return an array [20:46] the second array should be a list of statuses (per the Export line) [20:47] I can't give you more than that I'm afraid. Regardless of whether or not you get it working, do you think you could post to the mailing list about your findings? [20:47] It would be useful to get some feedback and working examples for this [20:48] also, figuring out from http://bazaar.launchpad.net/~ubuntu-qa-website-devel/ubuntu-qa-website/python-qatracker/view/head:/qatracker.py, "Active" should be a valid product status [20:48] well, here's the thing: [20:49] the python example code is working [20:49] so i would guess it's only me who's struggling to send the right stuff to the server [20:49] lol, sure. But what are you using to try and interact?> [20:49] "anything" at this point [20:49] let me take a PM ;) [20:50] k