Hello, just trying the tutorial here:
https://authzed.com/docs/guides/first-app and installed SpiceDB on a kubernetes cluster. Using python client. Getting this error, any help is appreciated - ---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In [11], line 53
12 client = Client(
13 host,
14 insecure_bearer_token_credentials(key),
15 #bearer_token_credentials(key),
16 )
18 resp = client.WriteRelationships(
19 WriteRelationshipsRequest(
20 updates=[
(...)
50 )
51 )
---> 53 print(resp.written_at.token)
AttributeError: 'UnaryUnaryCall' object has no attribute 'written_at'