=== frankban|afk is now known as frankban [10:58] I'm using launchpad lib. [10:59] I'm trying to associate teams subscribed to packages. [10:59] So, for example, fb=launchpad.people["foundations-bugs"] [10:59] I try ps=fb.getBugSubscriberPackages() [10:59] len(ps) is 1441, but list(ps) is empty and ps[0] fails with IndexError [11:00] Or given, a source package, like apt, I do apt.getSubscriptions() [11:00] it's len is 11, but indexing at 0 produces an IndexError as well [11:03] juliank: There is an odd bug where for some collections you need to be authenticated to view their contents [11:03] Authenticated as anyone, but authenticated. [11:03] So login_anonymously won't let you see them. [11:03] wgrant: Hmm, that's bad. [11:05] wgrant: But yes, that's it [11:07] juliank: It is a trivial fix, if it is actually inconvenient for you. [11:07] grep for AnonymousAuthorization [11:07] wgrant: I'm trying to make that ftbfs page I asked for in #ubuntuwire report by team. [11:17] Oh, I'll just use http://people.canonical.com/~ubuntu-archive/package-team-mapping.json like MoM does, that's much faster. [11:19] https://code.launchpad.net/~wgrant/launchpad/anon-dsp will fix the API [11:25] wgrant: Is that ubuntuwire thing still running on precise? [11:26] because, um, it uses the old python-apt API that's not in trusty anymore [11:26] juliank: No, the local diff is purely that port. [11:26] I hoped nobody would notice, but I didn't expect we'd hire you :) [11:29] juliank: Pushed. [11:48] wgrant: Sent you a merge request to add per-team lists. [11:48] * proposal [12:15] juliank: Thanks, will look tomorrow! === frankban is now known as frankban|afk