lspsaga.nvim icon indicating copy to clipboard operation
lspsaga.nvim copied to clipboard

Error executing vim.schedule lua callback

Open ghost opened this issue 11 months ago • 6 comments

Error executing vim.schedule lua callback: ...site/pack/packer/start/lspsaga.nvim/lua/lspsaga/util.lua:248: attempt to call field 'get_clients' (a nil value) stack traceback: ...site/pack/packer/start/lspsaga.nvim/lua/lspsaga/util.lua:248: in function 'get_offset_encoding' .../start/lspsaga.nvim/lua/lspsaga/codeaction/lightbulb.lua:110: in function 'render' .../start/lspsaga.nvim/lua/lspsaga/codeaction/lightbulb.lua:137: in function <.../start/lspsaga.nvim/lua/lspsaga/codeaction/lightbulb.lua:135>

ghost avatar Jan 28 '25 20:01 ghost

Same error.

hadnet avatar Jan 29 '25 06:01 hadnet

Hey @drLite35 did you find a solution to this problem? Any light on how to resolve this?

hadnet avatar Jan 31 '25 01:01 hadnet

Hey @drLite35 did you find a solution to this problem? Any light on how to resolve this?

Not Yet though trying ,if you find some solution kindly post as well thanks.

ghost avatar Jan 31 '25 08:01 ghost

@drLite35 yeah, really tired of these breaking changes in lspsaga. So I moved on and now I'm using LazyVim. It's a breeze.

hadnet avatar Feb 05 '25 04:02 hadnet

Same error here after update my plugins. Pretty sure this https://github.com/nvimdev/lspsaga.nvim/pull/1506 merge cause our error. For a quick workaround i just revert to earlier version on my setup: "nvimdev/lspsaga.nvim", commit = "d027f8b",

robert-fraczek avatar Feb 07 '25 12:02 robert-fraczek

Same error here after update my plugins. Pretty sure this #1506 merge cause our error. For a quick workaround i just revert to earlier version on my setup: "nvimdev/lspsaga.nvim", commit = "d027f8b",

same error here, but this helped a lot

yovanycunha avatar Feb 14 '25 19:02 yovanycunha