I'm trying to run AutobahnPython slowsquare rpc example in python with no much luck.
When running the above script i'm getting
Traceback (most recent call last):
File "C:\src\twisted-test\rpc_server.py", line 39, in <module>
runner.run(Component)
File "C:\Python27\lib\site-packages\autobahn\twisted\wamp.py", line 245, in run
raise connect_error.exception
twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 10061: No connection could be made because the target machine actively refused it..
I dont have much experience with twisted / Autobahn and websockets in general and i'm a bit stuck. The other examples i've tried using web socket are working perfectly.
I'm using python 2.7 on windows 7. Thanks.