Ticket #5137 (closed defect: duplicate)

Opened 8 months ago

Last modified 8 months ago

Programming error

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: None Version: 0.12.1
Severity: normal Keywords:
Cc: Blocked By:
OS: Unix Blocking:

Description

An Error that suddenly popped up as I ran Gajim:

Traceback (most recent call last):

File "gajim.py", line 449, in _process_events

return self.process_events(fd, flags)

File "/usr/lib/python2.6/site-packages/gajim/common/xmpp/idlequeue.py", line 132, in process_events

obj.pollin()

File "/usr/lib/python2.6/site-packages/gajim/common/xmpp/transports_nb.py", line 352, in pollin

self._do_receive()

File "/usr/lib/python2.6/site-packages/gajim/common/xmpp/transports_nb.py", line 502, in _do_receive

self.on_receive(received)

File "/usr/lib/python2.6/site-packages/gajim/common/xmpp/client_nb.py", line 275, in _on_start_sasl

self.Dispatcher.ProcessNonBlocking?(data)

File "/usr/lib/python2.6/site-packages/gajim/common/xmpp/dispatcher_nb.py", line 359, in dispatch

handlerfunc?(session,stanza)

File "/usr/lib/python2.6/site-packages/gajim/common/xmpp/auth_nb.py", line 245, in SASLHandler

A1=C([H(C([respusername?, resprealm?, self.password])),

File "/usr/lib/python2.6/site-packages/gajim/common/xmpp/auth.py", line 29, in C

def C(some): return ':'.join(some)

TypeError?: sequence item 2: expected string or Unicode, NoneType? found

Attachments

Change History

Changed 8 months ago by asterix

  • status changed from new to closed
  • resolution set to duplicate

dup of #5033, #5006 and #5003

Add/Change #5137 (Programming error)

Author


E-mail address and user name can be saved in the Preferences.


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