File size: 1,546 Bytes
4aa5fce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[13:05] <RikMills> some ssl issue with launchpad? [13:06] <RikMills> getting this error: https://paste.ubuntu.com/p/kC3hKJx3Hy/ [13:07] <RikMills> was working fine a short while ago [13:07] <cjwatson> RikMills: Yep, we just cut over to new frontends and one of them has a slight IPv6 config error. It's being worked on [13:07] <RikMills> cjwatson: ok, no problem then. thanks [13:07] <cjwatson> RikMills: Try now? [13:07] <RikMills> error still [13:08] <cjwatson> RikMills: Hm, paste? [13:08] <RikMills> cjwatson: https://paste.ubuntu.com/p/Qkkny3JHfG/ [13:13] <cjwatson> RikMills: and again? [13:14] <RikMills> still the same [13:17] <cjwatson> RikMills: what sort of network environment is this running in? [13:19] <RikMills> cjwatson: desktop home connection [13:19] <cjwatson> RikMills: and what Ubuntu release? [13:20] <RikMills> bionic [13:20] <RikMills> maybe too old? [13:21] <cjwatson> Just gathering data at the moment. We certainly didn't intend to desupport connections from bionic! [13:24] <cjwatson> `from launchpadlib.launchpad import Launchpad; Launchpad.login_anonymously("test", "production", version="devel")` works for me on bionic [13:25] <cjwatson> Oh, but not from Python 3 [13:36] <cjwatson> RikMills: May be fixed now, tweaked TLS config [13:39] <RikMills> trying [13:40] <RikMills> cjwatson: working now. thanks very much! :D [13:43] <cjwatson> Sorry, took a little while to narrow that down enough to find the problem [13:45] <RikMills> np. that script is ancient now, so it is even a minor miracle it still works ;) |