```keto check "*" view videos /cats/2.mp4 --insecu...
# talk-keto
b
Copy code
keto check "*" view videos /cats/2.mp4 --insecure-disable-transport-security
s
so your client and server are both version
v0.10.0-alpha.0
?
did you copy-paste all steps from the quickstart?
b
Yes
Just copy pasted everything from quickstart
Do I need to make any change
s
and can you confirm the remote (i.e. port) are correct in the client?
b
I have copy pasted the export command
export KETO_READ_REMOTE="127.0.0.1:4466"
rpc error: code = Unimplemented desc = unknown service ory.keto.relation_tuples.v1alpha2.CheckService
MacBook-Air ~ % keto version Version:            v0.10.0-alpha.0 Build Commit:    52259a30d0be0257f1bb7ef591ae769808450230 Build Timestamp:    2022-09-27T130505Z
This is the response for keto version
s
Try to see what services exist by using grpc reflection, e.g. using evans
The error means you reach some server, just not the right one 😅
b
Am running desktop docker version