[Telepathy] Bug in cohoba - submitted to Ubuntu Malone
Paul Schulz
pschulz01 at gmail.com
Fri Sep 22 17:12:36 PDT 2006
Greetings,
A bug has been sent to Ubuntu's malone, and I would like to check that
you guys know about it.
https://launchpad.net/distros/ubuntu/+source/cohoba/+bug/61945
Please let me know if you would like me to chase down more information
(and what that should be).
The following ia the information submitted to Malone.
Cheers,
Paul Schulz
----
A programming error has been detected
A programming error has been detected
It probably isn't fatal, but should be reported to the developers
nonetheless. The program may behave erratically from now on.
Traceback (most recent call last):
File "/usr/lib/cohoba/cohoba-applet", line 204, in ?
run(do_trace, houston())
File "/usr/lib/cohoba/cohoba-applet", line 116, in houston
h = Houston()
File "/usr/lib/python2.4/site-packages/cohoba/common/Utils.py",
line 189, in getinstance
instances[cls] = cls()
File "/usr/lib/python2.4/site-packages/cohoba/houston/Houston.py",
line 58, in __init__
self.accounts.load()
File "/usr/lib/python2.4/site-packages/cohoba/houston/AccountList.py",
line 50, in load
accounts = AccountStore.load_all_accounts()
File "/usr/lib/python2.4/site-packages/cohoba/houston/AccountStore.py",
line 51, in load_all_accounts
return [GConfAccount(account_name) for account_name in get_account_names()]
File "/usr/lib/python2.4/site-packages/cohoba/houston/AccountStore.py",
line 58, in __init__
Account.__init__(self, name)
File "/usr/lib/python2.4/site-packages/cohoba/houston/Account.py",
line 53, in __init__
self.load()
File "/usr/lib/python2.4/site-packages/cohoba/houston/AccountStore.py",
line 80, in load
self.unserialize(dict([(basename(entry.key),
py_value_for_gconf_value(entry.value)) for entry in
GCONF.all_entries(path)]))
File "/usr/lib/python2.4/site-packages/cohoba/houston/AccountStore.py",
line 107, in unserialize
self.profile = ProfileList().find(manager, protocol)
File "/usr/lib/python2.4/site-packages/cohoba/common/Utils.py",
line 189, in getinstance
instances[cls] = cls()
File "/usr/lib/python2.4/site-packages/cohoba/common/ProfileList.py",
line 33, in __init__
reg.LoadManagers()
File "/usr/lib/python2.4/site-packages/telepathy/client/managerregistry.py",
line 126, in LoadManagers
self.LoadManager(os.path.join(path, name))
File "/usr/lib/python2.4/site-packages/telepathy/client/managerregistry.py",
line 92, in LoadManager
raise ConfigParser.NoOptionError("name", "ConnectionManager")
NoOptionError: No option 'name' in section: 'ConnectionManager'
----
More information about the Telepathy
mailing list