davidgranstrom / scnvim

Neovim frontend for SuperCollider.
GNU General Public License v3.0
208 stars 28 forks source link

[BUG] Error executing vim.schedule lua callback: […] Unrecognized handler #209

Closed ckutzner closed 1 year ago

ckutzner commented 1 year ago

Describe the bug After booting the SuperCollider server, I get the following error message: 2022-12-29_scnvim-bug

Expected behavior

Steps to reproduce

Additional context I reinstalled scnvim after running into this bug repeatedly while trying to transition to lua config from older versions. The error persist after reinstalling and using the default config.

Information

scnvim documentation

scnvim extensions

davidgranstrom commented 1 year ago

@ckutzner Thanks for the report. Perhaps older versions of the scnvim SuperCollider classes are still installed since you mention that you are updating to a new configuration? Try and manually delete C:/Users/User/AppData/Local/SuperCollider/Extensions/scide_scnvim and then restart Neovim, this would ensure that the latest classes are installed (if you are using the default scnvim configuration). Please let me know if the error still persists!

ckutzner commented 1 year ago

Thank you, that fixed it, it works now!