尝试使用Python连接到Gremlin Server时出现ConnectionRefusedError

时间:2018-06-14 19:02:09

标签: python gremlin

我正在尝试将gremlin与python一起使用gremlinpython包。我收到以下错误。谁能告诉我如何解决这个问题?任何帮助表示赞赏。

Traceback (most recent call last):
      File "C:/Users/Yash/IdeaProjects/new/gremlin.py", line 10, in <module>
        g = graph.traversal().withRemote(DriverRemoteConnection('ws://localhost:8182/gremlin','g'))
      File "C:\Users\Yash\AppData\Local\Programs\Python\Python36-32\lib\site-packages\gremlin_python\driver\driver_remote_connection.py", line 45, in __init__
        password=password)
      File "C:\Users\Yash\AppData\Local\Programs\Python\Python36-32\lib\site-packages\gremlin_python\driver\client.py", line 76, in __init__
        self._fill_pool()
      File "C:\Users\Yash\AppData\Local\Programs\Python\Python36-32\lib\site-packages\gremlin_python\driver\client.py", line 88, in _fill_pool
        conn = self._get_connection()
      File "C:\Users\Yash\AppData\Local\Programs\Python\Python36-32\lib\site-packages\gremlin_python\driver\client.py", line 101, in _get_connection
        self._transport_factory, self._executor, self._pool)
      File "C:\Users\Yash\AppData\Local\Programs\Python\Python36-32\lib\site-packages\gremlin_python\driver\connection.py", line 40, in __init__
        self.connect()
      File "C:\Users\Yash\AppData\Local\Programs\Python\Python36-32\lib\site-packages\gremlin_python\driver\connection.py", line 46, in connect
        self._transport.connect(self._url)
      File "C:\Users\Yash\AppData\Local\Programs\Python\Python36-32\lib\site-packages\gremlin_python\driver\tornado\transport.py", line 33, in connect
        lambda: websocket.websocket_connect(url))
      File "C:\Users\Yash\AppData\Local\Programs\Python\Python36-32\lib\site-packages\tornado\ioloop.py", line 458, in run_sync
        return future_cell[0].result()
      File "C:\Users\Yash\AppData\Local\Programs\Python\Python36-32\lib\site-packages\tornado\concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
    ConnectionRefusedError: [Errno 10061] Unknown error

1 个答案:

答案 0 :(得分:0)

检查您的配置,将主机设置为ip而不是主机名