[14:55] I have some Python code that I use to check if builds are published on Launchpad. Within the past two weeks or so, when ever I run the code, a tab opens up in Firefox to authorize the use of the computer. I have selected "Until I disable it", but it keeps asking. My machine is listed as authorized, but it still keeps asking. Any suggestions? === lukedashjr is now known as luke-jr [18:34] marutter: That's odd, I can't think why that would be the case. Can you share your code? [18:35] marutter: If you aren't doing anything exotic, it might be a local python-keyring issue somehow, if it's failing to save the authorization token or load it back from the keyring === Eickmeyer is now known as NotEickmeyer === Eickmeyer[l] is now known as Eickmeyer [23:30] cjwatson: Solved the issue by only using "Launchpad.login_anonymously", as I am only reading build information. Works fine now. I will look further into the python-keyring idea. Thank you. [23:52] marutter: Right, should be fine if you don't need anything private (you probably don't). [23:53] And is less hassle.