Advertisement
Guest User

ZMQError: Invalid argument

a guest
Jan 6th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. Exception in thread Thread-3:
  2. Traceback (most recent call last):
  3. File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
  4. self.run()
  5. File "/usr/lib/python3.5/threading.py", line 862, in run
  6. self._target(*self._args, **self._kwargs)
  7. File "main.py", line 154, in log_loop
  8. sub = zmq_tools.Msg_Receiver(zmq_ctx,ipc_sub_url,topics=("logging",))
  9. File "/home/ubuntu/pupil/pupil_src/shared_modules/zmq_tools.py", line 77, in __init__
  10. self.subscribe(t)
  11. File "/home/ubuntu/pupil/pupil_src/shared_modules/zmq_tools.py", line 80, in subscribe
  12. self.socket.subscribe(topic)
  13. File "/usr/lib/python3/dist-packages/zmq/sugar/attrsettr.py", line 45, in __getattr__
  14. return self._get_attr_opt(upper_key, opt)
  15. File "/usr/lib/python3/dist-packages/zmq/sugar/attrsettr.py", line 49, in _get_attr_opt
  16. return self.get(opt)
  17. File "zmq/backend/cython/socket.pyx", line 423, in zmq.backend.cython.socket.Socket.get (zmq/backend/cython/socket.c:4559)
  18. File "zmq/backend/cython/socket.pyx", line 215, in zmq.backend.cython.socket._getsockopt (zmq/backend/cython/socket.c:2684)
  19. File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc (zmq/backend/cython/socket.c:7535)
  20. zmq.error.ZMQError: Invalid argument
  21.  
  22. Exception in thread Thread-4:
  23. Traceback (most recent call last):
  24. File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
  25. self.run()
  26. File "/usr/lib/python3.5/threading.py", line 862, in run
  27. self._target(*self._args, **self._kwargs)
  28. File "main.py", line 114, in delay_proxy
  29. sub = zmq_tools.Msg_Receiver(ctx,ipc_sub_url,('delayed_notify',))
  30. File "/home/ubuntu/pupil/pupil_src/shared_modules/zmq_tools.py", line 77, in __init__
  31. self.subscribe(t)
  32. File "/home/ubuntu/pupil/pupil_src/shared_modules/zmq_tools.py", line 80, in subscribe
  33. self.socket.subscribe(topic)
  34. File "/usr/lib/python3/dist-packages/zmq/sugar/attrsettr.py", line 45, in __getattr__
  35. return self._get_attr_opt(upper_key, opt)
  36. File "/usr/lib/python3/dist-packages/zmq/sugar/attrsettr.py", line 49, in _get_attr_opt
  37. return self.get(opt)
  38. File "zmq/backend/cython/socket.pyx", line 423, in zmq.backend.cython.socket.Socket.get (zmq/backend/cython/socket.c:4559)
  39. File "zmq/backend/cython/socket.pyx", line 215, in zmq.backend.cython.socket._getsockopt (zmq/backend/cython/socket.c:2684)
  40. File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc (zmq/backend/cython/socket.c:7535)
  41. zmq.error.ZMQError: Invalid argument
  42.  
  43. Traceback (most recent call last):
  44. File "main.py", line 321, in <module>
  45. launcher()
  46. File "main.py", line 218, in launcher
  47. cmd_sub = zmq_tools.Msg_Receiver(zmq_ctx, ipc_sub_url, topics=topics)
  48. File "/home/ubuntu/pupil/pupil_src/shared_modules/zmq_tools.py", line 77, in __init__
  49. self.subscribe(t)
  50. File "/home/ubuntu/pupil/pupil_src/shared_modules/zmq_tools.py", line 80, in subscribe
  51. self.socket.subscribe(topic)
  52. File "/usr/lib/python3/dist-packages/zmq/sugar/attrsettr.py", line 45, in __getattr__
  53. return self._get_attr_opt(upper_key, opt)
  54. File "/usr/lib/python3/dist-packages/zmq/sugar/attrsettr.py", line 49, in _get_attr_opt
  55. return self.get(opt)
  56. File "zmq/backend/cython/socket.pyx", line 423, in zmq.backend.cython.socket.Socket.get (zmq/backend/cython/socket.c:4559)
  57. File "zmq/backend/cython/socket.pyx", line 215, in zmq.backend.cython.socket._getsockopt (zmq/backend/cython/socket.c:2684)
  58. File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc (zmq/backend/cython/socket.c:7535)
  59. zmq.error.ZMQError: Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement