FS#58955 - gajim error

Attached to Project: Community Packages
Opened by Andrey (Gendalf) - Sunday, 10 June 2018, 15:41 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 13 June 2018, 13:56 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Additional info:

jajim 1.0.3-2

xfce 4.12

Steps to reproduce:

Install gajim and start it, create or use any jabber account and restart gajim(with jabber account)

And after restart I can't close gajim. And account lost in gajim

I got a traceback (see below).

Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/gajim/gajim.py", line 271, in _activate
self.interface.run(self)
File "/usr/lib/python3.6/site-packages/gajim/gui_interface.py", line 2726, in run
app.connections[account].load_roster_from_db()
File "/usr/lib/python3.6/site-packages/gajim/common/connection.py", line 3045, in load_roster_from_db
app.nec.push_incoming_event(RosterReceivedEvent(None, conn=self))
File "/usr/lib/python3.6/site-packages/gajim/common/nec.py", line 74, in push_incoming_event
if event_object.generate():
File "/usr/lib/python3.6/site-packages/gajim/common/connection_handlers_events.py", line 391, in generate
self.conn.name))
File "/usr/lib/python3.6/site-packages/gajim/common/logger.py", line 1066, in get_roster
WHERE re.account_jid_id=? AND j.jid_id=re.jid_id''', (account_jid_id,))
sqlite3.OperationalError: no such column: re.avatar_sha



This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 13 June 2018, 13:56 GMT
Reason for closing:  Upstream
Comment by Balló György (City-busz) - Sunday, 10 June 2018, 18:48 GMT
It should be an upstream bug, please report it to upstream:
https://dev.gajim.org/gajim/gajim/issues

Loading...