-
Notifications
You must be signed in to change notification settings - Fork 90
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
error in process filter: let*: Wrong type argument: listp, "file:///f:/code/test/" error in process filter: Wrong type argument: listp, "file:///f:/code/test/" #93
Comments
please do toggle-debug-on-error and post the error callstack as per issue template. |
Sorry, I forgot this, and I'm on MAC OS, emacs 26.1, lsp 6.0 Debugger entered--Lisp error: (wrong-type-argument listp "file:///Users/hufang/jdee-server/") |
Take a look here: cquery-project/emacs-cquery#68 You have several workarounds:
|
Describe the bug
When start lsp 6.0 with in a java file, it report below message:
error in process filter: let*: Wrong type argument: listp, "file:///f:/code/test/" error in process filter: Wrong type argument: listp, "file:///f:/code/test/"
Note
Before logging the bug please make sure that the issue is reproducible with latest melpa packages and it is reproducible with the clean config(the config from the getting started page.
To Reproduce
{populate}
Expected behavior
{populate}
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Please include the debug stack trace (if there is an error) and the content of Messages buffer with
lsp-print-io
set to t in case the bug is related to client->server communication.The text was updated successfully, but these errors were encountered: