-
Notifications
You must be signed in to change notification settings - Fork 133
Request textDocument/hover failed. Message: unknown document #480
Comments
I have these issues too. Another way to repro this error is by copy paste selected file in the working tree. Then this error pop ups once in few seconds and it only disappears when I restart vscode. |
I don't see Basically if LS was restarted by VSC for whatever reason, it is not getting workspace change notifications anymore. |
did this bug solved? I have these issues too and it's boring... |
I now solve the problem by kill the LanguageServer proc, but still boring... |
I still have this error, and updated newest vscode |
The fix is not in public builds yet. When we resolve issue it means it was fixed and tested internally. There is a major rework of the language server in progress but it is not yet ready for public release. |
Any workaround for this? (particularly in VS Code) |
Typical case is when new file was created and not saved as |
Ah, indeed. Thanks! |
Hello, I got this bug too. I solved from the 'settings.json' . I was using terminal.external.osxExec : gnome-terminal.app and telemetry.enableTelemetry: false . I removed both of them and issue is disappeared for now. |
Folding into #597 |
I solved the issue by reverting back to jedi. This Analysis Engine is the exact reason I don't use Visual Studio 15.0 or 17.0. Under preferences, you should be able to search for jedi, then click the checkbox under the following section:
|
@MarkMoretto - did you use LS 0.1 or 0.2? 0.2 is vastly different from VS. You can try it by setting download to beta channel. "python.analysis.downloadChannel": "beta" |
@Ark-kun commented on Mon Dec 10 2018
Environment data
Version: 1.28.2
Commit: 7f3ce96ff4729c91352ae6def877e59c561f4850
Date: 2018-10-17T00:20:56.183Z
Electron: 2.0.9
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
Architecture: x64
Expected behaviour
I expect mouse hovers not to cause errors.
Actual behaviour
I get errors on mouse hovers.
Steps to reproduce:
Logs
Repeated many times:
The text was updated successfully, but these errors were encountered: