Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python.exe repeatedly attempts connections to localhost TCPv4 port 1444 after being successfully established. #7

Closed
bodane opened this issue Jan 31, 2024 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@bodane
Copy link

bodane commented Jan 31, 2024

OS: Windows (tested and observed only on this OS)

  • Similar to issue python.exe repeatedly attempts connections to localhost TCPv4 port 48782 after being successfully established. #6 however relating to lethean-wallet-rpc.
  • 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.
@limosek limosek added question Further information is requested bug Something isn't working labels Feb 21, 2024
@limosek
Copy link
Collaborator

limosek commented Feb 21, 2024

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 ?

@Snider
Copy link

Snider commented Mar 15, 2024

gui issues are out of scope for limo now.

@Snider Snider closed this as completed Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants