WalletConnectSwift icon indicating copy to clipboard operation
WalletConnectSwift copied to clipboard

Ledger Live

Open dustfire opened this issue 3 years ago • 0 comments

Hey guys, trying to use this to connect to Ledger Live using ledgerlive://wc?uri= deep link. I am getting the ledger live WalletConnect pop-up to open.. select and account and it says "Connected" But.... on my app side, WS seems to be disconnecting right away and don't receive any address information from Ledger. (This works just find in Rainbow or MetaMask) -- Any thoughts?

2022-02-24 17:23:45.935447-0800 x[14164:3653395] [main] wallet -- WalletsViewController.swift:214 | got connected wallets event false
WC: ==> {"payload":"","topic":"XXXXXX-1144-4130-BBC1-0E3ED7F56C92","type":"sub"}
WC: ==> {"id":XXXX752225936199,"jsonrpc":"2.0","method":"wc_sessionRequest","params":[{"peerId":"XXXXXX-1144-4130-BBC1-0E3ED7F56C92","peerMeta":{"description":"hi","icons":["x"],"name":"x","scheme":"x","url":"x"}}]}
WC: <== disconnected
WC: didDisconnect url: wss://w.bridge.walletconnect.org
2022-02-24 17:24:14.153314-0800 x[14164:3657791] [main] wallet -- WalletServiceImpl.swift:180 | client did fail to connect to WCURL(topic: "XXXXXX-AEF3-475B-BD63-C9138FBF5F16", version: "1", bridgeURL: wss://w.bridge.walletconnect.org, key: "xxxxxxxxxx")
2022-02-24 17:24:14.161900-0800 x[14164:3653395] [main] wallet -- WalletsViewController.swift:214 | got connected wallets event false
2022-02-24 17:24:14.516317-0800 x[14164:3654672] [connection] nw_socket_handle_socket_event [C6.1:1] Socket SO_ERROR [54: Connection reset by peer]

dustfire avatar Feb 25 '22 01:02 dustfire