=== JanC_ is now known as JanC === chihchun_afk is now known as chihchun === maclin1 is now known as maclin === maclin1 is now known as maclin [14:31] cjwatson: thanks for looking into it. i did end up deleting the initial account and creating a new one with the same primary address. however, i _think_ that oops i mentioned was from signing in with the original account. in that case, i don't know why the email address would be associated with some other account. either way, i'll send an email to feedback@launchpad.net [14:34] dbn2: actually no need now, in the process of getting it fixed once sysadmins finish dealing with an outage [14:34] dbn2: the problem was because the email address in question had already had a pseudo-account associated with it in Launchpad due to being mentioned in a comment we imported from a bugzilla somewhere [15:28] cjwatson: oh, thanks, that makes sense [15:33] dbn2: Should be fixed now - sorry for the delay [15:34] possibly? I only got one of the two accounts you created merged ... [15:34] dbn2: if you could test and tell me what happens that would be good === chihchun is now known as chihchun_afk [16:47] cjwatson: OOPS-19b2f458eb6b675da01d1580f1259201. the 2 accounts i created were danbnicholson and dbnicholson [16:47] https://oops.canonical.com/?oopsid=OOPS-19b2f458eb6b675da01d1580f1259201 [16:50] right, so your attempt to work around it made it worse :) [16:50] I'll need to go back to sysadmins [16:54] cjwatson: bummer. thank you for helping [17:13] dbn2: Try now? [17:30] cjwatson: success! thanks for your help. now back to filing my bug... [17:31] \o/ [19:02] cjwatson: hrm, i'm trying to specify the reviewers for a MP, but when I try to use a person directly (e.g., mp.nominateReviewer(lp.people['racb']) I get the following backtrace: http://paste.ubuntu.com/25062963/ [19:02] cjwatson: doing the same for a team seems to work ok (or maybe it's a matter of which i do first, not sure) [19:02] you must use named parameters. try mp.nominateReviewer(reviewer=lp.people['racb']) [19:02] cjwatson: err, yes, i am [19:03] cjwatson: sorry about that in the above, didn't type my actual code :) [19:03] oh, that seems to be in processing the response, anyway [19:03] cjwatson: yeah [19:04] try launchpadlib 1.10.5 before investigating further [19:04] cjwatson: is there an easy way to get that on artful? [19:04] actually that's lazr.restfulclient isn't it [19:04] probably not [19:06] it might be lp:lazr.restfulclient r140 and possibly a couple of revs after it [19:06] I reeeeeeeeeeeealy need to sort out a release of that [19:12] cjwatson: if i'm reading it right, artful's version has those changes already [19:12] cjwatson: unless you mean those are what broke it? :) === grumble is now known as gurmble [22:29] cjwatson: hrm, so i did some debugging locally and something is returning from (I think) nominateReviewer down to Resource::lp_refresh an empty byte-string for representation at http://bazaar.launchpad.net/~lazr-developers/lazr.restfulclient/trunk/view/head:/src/lazr/restfulclient/resource.py#L336 [22:30] the request is (apparently) succeeding, although I'm not 100% sure it does every time yet