Skip to content

argument 1 has unexpected type 'float' #13

@JDJoe

Description

@JDJoe

electrum-lcc-3.1.3.4$ ./electrum-lcc /home/test1/dlstuff/electrum-lcc-3.1.3.4/./electrum-lcc:69: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses import imp /home/test1/dlstuff/electrum-lcc-3.1.3.4/lib/wallet.py:1142: SyntaxWarning: "is" with a literal. Did you mean "=="? if label is '': /home/test1/dlstuff/electrum-lcc-3.1.3.4/lib/segwit_addr.py:121: SyntaxWarning: "is not" with a literal. Did you mean "!="? assert decode(hrp, ret) is not (None, None) Traceback (most recent call last): File "/home/test1/dlstuff/electrum-lcc-3.1.3.4/lib/interface.py", line 190, in get_socket s = context.wrap_socket(s, do_handshake_on_connect=True) File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.10/ssl.py", line 1071, in _create self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer Traceback (most recent call last): File "/home/test1/dlstuff/electrum-lcc-3.1.3.4/gui/qt/__init__.py", line 228, in start_new_window w = self.create_window_for_wallet(wallet) File "/home/test1/dlstuff/electrum-lcc-3.1.3.4/gui/qt/__init__.py", line 181, in create_window_for_wallet w = ElectrumWindow(self, wallet) File "/home/test1/dlstuff/electrum-lcc-3.1.3.4/gui/qt/main_window.py", line 133, in __init__ self.send_tab = self.create_send_tab() File "/home/test1/dlstuff/electrum-lcc-3.1.3.4/gui/qt/main_window.py", line 1046, in create_send_tab self.payto_e = PayToEdit(self) File "/home/test1/dlstuff/electrum-lcc-3.1.3.4/gui/qt/paytoedit.py", line 60, in __init__ self.update_size() File "/home/test1/dlstuff/electrum-lcc-3.1.3.4/gui/qt/paytoedit.py", line 197, in update_size self.setMinimumHeight(h) TypeError: setMinimumHeight(self, int): argument 1 has unexpected type 'float'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions