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
After installing rustowl and opening a rust project in (doom) emacs, I encountered the error Error running timer ‘rustowlsp-cursor-call’: (wrong-type-argument stringp nil). Rust-analyzer seems to work fine, however rustowl does not activate.
The minibuffer has the following logs upon loading:
LSP :: rust-analyzer:11993 initialized successfully in folders: (/home/wych/git/projects/delphea-cli-rust)
LSP :: Error from the Language Server: unknown request (Method not Found) [2 times]
Error running timer ‘rustowlsp-cursor-call’: (wrong-type-argument stringp nil)
After toggling debug-on-error, I got the following: Error running timer ‘rustowlsp-cursor-call’: (error "The connected server(s) does not support method rustowl/cursor. To find out what capabilities support your server use ‘M-x lsp-describe-session’ and expand the capabilities section")
Sure enough, it does not look as though rustowl/cursor is in the Capabilities section. It's slightly too long to get a screenshot of all of them, but I'll attach it at the bottom.
I'm running a pretty unmodified doom emacs installation.
Maybe it's related to #27's issue? I'm unfortunately pretty new to emacs so there's a not insignificant chance that it's somehow my fault.
Also, when trying to find rustowl's version number (it should be the most recent) I ran rustowlc --version and received this error: rustowlc: error while loading shared libraries: librustc_driver-6461196f3e72bd0c.so: cannot open shared object file: No such file or directory
Maybe that has something to do with it? I checked my logs so I'll put in the correct version, but yeah
Thanks in advance, and thank you for making such an incredible tool. This will help me more than you can believe.
Bug Description
After installing rustowl and opening a rust project in (doom) emacs, I encountered the error
Error running timer ‘rustowlsp-cursor-call’: (wrong-type-argument stringp nil)
. Rust-analyzer seems to work fine, however rustowl does not activate.The minibuffer has the following logs upon loading:
After toggling debug-on-error, I got the following:
Error running timer ‘rustowlsp-cursor-call’: (error "The connected server(s) does not support method rustowl/cursor. To find out what capabilities support your server use ‘M-x lsp-describe-session’ and expand the capabilities section")
Sure enough, it does not look as though rustowl/cursor is in the Capabilities section. It's slightly too long to get a screenshot of all of them, but I'll attach it at the bottom.
My
package!
code is below.I'm running a pretty unmodified doom emacs installation.
Maybe it's related to #27's issue? I'm unfortunately pretty new to emacs so there's a not insignificant chance that it's somehow my fault.
Also, when trying to find rustowl's version number (it should be the most recent) I ran
rustowlc --version
and received this error:rustowlc: error while loading shared libraries: librustc_driver-6461196f3e72bd0c.so: cannot open shared object file: No such file or directory
Maybe that has something to do with it? I checked my logs so I'll put in the correct version, but yeah
Thanks in advance, and thank you for making such an incredible tool. This will help me more than you can believe.
Environment
The text was updated successfully, but these errors were encountered: