Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Uncaught exception: socket.timeout: The write operation timed out #3

Closed
kseistrup opened this issue Jul 30, 2016 · 1 comment
Closed

Comments

@kseistrup
Copy link

kseistrup commented Jul 30, 2016

Exceptions like this are seen regularly:

Exception in thread Connection to ${IP_ADDRESS_AND_PORT}:
Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "…/MiNode/src/connection.py", line 78, in run
    self._process_queue()
  File "…/MiNode/src/connection.py", line 154, in _process_queue
    self._send_message(m)
  File "…/MiNode/src/connection.py", line 131, in _send_message
    self.s.sendall(m.to_bytes())
  File "/usr/lib/python3.5/ssl.py", line 891, in sendall
    v = self.send(data[count:])
  File "/usr/lib/python3.5/ssl.py", line 861, in send
    return self._sslobj.write(data)
  File "/usr/lib/python3.5/ssl.py", line 586, in write
    return self._sslobj.write(data)
socket.timeout: The write operation timed out

Please note that this is different from #6

@TheKysek
Copy link
Owner

Resolved by dc75f93

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants