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

Transport endpoint not connected #1351

Closed
molecular opened this issue Jul 7, 2015 · 4 comments
Closed

Transport endpoint not connected #1351

molecular opened this issue Jul 7, 2015 · 4 comments

Comments

@molecular
Copy link
Contributor

After having electrum run for roughly a day, I noticed the network info status line says: "server is lagging 191 blocks" and the indicator icon is reddish color. I see loads of these (different thread ids):

Exception in thread Thread-11:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/mnt/maui/home/nick/bitcoin/electrum/lib/interface.py", line 324, in run
    s.shutdown(socket.SHUT_RDWR)
  File "/usr/lib64/python2.7/ssl.py", line 760, in shutdown
    socket.shutdown(self, how)
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected

Exception in thread Thread-15:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/mnt/maui/home/nick/bitcoin/electrum/lib/interface.py", line 324, in run
    s.shutdown(socket.SHUT_RDWR)
  File "/usr/lib64/python2.7/ssl.py", line 760, in shutdown
    socket.shutdown(self, how)
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected

Exception in thread Thread-17:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/mnt/maui/home/nick/bitcoin/electrum/lib/interface.py", line 324, in run
    s.shutdown(socket.SHUT_RDWR)
  File "/usr/lib64/python2.7/ssl.py", line 760, in shutdown
    socket.shutdown(self, how)
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 107] Transport endpoint is not connected

After restarting electrum, all is fine (server is not really lagging)

Note: I'm on a dynamic IP dsl line that reconnects every 24 hours, in case that's somehow relevant.

I'm on 0368a2c

@molecular
Copy link
Contributor Author

this just reoccured after about 3 days of idle client

@EagleTM
Copy link
Contributor

EagleTM commented Jul 30, 2015

Do you have auto-connect enabled or do you use one specific server like electrum.be (which had some lagging issues lately)

@kyuupichan
Copy link
Contributor

Doors this still happen? I recall fixing that socket close a while ago. I suspect this can be closed.

@EagleTM
Copy link
Contributor

EagleTM commented Dec 26, 2015

I'm seconding to close for now and am doing it...

@EagleTM EagleTM closed this as completed Dec 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants