dasmith / stanford-corenlp-python

Python wrapper for Stanford CoreNLP tools v3.4.1
GNU General Public License v2.0
610 stars 229 forks source link

[Errno 10061] No connection could be made because the target machine actively refused it #46

Open 85405115 opened 7 years ago

85405115 commented 7 years ago

hi, when i type server = jsonrpc.ServerProxy(jsonrpc.JsonRpc20(),jsonrpc.TransportTcpIp(addr=("127.0.0.1", 8080))) and then result = loads(server.parse("Hello world. It is so beautiful")) this eeror apears: Traceback (most recent call last): File "<pyshell#27>", line 1, in result = loads(server.parse("Hello world. It is so beautiful")) RPCTransportError: [Errno 10061] No connection could be made because the target machine actively refused it

i turn off my firewall but can not solve this error. what should i do?

azimsalesify commented 6 years ago

has anyone ever solved this issue?