Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My codium isnt working well with my nvim setup #225

Open
AtomicPositron opened this issue Sep 24, 2024 · 13 comments
Open

My codium isnt working well with my nvim setup #225

AtomicPositron opened this issue Sep 24, 2024 · 13 comments
Assignees

Comments

@AtomicPositron
Copy link

No description provided.

@melMass
Copy link

melMass commented Sep 25, 2024

no one will be able to help you with no info

@aliaksandr-trush
Copy link
Contributor

I guess this is just duplicate of #226

@ewal
Copy link

ewal commented Sep 26, 2024

The problem is still however present after updating the plugin to the latest version.

@mbacalan
Copy link

Also experiencing the issue described in #226 on the latest version.

@plsdev89
Copy link
Contributor

Yes, #226 was happening when I type ..
Now, we are getting similar issue when typing normal word.

For example, I type Class P in python file, I get same error.
I wanted to type Class Person, it seems that codeium was trying to suggest something, but broke.

@aliaksandr-trush

@aliaksandr-trush
Copy link
Contributor

Yes, #226 was happening when I type .. Now, we are getting similar issue when typing normal word.

For example, I type Class P in python file, I get same error. I wanted to type Class Person, it seems that codeium was trying to suggest something, but broke.

@aliaksandr-trush

Works for me:

image

It would be helpful if somebody could provide some information about the issue: steps to reproduce, error message, stack trace, screenshots, etc. As much information you can provide, as simple it would be to reproduce the issue, find root cause and fix it.

@swj1442291549
Copy link

swj1442291549 commented Sep 26, 2024

Here is the steps to reproduce on my environment. I use lspconfig with NvChad. One of the command is its renamer, defined as such:

	map("n", "<leader>ra", function()
		require("nvchad.lsp.renamer")()
	end, opts("NvRenamer"))

I can reproduce this problem every time if I:

  • open a python file (test.py)
  • type "abc = 2" (the actual context does not matter)
  • on "abc", call the rename popup
  • change (add or delete) the name

Then the "completion request failed" message appear
CleanShot 2024-09-26 at 21 51 13@2x

@daoduytan
Copy link

Same issue

@melMass
Copy link

melMass commented Sep 27, 2024

Still experiencing this on latest:

log
[codeium/codeium.log] [ERROR 23:41:19] C:/Users/User/AppData/Local/nvim-data/lazy/codeium.nvim/lua/codeium/notify.lua:14: completion request failed:  {
[codeium/codeium.log]   code = 0,
[codeium/codeium.log]   out = '{"code":"unknown","message":"invalid_argument: parse \\"file://C:\\\\\\\\Users\\\\\\\\User/dev/melMass/sam2-app/app/demo.py\\": invalid port \\":\\\\\\\\Users\\\\\\\\User\\" after host","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"invalid port \\":\\\\\\\\Users\\\\\\\\User\\" after host","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"parse \\"file://C:\\\\\\\\Users\\\\\\\\User/dev/melMass/sam2-app/app/demo.py\\"","details":{"originalTypeName":"net/url/*url.Error","errorTypeMark":{"familyName":"net/url/*url.Error"}}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/fs.PathFromUriString\\n\\texa/fs/uri.go:118\\ngithub.com/Exafunction/Exafunction/exa/document.AbsolutePathAndMaybeWorkspacePathFromProto\\n\\texa/document/document.go:172\\ngithub.com/Exafunction/Exafunction/exa/document.UntrustedDocumentAndPositionFromProto\\n\\texa/document/document.go:126\\ngithub.com/Exafunction/Exafunction/exa/language_server/types/doc_pos_types.NewDocumentPositionWrapperFromProto\\n\\texa/language_server/types/doc_pos_types/doc_pos_wrapper.go:24\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:546\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/types/doc_pos_types.NewDocumentPositionWrapperFromProto\\n\\texa/language_server/types/doc_pos_types/doc_pos_wrapper.go:26\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:546\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:548\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"message":"invalid_argument","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["invalid_argument","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]   response = {
[codeium/codeium.log]     body = '{"code":"unknown","message":"invalid_argument: parse \\"file://C:\\\\\\\\Users\\\\\\\\User/dev/melMass/sam2-app/app/demo.py\\": invalid port \\":\\\\\\\\Users\\\\\\\\User\\" after host","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"invalid port \\":\\\\\\\\Users\\\\\\\\User\\" after host","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"parse \\"file://C:\\\\\\\\Users\\\\\\\\User/dev/melMass/sam2-app/app/demo.py\\"","details":{"originalTypeName":"net/url/*url.Error","errorTypeMark":{"familyName":"net/url/*url.Error"}}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/fs.PathFromUriString\\n\\texa/fs/uri.go:118\\ngithub.com/Exafunction/Exafunction/exa/document.AbsolutePathAndMaybeWorkspacePathFromProto\\n\\texa/document/document.go:172\\ngithub.com/Exafunction/Exafunction/exa/document.UntrustedDocumentAndPositionFromProto\\n\\texa/document/document.go:126\\ngithub.com/Exafunction/Exafunction/exa/language_server/types/doc_pos_types.NewDocumentPositionWrapperFromProto\\n\\texa/language_server/types/doc_pos_types/doc_pos_wrapper.go:24\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:546\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/types/doc_pos_types.NewDocumentPositionWrapperFromProto\\n\\texa/language_server/types/doc_pos_types/doc_pos_wrapper.go:26\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:546\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:548\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"message":"invalid_argument","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["invalid_argument","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]     exit = 0,
[codeium/codeium.log]     headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Fri, 27 Sep 2024 21:41:19 GMT", "Transfer-Encoding: chunked", "", "" },
[codeium/codeium.log]     status = 500
[codeium/codeium.log]   },
[codeium/codeium.log]   status = 500
[codeium/codeium.log] }
13 more lines
13 fewer lines; before #692  4 seconds ago

@melMass
Copy link

melMass commented Sep 28, 2024

Yay 17bbeff fixed my issue

@swj1442291549
Copy link

Same issue #225 (comment) here with 17bbeff

@melMass
Copy link

melMass commented Sep 28, 2024

Yeah, my bad I spoke too soon. Still happens on both Mac and Windows but the error changed:

And I had some completions at first but they it keeps failling / spamming :messages

log
[codeium/codeium.log] [ERROR 21:51:48] C:/Users/User/AppData/Local/nvim-data/lazy/codeium.nvim/lua/codeium/notify.lua:14: completion request failed:  {
[codeium/codeium.log]   code = 0,
[codeium/codeium.log]   out = '{"code":"unknown","message":"canceled: context canceled","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"context canceled","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"canceled","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["canceled","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:234\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).EndStream\\n\\texa/language_server/streaming/base_stream_receiver.go:45\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).EndStream\\n\\texa/language_server/completions_state/streaming_completions_state.go:87\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).GetCompletionInfo\\n\\texa/language_server/streaming/base_stream_receiver.go:81\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:612\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:614\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:678\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:239\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:702\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]   response = {
[codeium/codeium.log]     body = '{"code":"unknown","message":"canceled: context canceled","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"context canceled","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"canceled","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["canceled","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:234\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).EndStream\\n\\texa/language_server/streaming/base_stream_receiver.go:45\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).EndStream\\n\\texa/language_server/completions_state/streaming_completions_state.go:87\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).GetCompletionInfo\\n\\texa/language_server/streaming/base_stream_receiver.go:81\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:612\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:614\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:678\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:239\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:702\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]     exit = 0,
[codeium/codeium.log]     headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Sat, 28 Sep 2024 19:51:48 GMT", "Transfer-Encoding: chunked", "", "" },
[codeium/codeium.log]     status = 500
[codeium/codeium.log]   },
[codeium/codeium.log]   status = 500
[codeium/codeium.log] }
[codeium/codeium.log] [ERROR 21:52:28] C:/Users/User/AppData/Local/nvim-data/lazy/codeium.nvim/lua/codeium/notify.lua:14: completion request failed:  {
[codeium/codeium.log]   code = 0,
[codeium/codeium.log]   out = '{"code":"unknown","message":"canceled: context canceled","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"context canceled","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"canceled","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["canceled","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:234\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).EndStream\\n\\texa/language_server/streaming/base_stream_receiver.go:45\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).EndStream\\n\\texa/language_server/completions_state/streaming_completions_state.go:87\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).GetCompletionInfo\\n\\texa/language_server/streaming/base_stream_receiver.go:81\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:612\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:614\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:678\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:239\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:702\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]   response = {
[codeium/codeium.log]     body = '{"code":"unknown","message":"canceled: context canceled","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"context canceled","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"canceled","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["canceled","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:234\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).EndStream\\n\\texa/language_server/streaming/base_stream_receiver.go:45\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).EndStream\\n\\texa/language_server/completions_state/streaming_completions_state.go:87\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).GetCompletionInfo\\n\\texa/language_server/streaming/base_stream_receiver.go:81\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:612\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:614\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:678\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:239\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:702\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]     exit = 0,
[codeium/codeium.log]     headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Sat, 28 Sep 2024 19:52:28 GMT", "Transfer-Encoding: chunked", "", "" },
[codeium/codeium.log]     status = 500
[codeium/codeium.log]   },
[codeium/codeium.log]   status = 500
[codeium/codeium.log] }
[codeium/codeium.log] [ERROR 21:52:29] C:/Users/User/AppData/Local/nvim-data/lazy/codeium.nvim/lua/codeium/notify.lua:14: completion request failed:  {
[codeium/codeium.log]   code = 0,
[codeium/codeium.log]   out = '{"code":"unknown","message":"canceled: context canceled","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"context canceled","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"canceled","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["canceled","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:306\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:307\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).EndStream\\n\\texa/language_server/streaming/base_stream_receiver.go:45\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).EndStream\\n\\texa/language_server/completions_state/streaming_completions_state.go:87\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:307\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).Error\\n\\texa/language_server/streaming/base_stream_receiver.go:107\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).GetFinalizedCompletionsAndMetadata\\n\\texa/language_server/completions_state/streaming_completions_state.go:219\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:619\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).GetFinalizedCompletionsAndMetadata\\n\\texa/language_server/completions_state/streaming_completions_state.go:220\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:619\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:621\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:678\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:239\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:702\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]   response = {
[codeium/codeium.log]     body = '{"code":"unknown","message":"canceled: context canceled","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"context canceled","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"canceled","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["canceled","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:306\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:307\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).EndStream\\n\\texa/language_server/streaming/base_stream_receiver.go:45\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).EndStream\\n\\texa/language_server/completions_state/streaming_completions_state.go:87\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:307\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).Error\\n\\texa/language_server/streaming/base_stream_receiver.go:107\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).GetFinalizedCompletionsAndMetadata\\n\\texa/language_server/completions_state/streaming_completions_state.go:219\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:619\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).GetFinalizedCompletionsAndMetadata\\n\\texa/language_server/completions_state/streaming_completions_state.go:220\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:619\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:621\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:678\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:239\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:702\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]     exit = 0,
[codeium/codeium.log]     headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Sat, 28 Sep 2024 19:52:29 GMT", "Transfer-Encoding: chunked", "", "" },
[codeium/codeium.log]     status = 500
[codeium/codeium.log]   },
[codeium/codeium.log]   status = 500
[codeium/codeium.log] }
[codeium/codeium.log] [ERROR 21:52:29] C:/Users/User/AppData/Local/nvim-data/lazy/codeium.nvim/lua/codeium/notify.lua:14: completion request failed:  {
[codeium/codeium.log]   code = 0,
[codeium/codeium.log]   out = '{"code":"unknown","message":"canceled: context canceled","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"context canceled","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"canceled","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["canceled","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:234\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).EndStream\\n\\texa/language_server/streaming/base_stream_receiver.go:45\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).EndStream\\n\\texa/language_server/completions_state/streaming_completions_state.go:87\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).GetCompletionInfo\\n\\texa/language_server/streaming/base_stream_receiver.go:81\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:612\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:614\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:678\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:239\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:702\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]   response = {
[codeium/codeium.log]     body = '{"code":"unknown","message":"canceled: context canceled","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"context canceled","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"canceled","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["canceled","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:234\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).EndStream\\n\\texa/language_server/streaming/base_stream_receiver.go:45\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).EndStream\\n\\texa/language_server/completions_state/streaming_completions_state.go:87\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).GetCompletionInfo\\n\\texa/language_server/streaming/base_stream_receiver.go:81\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:612\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:614\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:678\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:239\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:702\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]     exit = 0,
[codeium/codeium.log]     headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Sat, 28 Sep 2024 19:52:29 GMT", "Transfer-Encoding: chunked", "", "" },
[codeium/codeium.log]     status = 500
[codeium/codeium.log]   },
[codeium/codeium.log]   status = 500
[codeium/codeium.log] }
[codeium/codeium.log] [ERROR 21:52:30] C:/Users/User/AppData/Local/nvim-data/lazy/codeium.nvim/lua/codeium/notify.lua:14: completion request failed:  {
[codeium/codeium.log]   code = 0,
[codeium/codeium.log]   out = '{"code":"unknown","message":"canceled: context canceled","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"context canceled","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"canceled","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["canceled","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:234\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).EndStream\\n\\texa/language_server/streaming/base_stream_receiver.go:45\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).EndStream\\n\\texa/language_server/completions_state/streaming_completions_state.go:87\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).GetCompletionInfo\\n\\texa/language_server/streaming/base_stream_receiver.go:81\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:612\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:614\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:678\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:239\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:702\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]   response = {
[codeium/codeium.log]     body = '{"code":"unknown","message":"canceled: context canceled","details":[{"type":"cockroach.errorspb.EncodedError","value":"<TOKEN>","debug":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"wrapper":{"cause":{"leaf":{"message":"context canceled","details":{"originalTypeName":"errors/*errors.errorString","errorTypeMark":{"familyName":"errors/*errors.errorString"}}}},"message":"canceled","details":{"originalTypeName":"connectrpc.com/connect/*connect.Error","errorTypeMark":{"familyName":"connectrpc.com/connect/*connect.Error"},"reportablePayload":["canceled","false"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:234\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).EndStream\\n\\texa/language_server/streaming/base_stream_receiver.go:45\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*streamingCompletionsState).EndStream\\n\\texa/language_server/completions_state/streaming_completions_state.go:87\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1.2\\n\\texa/language_server/api_server_client/completion.go:227\\ngithub.com/Exafunction/Exafunction/exa/language_server/api_server_client.(*ApiServerClient).GetStreamingCompletions.func1\\n\\texa/language_server/api_server_client/completion.go:235\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/streaming.(*BaseStreamReceiver).GetCompletionInfo\\n\\texa/language_server/streaming/base_stream_receiver.go:81\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:612\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState.func1\\n\\texa/language_server/completions_state/completions_state_manager.go:614\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:677\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).requestNewStreamingState\\n\\texa/language_server/completions_state/completions_state_manager.go:678\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:231\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completions_state.(*CompletionsStateManager).UpdateAndGetCompletionsState\\n\\texa/language_server/completions_state/completions_state_manager.go:239\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:691\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server/completion_provider.(*CompletionProvider).HandleAutocomplete\\n\\texa/language_server/completion_provider/completion_provider.go:702\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:54\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/cockroachdb/errors/withstack/*withstack.withStack","errorTypeMark":{"familyName":"github.com/cockroachdb/errors/withstack/*withstack.withStack"},"reportablePayload":["\\ngithub.com/Exafunction/Exafunction/exa/language_server.(*Server).GetCompletions\\n\\texa/language_server/rpcs_completion.go:56\\nconnectrpc.com/connect.NewUnaryHandler[...].func1\\n\\texternal/com_connectrpc_connect/handler.go:52\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*validateInterceptor).WrapUnary.func1\\n\\texa/connect_utils/validate.go:41\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*LogErrorsServerInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:57\\ngithub.com/Exafunction/Exafunction/exa/connect_utils.(*SentryErrorInterceptor).WrapUnary.func1\\n\\texa/connect_utils/interceptor.go:260\\ngithub.com/easyCZ/connect-go-prometheus.(*Interceptor).WrapUnary.func1\\n\\texternal/com_github_easycz_connect_go_prometheus/interceptor.go:73\\nconnectrpc.com/connect.NewUnaryHandler[...].func2\\n\\texternal/com_connectrpc_connect/handler.go:70\\nconnectrpc.com/connect.(*Handler).ServeHTTP\\n\\texternal/com_connectrpc_connect/handler.go:238\\ngithub.com/Exafunction/Exafunction/exa/language_server_pb;language_server_.NewLanguageServerServiceHandler.func1\\n\\tbazel-out/k8-opt/bin/exa/language_server_pb/language_server_connect_go_proto_/github.com/Exafunction/Exafunction/exa/language_server_pb;language_server_/language_server.connect.go:1531\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\nnet/http.(*ServeMux).ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2688\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Cors).Handler.func10\\n\\texternal/com_github_rs_cors/cors.go:231\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngithub.com/Exafunction/Exafunction/exa/language_server.initServers.(*Handler).Handle.(*Handler).handle.func11\\n\\texternal/com_github_getsentry_sentry_go/http/sentryhttp.go:124\\nnet/http.HandlerFunc.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:2171\\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP\\n\\texternal/org_golang_x_net/http2/h2c/h2c.go:125\\nnet/http.serverHandler.ServeHTTP\\n\\tGOROOT/src/net/http/server.go:3142\\nnet/http.(*conn).serve\\n\\tGOROOT/src/net/http/server.go:2044\\nruntime.goexit\\n\\tsrc/runtime/asm_amd64.s:1695"]}}},"details":{"originalTypeName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha","errorTypeMark":{"familyName":"github.com/Exafunction/Exafunction/exa/go_utils/*go_utils.withSha"},"reportablePayload":["ca80eb7f62095935075d58a4fb83a011f628e365"]}}}}]}',
[codeium/codeium.log]     exit = 0,
[codeium/codeium.log]     headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Sat, 28 Sep 2024 19:52:30 GMT", "Transfer-Encoding: chunked", "", "" },
[codeium/codeium.log]     status = 500
[codeium/codeium.log]   },
[codeium/codeium.log]   status = 500
[codeium/codeium.log] }

@khaitranhq
Copy link

Same issue with @melMass on Ubuntu 24.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants