You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directly appears to relate to console message "wallet[7020]:ERROR:HTTPConnectionPool(host='localhost', port=1444): Read timed out. (read timeout=10)", does show the session on this port being torn down to localhost lethean-wallet-rpc TCPv4 port 1444.
This session is established successfully however is torn down after ~10 secs.
A new session is re-attempted a short while after (within 10-30secs) and the process repeats.
Have not attempted to use the wallet when in the connected state since the session is brief.
The text was updated successfully, but these errors were encountered:
These read timeouts are common behaviour of wallet-rpc. Not sure how to deal with this.
When wallet is syncing, it does not answer for RPC calls. We need to live with this, we just need to nicely explain to users.
Any suggestions how to improve gui for this ?
OS: Windows (tested and observed only on this OS)
"wallet[7020]:ERROR:HTTPConnectionPool(host='localhost', port=1444): Read timed out. (read timeout=10)"
, does show the session on this port being torn down to localhost lethean-wallet-rpc TCPv4 port 1444.The text was updated successfully, but these errors were encountered: