Skip to content
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

Error coming up with latest release in neovim #45

Closed
mhartington opened this issue Oct 19, 2015 · 3 comments
Closed

Error coming up with latest release in neovim #45

mhartington opened this issue Oct 19, 2015 · 3 comments

Comments

@mhartington
Copy link

Getting an error inside of neovim

Error detected while processing function tsuquyomi#complete..tsuquyomi#tsClient#tsCompletions..tsuquyomi#tsClient#sendCommandSyncResponse..<SNR>222_
decode:
line   17:
E114: Missing quote: "declar
Error detected while processing function tsuquyomi#complete..tsuquyomi#tsClient#tsCompletions..tsuquyomi#tsClient#sendCommandSyncResponse..<SNR>222_
decode:
line   17:
E15: Invalid expression: {"seq":0,"type":"response","command":"completions","request_seq":0,"success":true,"body":[{"name":"AbstractWorker","kind":"
interface","kindModifiers":"declare","sortText":"0"},{"name":"ActiveXObject","kind":"interface","kindModifiers":"declare","sortText":"0"},{"name":"a
ddEventListener","kind":"function","kindModifiers":"declare","sortText":"0"},{"name":"alert","kind":"function","kindModifiers":"declare","sortText":
"0"},{"name":"Algorithm","kind":"interface","kindModifiers":"declare","sortText":"0"},{"name":"AnalyserNode","kind":"interface","kindModifiers":"dec
lare","sortText":"0"},{"name":"ANGLE_instanced_arrays","kind":"interface","kindModifiers":"declare","sortText":"0"},{"name":"AnimationEvent","kind":
"interface","kindModifiers":"declare","sortText":"0"},{"name":"animationStartTime","kind":"var","kindModifiers":"declare","sortText":"0"},{"name":"a
ny","kind":"keyword","kindModifiers":"","sortText":"0"},{"name":"applicationCache","kind":"var","kindModifiers":"declare","sortText":"0"
Error detected while processing function tsuquyomi#complete..tsuquyomi#tsClient#tsCompletions..tsuquyomi#tsClient#getResponseBodyAsList:
line    5:
E715: Dictionary required
Pattern not found

Neovim Version: NVIM 0.0.0-alpha+201510160154 (compiled Oct 17 2015 09:48:05)
OSX 10.11
Iterm 2 nightligh builds.

What other information do you need?

@Quramy
Copy link
Owner

Quramy commented Nov 4, 2015

Hi, @mhartington .

I apologize for late reply.

I tried to reproduce your issue, I tested in the following env, but I could not.

  • neovim: NVIM v0.1.0-4-g4196d0b (compiled Nov 4 2015 18:41:26)
  • OS X: 10.10.3
  • iTerm2: Build 2.1.4

Please update your nvim and try to reproduce this issue.

@co-dh
Copy link

co-dh commented Nov 23, 2015

I see this error too, but on traditional vim.
I can fixed it by TsuStopServer, TsuStartServer
I guess the returned response from tsserver is not complete, as you can see from the error message.
It happens when you have a big project. ( for me I am using react.js) and continuously modify the code.

@Quramy
Copy link
Owner

Quramy commented Dec 18, 2015

I thinks that this issue is related to #47.

Please try update TypeScript to v1.7.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants