Skip to content

Crash upon requesting 'window/progress' (neovim) #1206

@ghost

Description

The language server crashes every time I try to save a file.
I did read through a lot of the issues, but could not resolve this problem.

Log:

[ERROR][2023-01-24 12:48:07] .../vim/lsp/rpc.lua:733	"rpc"	"julia"	"stderr"	'┌ Info: Running language server\n│   VERSION = v"1.8.0"\n│   pwd() = "/mnt/Data/Sync/Archive/scripts/julia/MyProject"\n│   project_path = "/mnt/Data/Sync/Archive/scripts/julia/MyProject"\n└   depot_path = ""\n'
[ERROR][2023-01-24 12:48:22] .../vim/lsp/rpc.lua:733	"rpc"	"julia"	"stderr"	"[ Info: Received new data from Julia Symbol Server.\n"
[ERROR][2023-01-24 12:48:22] .../vim/lsp/rpc.lua:733	"rpc"	"julia"	"stderr"	"ERROR: "
[ERROR][2023-01-24 12:48:23] .../vim/lsp/rpc.lua:733	"rpc"	"julia"	"stderr"	"Unknown method window/progress.\nStacktrace:\n [1] dispatch_msg(x::"
[ERROR][2023-01-24 12:48:23] .../vim/lsp/rpc.lua:733	"rpc"	"julia"	"stderr"	"JSONRPC.JSONRPCEndpoint{Base.PipeEndpoint, Base.PipeEndpoint}, dispatcher::JSONRPC.MsgDispatcher, msg::"
[ERROR][2023-01-24 12:48:23] .../vim/lsp/rpc.lua:733	"rpc"	"julia"	"stderr"	"Dict{String, Any})\n   @ JSONRPC "
[ERROR][2023-01-24 12:48:23] .../vim/lsp/rpc.lua:733	"rpc"	"julia"	"stderr"	"~/.julia/packages/JSONRPC/P0G1p/src/typed.jl:81\n [2] run("
[ERROR][2023-01-24 12:48:23] .../vim/lsp/rpc.lua:733	"rpc"	"julia"	"stderr"	"server::LanguageServerInstance)\n   @ LanguageServer ~/.julia/packages/LanguageServer/0vsx2/src/languageserverinstance.jl:382\n [3] top-level scope\n   @ none:31\n"

The file (it does crash on every file though):

module MyProject
greet() = print("Hello World!")
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions