Ticket #3008 (closed defect: fixed)
remote command status changing is producing a traceback
| Reported by: | misc | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | xmpppy | Version: | svn |
| Severity: | normal | Keywords: | |
| Cc: | OS: | All |
Description
When i try, either with psi or gajim, to remotly execute the command "change status information", i receive this traceback :
Traceback (most recent call last):
File "/home/misc/checkout/svn/gajim/src/common/xmpp/idlequeue.py", line 132, in process_events
obj.pollin()
File "/home/misc/checkout/svn/gajim/src/common/xmpp/transports_nb.py", line 359, in pollin
self._do_receive()
File "/home/misc/checkout/svn/gajim/src/common/xmpp/transports_nb.py", line 492, in _do_receive
self.on_receive(received)
File "/home/misc/checkout/svn/gajim/src/common/xmpp/dispatcher_nb.py", line 352, in dispatch
handler['func'](session,stanza)
File "/home/misc/checkout/svn/gajim/src/common/commands.py", line 345, in _CommandExecuteCB
rc = obj.execute(iq_obj)
File "/home/misc/checkout/svn/gajim/src/common/commands.py", line 138, in changestatus
self.connection.connection.send(response, presencetype == 'offline')
File "/home/misc/checkout/svn/gajim/src/common/xmpp/dispatcher_nb.py", line 429, in send
self._owner.Connection.send(stanza, True)
TypeError: send() takes exactly 2 arguments (3 given)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
