bug: avante always fails with E5108: Error executing lua:
, because system_prompt
template render fails, missing question
field
#888
Labels
bug
Something isn't working
Describe the bug
Just
,ae
or,aa
anything, nvim reports not very verbose exceptionE5108: Error executing lua:
, nothing happens.The exception happens here:
Root cause is that the render dies with
deserialize error: missing field 'question'
.This I found by adding some
vim.notify & inspect
debug prints:Which prints:
vanilla install with lazy,
main
branch current HEAD (934602b), but has been happenning for some time.make BUILD_FROM_SOURCE=true
did not help.To reproduce
No response
Expected behavior
avante works and does not die on exception.
Installation method
Environment
nvim 0.10.2, clean lazy config. "Ubuntu 24.04 LTS
Repro
No response
The text was updated successfully, but these errors were encountered: