Hello,<div><br></div><div>So I am just trying to establish a basic connection with my server (by going through the hello world example) and I got the following error. I realize this is probably more of a pika issue than RabbitMQ, but maybe someone has seen this error before?</div>
<div><br></div><div><div>Archon:hello matthew$ python send.py</div><div>Traceback (most recent call last):</div><div>� File &quot;send.py&quot;, line 4, in &lt;module&gt;</div><div>� � connection = pika.BlockingConnection(parameters)</div>
<div>� File &quot;build/bdist.macosx-10.6-universal/egg/pika/adapters/blocking_connection.py&quot;, line 32, in __init__</div><div>� File &quot;build/bdist.macosx-10.6-universal/egg/pika/adapters/base_connection.py&quot;, line 50, in __init__</div>
<div>� File &quot;build/bdist.macosx-10.6-universal/egg/pika/connection.py&quot;, line 170, in __init__</div><div>� File &quot;build/bdist.macosx-10.6-universal/egg/pika/connection.py&quot;, line 228, in _connect</div><div>
� File &quot;build/bdist.macosx-10.6-universal/egg/pika/adapters/blocking_connection.py&quot;, line 36, in _adapter_connect</div><div>� File &quot;build/bdist.macosx-10.6-universal/egg/pika/adapters/base_connection.py&quot;, line 58, in _adapter_connect</div>
<div>� File &quot;&lt;string&gt;&quot;, line 1, in connect</div><div>socket.error: [Errno 61] Connection refused</div></div><div><br></div><div>Thanks,</div><div>Matt</div>