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

Error in long-running repeater #42

Closed
tacaswell opened this issue Apr 20, 2017 · 0 comments
Closed

Error in long-running repeater #42

tacaswell opened this issue Apr 20, 2017 · 0 comments

Comments

@tacaswell
Copy link
Collaborator

This may be related to restarting my network a few time / putting the laptop to sleep /

ERROR:asyncio:Exception in callback _SelectorDatagramTransport._read_ready()
handle: <Handle _SelectorDatagramTransport._read_ready()>
Traceback (most recent call last):
  File "/home/tcaswell/mc3/envs/dd36/lib/python3.6/asyncio/events.py", line 126, in _run
    self._callback(*self._args)
  File "/home/tcaswell/mc3/envs/dd36/lib/python3.6/asyncio/selector_events.py", line 1078, in _read_ready
    self._protocol.datagram_received(data, addr)
  File "caproto/examples/repeater.py", line 21, in datagram_received
    command = self.broadcaster.next_command()
  File "/home/tcaswell/src/bnl/epics/caproto/caproto/_hub.py", line 427, in next_command
    command = self._parsed_commands.popleft()
IndexError: pop from an empty deque
@klauer klauer changed the title Error is long-running repeater Error in long-running repeater Apr 20, 2017
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