Source: ubuntu-dev-tools
Version: 0.190
tags: patch
severity: important


As said on irc:


some changes you did on ubuntu-dev-tools broke launchpad login
http://launchpadlibrarian.net/520965621/ubuntu-dev-tools_0.178_0.178ubuntu1.diff.gz
in specific, reverting this change in jammy
-            self.login()
+            self.login_anonymously()
works as expected and my ubuntu-build is back
otherwise...
ubuntu-build --batch --retry openimageio
Traceback (most recent call last):
   File "/usr/bin/ubuntu-build", line 282, in <module>
     main()
   File "/usr/bin/ubuntu-build", line 260, in main
    can_retry = options.retry and me.canUploadPackage(ubuntu_archive,
AttributeError: 'NoneType' object has no attribute 'canUploadPackage'
can you please have a look?
I fixed by changing that line login_anonymously into login
/usr/lib/python3/dist-packages/ubuntutools/lp/lpapicache.py line 108


G.

Reply via email to