Skip to content

Cannot connect to any server #12

@cafehaine

Description

@cafehaine

Something changed on the QT side, and now the client cannot connect to any relay:

$[130] 19:42      ~     > qweechat
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/qweechat/qweechat.py", line 276, in connect_weechat
    int(self.connection_dialog.fields['lines'].text()))
  File "/usr/lib/python2.7/site-packages/qweechat/network.py", line 143, in connect_weechat
    self.statusChanged.emit(self.status_connecting, None)
TypeError: Network.statusChanged[str, str].emit(): argument 2 has unexpected type 'NoneType'
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/qweechat/network.py", line 72, in _socket_connected
    self.statusChanged.emit(self.status_connected, None)
TypeError: Network.statusChanged[str, str].emit(): argument 2 has unexpected type 'NoneType'

Looks like QT now forces the use of a string

Metadata

Metadata

Assignees

Labels

bugUnexpected problem or unintended behavior

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions