UbuntuIRC / 2016 /09 /21 /#launchpad-dev.txt
niansa
Initial commit
4aa5fce
Raw
History Blame Contribute Delete
1.47 kB
=== frankban|afk is now known as frankban
[10:45] <xnox> is it normal that https://launchpad.net/api/1.0/mvo/+archive/ppa returns
[10:45] <xnox> Object: <lp.systemhomes.WebServiceApplication object at 0x8f96310>, name: u'mvo'
[10:45] <xnox> instead of json?
[10:45] <wgrant> xnox: Yes
[10:45] <wgrant> xnox: You're missing a ~
[10:45] <wgrant> mvo is many things, but a project is not one of them.
[10:45] <xnox> yes!
[10:45] <xnox> thank you.
[10:46] <wgrant> xnox: software-properties-common, or something else?
[10:46] <xnox> aha
[10:46] <xnox> fixing a bunch of stuff
[10:46] <xnox> like you know, actually showing the keys from /etc/apt/trusted.gpg.d instead of pretending "you only use google chrome key and nothing else"
[10:47] <wgrant> I'
[10:47] <wgrant> m sure gpg2 will break that somehow spectacularly.
[10:47] <xnox> =)
[10:53] <xnox> wgrant, ah, things did change. previously that broken url would fail to return anything and/or return http error code and/or set an exception and now it returns the Object thing.
[10:54] <xnox> anyway, i'll catch the json exception and return PPAException as the code expects. sorted.
[10:54] <wgrant> xnox: That's an HTTP 404, and has been for about 9 years :)
[10:54] <wgrant> That's the normal text of an API 404
[10:54] * xnox ponders do i really want to debug pycurl, or should i just kill the python2 codepath
[10:54] <wgrant> Poor Python 2 :(
[10:54] <xnox> yeah, 404.
=== frankban is now known as frankban|afk