Ticket #3533 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

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

Changed 13 months ago by asterix

  • description modified (diff)

Changed 13 months ago by asterix

it's indeed a gnome keyring missconfiguration. more precisely, you have a Denier Error. But Gajim should not traceback because of that. I don't know how to reproduce, but I see the problem and will fix it.

Changed 13 months ago by asterix

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.12

(In [8939]) fix TB on gajim startup. fixes #3533

Changed 13 months ago by asterix

(In [8940]) fix TB on gajim startup. fixes #3533

Changed 13 months ago by asterix

  • milestone changed from 0.12 to 0.11.3

Add/Change #3533 (Gajim crash at startup on Ubuntu)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.