[07:27] wgrant: Sigh, self.findBranches()[:chunk_size] is bad -- https://bugs.launchpad.net/storm/+bug/820290 [07:27] <_mup_> Bug #820290: resultset.set ignores slice, modifying data it shouldn't < https://launchpad.net/bugs/820290 > [07:49] StevenK: Heh, I did mention that. [16:23] hey guys - [16:23] I'm getting an ssl handshake error when trying to connect to launchpad api [16:23] httplib2.SSLHandshakeError: [Errno 1] _ssl.c:499: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed [16:40] I can login to staging, just not LPNET_SERVICE_ROOT [16:47] httplib2.SSLHandshakeError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed [16:47] gha [16:58] mtaylor: looking [17:06] elmo: thanks! [17:07] elmo: fwiw, I get this on natty, oneiric and precise, and I hit it on both login_with() and login_anonymously() [17:08] easy reproducable from a local laptop ... import launchpadlib ; launchpadlib.launchpad.Launchpad.login_anonymously('testing', launchpadlib.uris.LPNET_SERVICE_ROOT) [18:35] mtaylor: sorry, got distracted by sabdfl, but someone else fixed it while I was talking [18:35] mtaylor: is it working for you now? [18:44] elmo: it seems to be fixed, thanks!