Author

Topic: Server Selection Bug in 1.7 (Read 1108 times)

legendary
Activity: 1896
Merit: 1353
hero member
Activity: 938
Merit: 1000
March 19, 2013, 04:23:36 PM
#2
For now please downgrade SIP and PyQT. I will see if I can find a fix for the problem itself.
hero member
Activity: 784
Merit: 1000
Bitcoin Mayor of Las Vegas
March 19, 2013, 04:12:22 PM
#1
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)

Code:
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
Jump to: