Ticket #1 (closed defect: fixed)
Error with online statut
| Reported by: | Guigui | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7 |
| Component: | preferences | Version: | 0.8 |
| Severity: | normal | Keywords: | loading online freeze |
| Cc: | Blocked By: | ||
| OS: | Blocking: |
Description
Just after loading Gajim and asked the online status, I have this message:
module logger chargé
plugin gtkgui loaded
Traceback (most recent call last):
File "runCore.py", line 50, in ?
Core.core.start(mode)
File "/usr/share/gajim/Core/core.py", line 977, in start
gc.mainLoop()
File "/usr/share/gajim/Core/core.py", line 967, in mainLoop
end = self.read_queue()
File "/usr/share/gajim/Core/core.py", line 928, in read_queue
con.process(1)
File "/usr/share/gajim/common/jabber.py", line 421, in process
return xmlstream.Client.process(self, timeout)
File "/usr/share/gajim/common/xmlstream.py", line 381, in process
self._parser.Parse(data)
File "/usr/share/gajim/common/xmlstream.py", line 269, in unknown_endtag
self.dispatch(self._mini_dom)
File "/usr/share/gajim/common/jabber.py", line 297, in dispatch
else: handlerfunc?(self,stanza)
File "/usr/share/gajim/Core/core.py", line 394, in presenceCB
keyID = self.gpg[self.connexions[con]].verify(status, sigmsg)
File "/usr/share/gajim/Core/core.py", line 143, in verify
file.write(str)
TypeError?: argument 1 must be string or read-only buffer, not None
Finally the programm freeze, and I must kill it.
