Restored a wallet via command line and connected to Electrum.be
Clicking the Network icon results in this and I'm unable to change servers (no dialog)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/electrum_gui/gui_classic.py", line 1188, in
self.status_button = StatusBarButton( QIcon(":icons/status_disconnected.png"), _("Network"), lambda: self.network_dialog(self.wallet, self) )
File "/usr/lib/python2.7/site-packages/electrum_gui/gui_classic.py", line 2206, in network_dialog
change_server(host,protocol)
File "/usr/lib/python2.7/site-packages/electrum_gui/gui_classic.py", line 2201, in change_server
server_protocol.model().setData(j, QtCore.QVariant(0,False), QtCore.Qt.UserRole-1)
TypeError: arguments did not match any overloaded call:
QVariant(): too many arguments
QVariant(Type): argument 1 has unexpected type 'int'
QVariant(int, sip.voidptr): argument 2 has unexpected type 'bool'
QVariant(QVariant): too many arguments
QVariant(object): too many arguments