[rabbitmq-discuss] Send/Recieve Tutorial Errors on Raspberry Pi (Raspbian, debian based)
Caleb Pocock
crpocock13 at gmail.com
Thu Sep 5 16:16:22 BST 2013
I am trying to send the basic hello world to a receive module on a CentOS
machine running the rabbitmq server and am running into issues that appear
to be with pika itself. The errors are below and the code is the basic send
from the tutorial.
Traceback (most recent call last):
File "/home/pi/Send.py", line 6, in <module>
host='192.168.1.25'))
File
"/usr/local/lib/python2.7/dist-packages/pika/adapters/base_connection.py",
line 61, in __init__
super(BaseConnection, self).__init__(parameters, on_open_callback)
File "/usr/local/lib/python2.7/dist-packages/pika/connection.py", line
513, in __init__
self._connect()
File "/usr/local/lib/python2.7/dist-packages/pika/connection.py", line
804, in _connect
self._adapter_connect()
File
"/usr/local/lib/python2.7/dist-packages/pika/adapters/blocking_connection.py",
line 138, in _adapter_connect
super(BlockingConnection, self)._adapter_connect()
File
"/usr/local/lib/python2.7/dist-packages/pika/adapters/base_connection.py",
line 120, in _adapter_connect
self.params.retry_delay)
AMQPConnectionError: 2.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130905/c26cf3c5/attachment.htm>
More information about the rabbitmq-discuss
mailing list