You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am receiving the following error intermittently (but fairly frequently):
Error detected while processing function <lambda>1[1]..16[2]..lsc#protocol#consumeMessage[1]..<SNR>85_consumeMessage:
line 15:
E474: Attempt to decode a blank string
Press ENTER or type command to continue
I am still trying to track down exactly when this happens, but thought I would go ahead and create an issue in case anyone else is having a similar issue... I have even tried debugging the server and adding echos in the client but can't seem to catch it...
I have seen it on macOS 10.10 and Ubuntu 18.04.
I am using'python-language-server[all]' pyls-mypy pyls-isort:
I am receiving the following error intermittently (but fairly frequently):
I am still trying to track down exactly when this happens, but thought I would go ahead and create an issue in case anyone else is having a similar issue... I have even tried debugging the server and adding
echo
s in the client but can't seem to catch it...I have seen it on macOS 10.10 and Ubuntu 18.04.
I am using
'python-language-server[all]' pyls-mypy pyls-isort
:config (I have observed this across several versions, but I am running 908bb50 right now):
The only plugin that I could see affecting LSC is Neoformat.
Haven't looked too fair into the code, but it might be just a simple
if
statement before doing a JSON decode. If so, I would be happy to open a PR.The text was updated successfully, but these errors were encountered: