You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was trying to use the client.py code to parse a long paragraph. It generates the following error message: File "/home/mings/Toolkits/stanford-corenlp-python/jsonrpc.py", line 934, in __call__ return self.__req(self.__name, args, kwargs) File "/home/mings/Toolkits/stanford-corenlp-python/jsonrpc.py", line 906, in __req raise RPCTransportError(err) jsonrpc.RPCTransportError: timed out
I find this not very consistent. Sometimes, it is able to parse, but sometimes it is not.
[EDIT]
I changed the default timeouts in jsonrpc.py to 20 secs, it seems to work fine now.
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to use the client.py code to parse a long paragraph. It generates the following error message:
File "/home/mings/Toolkits/stanford-corenlp-python/jsonrpc.py", line 934, in __call__
return self.__req(self.__name, args, kwargs)
File "/home/mings/Toolkits/stanford-corenlp-python/jsonrpc.py", line 906, in __req
raise RPCTransportError(err)
jsonrpc.RPCTransportError: timed out
I find this not very consistent. Sometimes, it is able to parse, but sometimes it is not.
[EDIT]
I changed the default timeouts in jsonrpc.py to 20 secs, it seems to work fine now.
The text was updated successfully, but these errors were encountered: