<div dir="ltr">Hi There ,<div><br></div><div>This might be very basic error but since I am trying to use Tornado connection for the first time, help on this would be appreciated.&nbsp;</div><div><br></div><div>I was trying to use Tornado consumer example given on following pika site.</div><div><br></div><div>https://pika.readthedocs.org/en/0.9.13/examples/tornado_consumer.html<br></div><div><br></div><div>I am running into following error. The example is with URL connection method.&nbsp;</div><div>But I also tried to use hostname and port method as well as tried changing to IP address instead of hostname but still it's the same error.&nbsp;</div><div><br></div><div><div>I have pika 0.9.13 library installed. My consumer &amp; Producer works fine with select.connection method so I believe library is correctly installed.</div><div><br></div><div>Do I need to do something additional to get tornado connection working for both producer and consumer with pika?</div><div><br></div><div>Please suggest.</div></div><div><br></div><div><div>mq1@mqserver1:~/Producer_Receiver/Latest$ python tornedo_c_1.py</div><div>Traceback (most recent call last):</div><div>&nbsp; File "tornedo_c_1.py", line 357, in &lt;module&gt;</div><div>&nbsp; &nbsp; main()</div><div>&nbsp; File "tornedo_c_1.py", line 351, in main</div><div>&nbsp; &nbsp; example.run()</div><div>&nbsp; File "tornedo_c_1.py", line 326, in run</div><div>&nbsp; &nbsp; self._connection = self.connect()</div><div>&nbsp; File "tornedo_c_1.py", line 59, in connect</div><div>&nbsp; &nbsp; adapters.TornadoConnection(self.parameters, self.on_connection_open, stop_ioloop_on_close=False)</div><div>TypeError: 'NoneType' object is not callable</div></div><div><br></div><div><br></div><div>Best Regards,</div><div>Priyanki.</div></div>