Ticket #1289 (closed defect: fixed)
conversation window traceback
| Reported by: | anonymous | Owned by: | asterix |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9.1 |
| Component: | chat | Version: | 0.9 |
| Severity: | major | Keywords: | |
| Cc: | OS: |
Description
With 0.9 on a gentoo system I can't so much as open a normal conversation window before it spits out a traceback.
Traceback (most recent call last):
File "/home/rakaur/gajim-0.9/src/roster_window.py", line 2017, in on_roster_treeview_row_activated
self.new_chat(c, account)
File "/home/rakaur/gajim-0.9/src/roster_window.py", line 1652, in new_chat
account)
File "/home/rakaur/gajim-0.9/src/tabbed_chat_window.py", line 75, in init
self.new_tab(contact)
File "/home/rakaur/gajim-0.9/src/tabbed_chat_window.py", line 508, in new_tab
self.restore_conversation(contact.jid)
File "/home/rakaur/gajim-0.9/src/tabbed_chat_window.py", line 939, in restore_conversation
pending_how_many, timeout)
File "/home/rakaur/gajim-0.9/src/common/logger.py", line 273, in get_last_conversation_lines
jid_id = self.get_jid_id(jid)
File "/home/rakaur/gajim-0.9/src/common/logger.py", line 146, in get_jid_id
self.cur.execute('INSERT INTO jids (jid, type) VALUES (?, ?)', (jid, typ))
AttributeError?: Logger instance has no attribute 'cur'
