Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created November 4, 2012 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelklishin/93ad2a59b5345d0b1b7d to your computer and use it in GitHub Desktop.
Save michaelklishin/93ad2a59b5345d0b1b7d to your computer and use it in GitHub Desktop.
Connected
Opened a channel for commands (1)
[exchange.declare] Declaring acits.direct.autodelete of type direct, durable: False
[exchange.declare] Declaring acits.fanout.autodelete of type fanout, durable: False
No handlers could be found for logger "pika.callback"
[exchange.declare] Declaring acits.topic.autodelete of type topic, durable: False
[exchange.declare] Declaring acits.headers.autodelete of type headers, durable: False
Traceback (most recent call last):
File "script/command_handler.py", line 74, in <module>
handler = TestSuite(pika.ConnectionParameters())
File "script/command_handler.py", line 59, in __init__
self.connection.ioloop.start()
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pika/adapters/select_connection.py", line 102, in start
self.poller.start()
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pika/adapters/select_connection.py", line 325, in start
self.poll()
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pika/adapters/select_connection.py", line 350, in poll
self._handler(self.fileno, events, write_only=write_only)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pika/adapters/base_connection.py", line 280, in _handle_events
self._handle_read()
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pika/adapters/base_connection.py", line 308, in _handle_read
self._on_data_available(data)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pika/connection.py", line 1135, in _on_data_available
self._process_frame(frame_value)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pika/connection.py", line 1189, in _process_frame
self._deliver_frame_to_channel(frame_value)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pika/connection.py", line 841, in _deliver_frame_to_channel
return self._channels[value.channel_number]._handle_content_frame(value)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pika/channel.py", line 729, in _handle_content_frame
response = self.frame_dispatcher.process(frame_value)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pika/channel.py", line 1023, in process
raise exceptions.UnexpectedFrameError(frame_value)
pika.exceptions.UnexpectedFrameError: <METHOD(['frame_type=1', 'channel_number=1', 'method=<Exchange.DeclareOk>'])>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment