Ticket #1526 (closed task: fixed)

Opened 3 years ago

Last modified 2 years ago

TB

Reported by: anonymous Owned by: dkirov
Priority: high Milestone: 0.9
Component: roster Version: 0.6
Severity: normal Keywords:
Cc: OS:

Description

I have no idee from what few options: changing in JID name (account setup) drom dns name to IP f.e. deluge@… to deluge@111.222.333.444 and now or wrong IP adress (no server there) or wrong password or using in password characters like ` etc. so here TB

Traceback (most recent call last):

File "/home/deluge/CVS/gajim/gajim/src/roster_window.py", line 1677, in change_status

self.send_status(account, status, message)

File "/home/deluge/CVS/gajim/gajim/src/roster_window.py", line 1645, in send_status

gajim.connections[account].change_status(status, txt, sync, auto)

File "/home/deluge/CVS/gajim/gajim/src/common/connection.py", line 2005, in change_status

self.change_status2(show, msg, auto)

File "/home/deluge/CVS/gajim/gajim/src/common/connection.py", line 2025, in change_status2

self.connect_and_init(show, msg, signed)

File "/home/deluge/CVS/gajim/gajim/src/common/connection.py", line 1994, in connect_and_init

self.connect_and_auth()

File "/home/deluge/CVS/gajim/gajim/src/common/connection.py", line 1989, in connect_and_auth

self.connect()

File "/home/deluge/CVS/gajim/gajim/src/common/connection.py", line 1739, in connect

gajim.resolver.resolve('_xmpp-client._tcp.' + h.encode('utf-8'), self._on_resolve)

File "/home/deluge/CVS/gajim/gajim/src/common/nslookup.py", line 172, in resolve

self.start_resolve(host)

File "/home/deluge/CVS/gajim/gajim/src/common/nslookup.py", line 154, in start_resolve

ns.start()

File "/home/deluge/CVS/gajim/gajim/src/common/nslookup.py", line 222, in start

self._start_posix()

File "/home/deluge/CVS/gajim/gajim/src/common/nslookup.py", line 238, in _start_posix

self.pipe = os.popen(self._compose_command_line())

File "/home/deluge/CVS/gajim/gajim/src/common/nslookup.py", line 200, in _compose_command_line

return reduce(lambda left, right: left + ' ' + right, self._compose_command_args())

File "/home/deluge/CVS/gajim/gajim/src/common/nslookup.py", line 200, in <lambda>

return reduce(lambda left, right: left + ' ' + right, self._compose_command_args())

TypeError?: cannot concatenate 'str' and 'NoneType?' objects

Attachments

Change History

Changed 3 years ago by dkirov

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

yes, ip addresses don't have srv records.

Add/Change #1526 (TB)

Author



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