AttributeError: 'NoneType' object has no attribute 'self_link' while Getting Launchpad credentials
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ground Control |
Fix Released
|
High
|
Martin Owens |
Bug Description
During the "Getting Launchpad credentials" step in initial configuration, with lp-groundcontrol started from the command-line, the application crashes with the following traceback:
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
ret = getattr(self, name)(*args, **kwargs)
File "/usr/lib/
mugshot_file = self.launchpad.
File "/usr/lib/
self._me = LaunchpadPerson
File "/usr/lib/
if obj == None:
File "/usr/lib/
self.self_link == other.self_link and
AttributeError: 'NoneType' object has no attribute 'self_link'
Changed in groundcontrol: | |
status: | Fix Committed → Fix Released |
This also affects me, I have attached my log and I am running ubuntu 10.04 (Lucid) .