Ticket #3319 (closed defect: fixed)

Opened 14 months ago

Last modified 12 months ago

Dots in account name?

Reported by: jzgoda@… Owned by: asterix
Priority: normal Milestone: 0.11.2
Component: None Version: svn
Severity: normal Keywords:
Cc: OS: All

Description

Curreng Gajim from SVN trunk produces following traceback on startup (and subsequently refuses to launch):

Traceback (most recent call last):
  File "gajim.py", line 2522, in ?
    Interface()
  File "gajim.py", line 2384, in __init__
    gajim.connections[account] = common.connection.Connection(account)
  File "/usr/local/share/gajim/src/common/connection.py", line 118, in __init__
    self.password = passwords.get_password(name)
  File "/usr/local/share/gajim/src/common/passwords.py", line 126, in get_password
    return get_storage().get_password(account_name)
  File "/usr/local/share/gajim/src/common/passwords.py", line 66, in get_password
    self.save_password(account_name, password, update=False)
  File "/usr/local/share/gajim/src/common/passwords.py", line 89, in save_password
    gajim.connections[account_name].password = password
KeyError: u'gmail.com'

Looking at he config file, I see account settings are separated by dots. Maybe this is related to the fact that the account has a dot in name?

Attachments

Change History

Changed 14 months ago by asterix

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

(In [8430]) fix traceback when not using gnome keyring. fixes #3319

Changed 12 months ago by asterix

(In [8713]) fix traceback when not using gnome keyring. fixes #3319

Changed 12 months ago by asterix

  • milestone changed from 0.12 to 0.11.2

Add/Change #3319 (Dots in account name?)

Author



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