Hi, i have a question on zed debugging; We have a ...
# spicedb
c
Hi, i have a question on zed debugging; We have a schema that we've been using fine for the last 4 months, but sometime in the last day or so it stopped being accepted for import. The schema passes the
zed validate
command, but any attempts to import result in an
InvalidArgument
error with no description. What can I do to further diagnose the issue? Here is the complete output of
zed import --log-level trace
, with keys redacted and zed usage trailing text removed:
Copy code
9:58AM DBG set log level new level=trace
9:58AM TRC token={"APIToken":"**REDACTED**","Endpoint":"grpc.authzed.com:443","Insecure":null,"Name":"advocat_chetan"}
9:58AM TRC requesting schema read request={}
9:58AM DBG error reading server version response header; it may be disabled on the server
9:58AM TRC parsed trailers trailers={}
9:58AM DBG error reading dispatched operations trailer error="key `io.spicedb.respmeta.dispatchedoperationscount` not found in trailer"
9:58AM DBG error reading cached operations trailer error="key `io.spicedb.respmeta.cachedoperationscount` not found in trailer"
9:58AM DBG extracted response dispatch metadata cached=0 dispatch=0
9:58AM DBG found schema definition prefix prefix=advocat_chetan
9:58AM INF importing schema
9:58AM TRC writing schema request=**REDACTED**
9:58AM TRC parsed trailers trailers={}
9:58AM DBG error reading dispatched operations trailer error="key `io.spicedb.respmeta.dispatchedoperationscount` not found in trailer"
9:58AM DBG error reading cached operations trailer error="key `io.spicedb.respmeta.cachedoperationscount` not found in trailer"
9:58AM DBG extracted response dispatch metadata cached=0 dispatch=0
Error: rpc error: code = InvalidArgument desc =