nyoom-engineering/nyoom.nvim

Fresh install packer error

hrqmonteiro opened this issue · 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

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
R3D2 commented

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

including it in case it's related

#158 (comment) made the hotpot error go away yet the original problem still exists

R3D2 commented
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

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.

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