Skip to content

Instantly share code, notes, and snippets.

@farhaven
Created June 3, 2014 12:39
Show Gist options
  • Save farhaven/7efe95038f81299cbe56 to your computer and use it in GitHub Desktop.
Save farhaven/7efe95038f81299cbe56 to your computer and use it in GitHub Desktop.
b'd4:code'
b'7:(+ 2 3)2:op4:evale'
Future/Task exception was never retrieved
future: Task(<handle_sess>)<exception=AttributeError("'BencodeProtocol' object has no attribute 'reader'",)>
Traceback (most recent call last):
File "/home/gbe/sourcecode/HyREPL/HyREPL/server.py", line 32, in handle_sess
msg = list(nrepl.decode(data.decode()))[0]
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.4/asyncio/tasks.py", line 283, in _step
result = next(coro)
File "/home/gbe/sourcecode/HyREPL/HyREPL/server.py", line 38, in handle_sess
lr = yield from self.reader.readline()
AttributeError: 'BencodeProtocol' object has no attribute 'reader'
(+ 2 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment