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

'Message' object is not iterable #11

Open
trbck opened this issue Jun 23, 2011 · 0 comments
Open

'Message' object is not iterable #11

trbck opened this issue Jun 23, 2011 · 0 comments

Comments

@trbck
Copy link

trbck commented Jun 23, 2011

after doing curl http://localhost:8080/msg -d 'message=Hello!'

I get:

ERROR:root:Exception in callback <tornado.stack_context._StackContextWrapper object at 0x1013a0890>
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/tornado-2.0-py2.6.egg/tornado/ioloop.py", line 370, in _run_callback
callback()
File "/Library/Python/2.6/site-packages/tornado-2.0-py2.6.egg/tornado/stack_context.py", line 159, in wrapped
callback(_args, *_kwargs)
File "build/bdist.macosx-10.6-universal/egg/brukva/adisp.py", line 113, in _send_result
self.call(self.g.send(result))
File "build/bdist.macosx-10.6-universal/egg/brukva/client.py", line 946, in listen
ctx.ret_call(result)
File "build/bdist.macosx-10.6-universal/egg/brukva/client.py", line 63, in ret_call
self._call_callbacks(self.callbacks, value)
File "build/bdist.macosx-10.6-universal/egg/brukva/client.py", line 31, in _call_callbacks
callbacks(value)
File "socketserver.py", line 44, in on_message
(error, data) = result
TypeError: 'Message' object is not iterable

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