ClientConnectorError: не удается подключиться к хосту <хост>:8182 ssl:default [Не удалось подключить вызов ('<ip-адрес>', 8182)]

Только что попробовал приведенный ниже код, чтобы проверить мой сервис Amazon Neptune, он выдает эту ошибку:

      ClientConnectorError: Cannot connect to host <host>:8182 ssl:default [Connect call failed ('<ip-address>', 8182)]
      from __future__  import print_function  # Python 2/3 compatibility

from gremlin_python import statics
from gremlin_python.structure.graph import Graph
from gremlin_python.process.graph_traversal import __
from gremlin_python.process.strategies import *
from gremlin_python.driver.driver_remote_connection import DriverRemoteConnection

graph = Graph()
remoteConn = DriverRemoteConnection('wss://<host>','g')

g = graph.traversal().withRemote(remoteConn)

print(g.V().limit(2).toList())
remoteConn.close()

Кто-нибудь знает решение? Спасибо

0 ответов

Другие вопросы по тегам