-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Callback Error: binary.lua:82: Expected value but found unexpected end of string at character 8127 #167
Comments
hi @jsco2t can you please provide the go project + what lines exactly are you selecting? is it consistent? for every selection? |
hi. I'm hitting the same issue. here's the code and error I see in nvim after applying the patch from #94. note that I've redacted most of the
fwiw, I've also seen similar behavior if instead of I'm using:
[edited after]
note the char number diff: 8193 in mine vs. 8127 in the bug title/original error message. char 8193 does correspond to the json cutoff in my gist. |
I'm unable to reproduce this, but I believe I know what the issue is.. give me couple of days to solve this |
Hi guys, can you test this #168 ? |
Highly appreciated the detailed issue! Merging it now |
Describe the bug
The following error is generated when using
/explain-code
(in chat-ui):To Reproduce
Steps to reproduce the behavior:
:TabnineChat
to open chat UI/explain-code
neovim
Expected behavior
No error
Version Info:
nvim -v
): NVIM v0.9.5This is a follow-up to: #151 which was closed as fixed but is not fixed for me.
The text was updated successfully, but these errors were encountered: