Searched refs:ConnStringFormatError (Results 1 – 4 of 4) sorted by relevance
13 from electrum.lnutil import ln_dummy_address, extract_nodeid, ConnStringFormatError187 except ConnStringFormatError as e:
293 class ConnStringFormatError(LightningError): pass class1214 … raise ConnStringFormatError(_('Connection strings must be in <node_pubkey>@<host>:<port> format'))1223 raise ConnStringFormatError(_('Port number must be decimal'))1241 raise ConnStringFormatError(_('At least a hostname must be supplied after the at symbol.'))1247 raise ConnStringFormatError(_('Invalid node ID, must be 33 bytes and hexadecimal'))
58 PaymentFailure, split_host_port, ConnStringFormatError,488 … raise ConnStringFormatError(_('Address unknown for node:') + ' ' + bh2u(node_id))493 … raise ConnStringFormatError(_('Don\'t know any addresses for node:') + ' ' + bh2u(node_id))501 raise ConnStringFormatError(_('Hostname does not resolve (getaddrinfo failed)'))
81 from electrum.lnutil import ln_dummy_address, extract_nodeid, ConnStringFormatError1839 except ConnStringFormatError as e: