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

Exception when network connection is gone #1

Open
sphaero opened this issue Nov 16, 2013 · 0 comments
Open

Exception when network connection is gone #1

sphaero opened this issue Nov 16, 2013 · 0 comments
Assignees

Comments

@sphaero
Copy link
Contributor

sphaero commented Nov 16, 2013

Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python3.3/threading.py", line 637, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.3/threading.py", line 594, in run
    self._target(*self._args, **self._kwargs)
  File "/home/arnaud/Documents/sphaero/zmq-test/pyzyre/zbeacon.py", line 171, in __init__
    self.run()
  File "/home/arnaud/Documents/sphaero/zmq-test/pyzyre/zbeacon.py", line 262, in run
    self.send()
  File "/home/arnaud/Documents/sphaero/zmq-test/pyzyre/zbeacon.py", line 213, in send
    self._udp_sock.sendto(self.transmit, (self._dstAddr, self._port))
OSError: [Errno 101] Network is unreachable]
@ghost ghost assigned sphaero Nov 16, 2013
sphaero added a commit that referenced this issue Nov 17, 2014
update packet endoding to ZRE 2
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

1 participant