Why does any non-initialize operation always fail for me? #448
Unanswered
winstonpurnomo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Are you sending a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, trying to use python-language-server LSP implementation for something. I am programatically sending JSONRPC messages from Python to pyls using the options pyls --tcp --host localhost --port 8080, and here are the messages am I sending:
It responds with
Then I try to get document symbols with this:
This always gives back an error with this traceback:
Ideas why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions