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
When adding the host as: wss://<RESOURCE_NAME>.gremlin.cosmos.azure.com
with a port of 443, I got the following error:
DataSource[<RESOURCE_NAME>] - metadata refresh failed. Reason: No such host is known (wss) Details...
Clicking on "Details" not only doesn't bring anything up, but often causes an internal IDE error with PyCharm.
I can try changing the configuration - switching to HTTPS endpoint, including the port in the host, using different keys, switching the flavor from Cosmos to Gremlin(default) - but I end up with the same error as above.
The text was updated successfully, but these errors were encountered:
When adding the host as:
wss://<RESOURCE_NAME>.gremlin.cosmos.azure.com
with a port of
443
, I got the following error:DataSource[<RESOURCE_NAME>] - metadata refresh failed. Reason: No such host is known (wss) Details...
Clicking on "Details" not only doesn't bring anything up, but often causes an internal IDE error with PyCharm.
I can try changing the configuration - switching to HTTPS endpoint, including the port in the host, using different keys, switching the flavor from Cosmos to Gremlin(default) - but I end up with the same error as above.
The text was updated successfully, but these errors were encountered: