-
Notifications
You must be signed in to change notification settings - Fork 56
Unexpected response from Language Server #44
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
Comments
Dear @masterSunflowers , can you please run the unit tests for multilspy as shown in README and report the results? |
Yes, of course. But now, I have no access to the computer that I encountered the problem. I will test and report soon (about a week later) |
Hi @masterSunflowers, did you have a chance to look into the issue? I would be glad to help in any way I can! |
@LakshyAAAgrawal Receiving similar error. Though not always. In my quick test: I'm getting the error 8 times out of 36 when trying to resolve this file: https://github.com/aws-samples/aws-serverless-airline-booking/blob/archive/src/backend/booking/src/notify-booking/notify.py
Resolutions that are returning this error (everything is 0 indexed): Resolutions which were successful: Note that I've tried running this multiple times and I'm have the same failures consistently. |
could you please try the recently integrated pyright language server instead of Jedi to see if it solves your issue? |
@LakshyAAAgrawal Upgraded to 0.0.15 (the latest version). Still the same error. (fwiw, I'm not sure if pyright was included in the release.) |
Hi, thank for great repository. I currently encounter this problem:
Unexpected response from Language Server: None
. Here is the log from multilspy:bash INFO:multilspy:{"time":"2025-01-14 11:43:11","level":"INFO","caller_file":"C:\\Users\\thieulvd\\AppData\\Local\\anaconda3\\envs\\continue\\Lib\\site-packages\\multilspy\\language_servers\\jedi_language_server\\jedi_server.py","caller_name":"start_server","caller_line":99,"message":"Starting jedi-language-server server process"} INFO:multilspy:{"time":"2025-01-14 11:43:11","level":"INFO","caller_file":"C:\\Users\\thieulvd\\AppData\\Local\\anaconda3\\envs\\continue\\Lib\\site-packages\\multilspy\\language_servers\\jedi_language_server\\jedi_server.py","caller_name":"start_server","caller_line":103,"message":"Sending initialize request from LSP client to LSP server and awaiting response"}
I don't know where to start debugging.
The text was updated successfully, but these errors were encountered: