We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x10 pc=0xcdaa00]
goroutine 31 [running]: github.com/a-h/templ/cmd/templ/lspcmd/proxy.(*Server).CodeAction(0xc00016e460, {0xebaed0, 0xc00016e190}, 0xc000180840) C:/Users/Surfer/go/pkg/mod/github.com/a-h/[email protected]/cmd/templ/lspcmd/proxy/server.go:294 +0x480 github.com/a-h/protocol.serverDispatch({0xebaed0, 0xc00016e190}, {0xec11d0, 0xc00016e460}, 0xc000226f00, {0xebb1a8, 0xc00011e400}) C:/Users/Surfer/go/pkg/mod/github.com/a-h/[email protected]/server.go:158 +0x4013 github.com/a-h/protocol.NewServer.ServerHandler.func1({0xebaed0, 0xc00016e190}, 0xc000226f00, {0xebb1a8, 0xc00011e400}) C:/Users/Surfer/go/pkg/mod/github.com/a-h/[email protected]/server.go:36 +0x7e github.com/a-h/protocol.Handlers.ReplyHandler.func1({0xebaed0, 0xc00016e190}, 0xc00010edb0, {0xebb1a8, 0xc00011e400}) C:/Users/Surfer/go/pkg/mod/go.lsp.dev/[email protected]/handler.go:35 +0xc6 github.com/a-h/protocol.Handlers.AsyncHandler.func2.2() C:/Users/Surfer/go/pkg/mod/go.lsp.dev/[email protected]/handler.go:114 +0x76 created by github.com/a-h/protocol.Handlers.AsyncHandler.func2 in goroutine 23 C:/Users/Surfer/go/pkg/mod/go.lsp.dev/[email protected]/handler.go:112 +0x165 [Error - 8:31:01 PM] Connection to server got closed. Server will not be restarted. [Error - 8:31:01 PM] Server process exited with code 2.
The text was updated successfully, but these errors were encountered:
Not a lot of info in this issue, but it could be a duplicate of this: #803
Sorry, something went wrong.
Thank you, worked!
Fixed in https://github.com/a-h/templ/releases/tag/v0.2.731
No branches or pull requests
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x10 pc=0xcdaa00]
goroutine 31 [running]:
github.com/a-h/templ/cmd/templ/lspcmd/proxy.(*Server).CodeAction(0xc00016e460, {0xebaed0, 0xc00016e190}, 0xc000180840)
C:/Users/Surfer/go/pkg/mod/github.com/a-h/[email protected]/cmd/templ/lspcmd/proxy/server.go:294 +0x480
github.com/a-h/protocol.serverDispatch({0xebaed0, 0xc00016e190}, {0xec11d0, 0xc00016e460}, 0xc000226f00, {0xebb1a8, 0xc00011e400})
C:/Users/Surfer/go/pkg/mod/github.com/a-h/[email protected]/server.go:158 +0x4013
github.com/a-h/protocol.NewServer.ServerHandler.func1({0xebaed0, 0xc00016e190}, 0xc000226f00, {0xebb1a8, 0xc00011e400})
C:/Users/Surfer/go/pkg/mod/github.com/a-h/[email protected]/server.go:36 +0x7e
github.com/a-h/protocol.Handlers.ReplyHandler.func1({0xebaed0, 0xc00016e190}, 0xc00010edb0, {0xebb1a8, 0xc00011e400})
C:/Users/Surfer/go/pkg/mod/go.lsp.dev/[email protected]/handler.go:35 +0xc6
github.com/a-h/protocol.Handlers.AsyncHandler.func2.2()
C:/Users/Surfer/go/pkg/mod/go.lsp.dev/[email protected]/handler.go:114 +0x76
created by github.com/a-h/protocol.Handlers.AsyncHandler.func2 in goroutine 23
C:/Users/Surfer/go/pkg/mod/go.lsp.dev/[email protected]/handler.go:112 +0x165
[Error - 8:31:01 PM] Connection to server got closed. Server will not be restarted.
[Error - 8:31:01 PM] Server process exited with code 2.
The text was updated successfully, but these errors were encountered: