-
Notifications
You must be signed in to change notification settings - Fork 24
GRPC method not found #302
Comments
Hiya, this means that you're using an incompatible client-server protocol, please check that you're on the latest for both :) |
You but as you can see from the requirements this is a fresh setup which relies on vaticle package. typedb-client==2.18.0 Latest image from Vaticle is also 2.18.0 |
This error implies you're using a client that is newer than the server, ie. your server is somehow not version 2.18.0 :) |
Thanks for the suggestion, you were right in fact fixing the docker with the version 2.18.0 did the trick:
What is super bizarre to me is that if you look at latest vs 2.18.0 they look identical: But this is clearly not the case since it triggers the error when I use the latest version. |
Interesting, they should be. Does the 'latest' changing now get used automatically in docker? |
Hi, I am not sure what is the default docker behaviour when you specify a tag,I am assuming probably it just takes the latest one. |
Description
The TypeDB client triggers a GRPC error when creating a connection.
Environment
Linux for now
Reproducible Steps
Run this docker composer file:
https://github.com/os-threat/os-intel/blob/dev/demo/docker-compose.yml
Expected Output
A connection should be established.
Actual Output
This GRPC error is triggered:
Additional information
We don't really have a clue about the GRPC protocol we have been tracing the error but I can't figure out if is vaticle related (server GRPC) or client related (the python library).
@SullivanDaly
The text was updated successfully, but these errors were encountered: