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

Fresh install packer error

Open hrqmonteiro opened this issue 1 year ago • 6 comments

Error executing vim.schedule lua callback: ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: Cannot convert given lua type
stack traceback:
        [C]: in function 'nvim_notify'
        ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: in function <...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:52>

image

hrqmonteiro avatar Apr 24 '24 01:04 hrqmonteiro

got the same error when opening and before during installation, while running bin/nyoom sync. Also got Unfortunately it was not possible to support both options simultaneously :( sorry. after the hotpot api change notice, whatever that means, including it in case it's related:

❯ bin/nyoom sync
Synchronizing your config with Nyoom Nvim

Nyoom version: f808500
NVIM v0.10.0-dev-3028+g4625394a7-Homebrew
Build type: Release
LuaJIT 2.1.1713773202
Run "nvim -V1 -v" for more info

Clearing cache
Loading Packer
Compiling Nyoom Doctor
The hotpot.api.make usage has changed, please see
:h hotpot-cookbook-using-dot-hotpot
:h hotpot.api.make
Unfortunately it was not possible to support both options simultaneously :( sorry.
Initializing Module System
Installing Packages
Compiling Nyoom Modules

Would you like to sync tree-sitter parsers for enabled modules? y/n: y
Syncing Tree-sitter Parsers (this may take a while)

Downloading tree-sitter-norg_meta...
Creating temporary directory
Extracting tree-sitter-norg_meta...
Compiling...
Treesitter parser for norg_meta has been installed
Downloading tree-sitter-norg_table...
Creating temporary directory
Extracting tree-sitter-norg_table...
Compiling...
Treesitter parser for norg_table has been installed
Error detected while processing command line:
Error executing vim.schedule lua callback: ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: Cannot convert given lua type
stack traceback:
	[C]: in function 'nvim_notify'
	...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: in function <...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:52>
Nyoom successfully synced parsers in 2s

codingvivi avatar Jun 05 '24 11:06 codingvivi

Is there a workaround ? The project is unusable for me at the moment.

R3D2 avatar Jun 12 '24 11:06 R3D2

including it in case it's related

https://github.com/nyoom-engineering/nyoom.nvim/issues/158#issuecomment-1879923259 made the hotpot error go away yet the original problem still exists

codingvivi avatar Jun 12 '24 17:06 codingvivi

Error executing vim.schedule lua callback: ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: Cannot convert given lua type
stack traceback:
        [C]: in function 'nvim_notify'
        ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: in function <...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:52>
Nyoom successfully synced parsers in 3s

After applying #158 fix

R3D2 avatar Jun 13 '24 09:06 R3D2

I am too trying to resolve this for two days now, re-installed about ten times now but can't seem to be able to pinpoint it to actual cause just yet.

richardkramen avatar Jul 11 '24 01:07 richardkramen

Error executing vim.schedule lua callback: ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: Cannot convert given lua type
stack traceback:
        [C]: in function 'nvim_notify'
        ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: in function <...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:52>
Nyoom successfully synced parsers in 3s

After applying #158 fix

+1 Also running into this

mashaal avatar Jul 13 '24 00:07 mashaal