[deoplete] gocode decode error
nettrino opened this issue · 1 comments
nettrino commented
Hello,
I get gocode decode error
when simply typing fmt
. No other information is printed in the error. Subsequently if I type .
the suggestions appear as usual. Looks like stdout_data
is empty? Also if stdout_data
is empty this Exception
will be thrown and then we will have another error inside the Exception handler's decode()
Also it would be useful to add the actual error when throwing an Exception
, as well as add a config option for users to suppress errors overall?
(Edit: switching to mdempsky's gocode and removing the /tmp/gocode-daemon
file on my system fixes the errors for me, but the issue seems valid still)