Ticket #3533 (closed defect: fixed)
Gajim crash at startup on Ubuntu
| Reported by: | nospam@… | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.3 |
| Component: | None | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | OS: | All |
Description (last modified by asterix) (diff)
Hi, suddently gajim would'nt start, it crashs on start-up. I backup and delete the ~/.gajim/config file in order to create a new profile, Gajim starts perfectly. But after closing and starting it : it crashs again.
I suspect a "password" or gnome key manager" problem (see the traceback).
Thanks
Olivier
Config : ubuntu gutsy gibbon, gajim 0.11.2
Traceback :
Traceback (most recent call last):
File "gajim.py", line 2247, in <module>
Interface()
File "gajim.py", line 2106, in __init__
gajim.connections[account] = common.connection.Connection(account)
File "/usr/share/gajim/src/common/connection.py", line 73, in __init__
self.password = passwords.get_password(name)
File "/usr/share/gajim/src/common/passwords.py", line 132, in get_password
return get_storage().get_password(account_name)
File "/usr/share/gajim/src/common/passwords.py", line 66, in get_password
self.save_password(account_name, password, update=False)
File "/usr/share/gajim/src/common/passwords.py", line 90, in save_password
storage.save_password(account_name, password)
File "/usr/share/gajim/src/common/passwords.py", line 40, in save_password
gajim.connections[account_name].password = password
KeyError: u'im.apinc.org'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
