-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[NUMI] ... Querying Numi CLI doesn't work #10986
Comments
Thank you for opening this issue! 🔔 @AndresMorelos @pernielsentikaer @viandwi24 you might want to have a look. 💡 Author and Contributors commandsThe author and contributors of
|
I just tested this and downloaded it from brew too, no errors. What does |
BTW, does it matter that Numi itself is installed? Could that somehow impact the numi-cli? I tried uninstalling Numi the application too, but still getting the error. |
No that should be more than fine, do you know how to debug an extension by forking it? If so I'd like to check it with you 🙂 |
Unfortunately not. Are there instructions how to do that somewhere? Also, could it be a permissions problem of some kind maybe? |
I did this, but when I execute |
OK, I figured it out. I ran the extension from Raycast, and it worked like that. It turns out there was an error in my .bashrc file which was causing the problem. Actually, it wasn't an error, it was the initialization of the Startship prompt. After commenting that out, it started working fine. You might want to look into that. |
@alexbet could you please share a minimal .bashrc to replicate it? I also have Starship prompt but with ZSH, and, it works without issues. Probably, it's related to starship/starship#5816 |
BTW, I see here (#10986 (comment)) that you use ZSH too Why not use a .zshrc file instead of .bashrc and add eval "$(starship init zsh)" |
The code use is: eval "$(starship init bash)" I have no idea why this would be a problem. Anyway, switched to ZSH instead. |
I'm not sure why this happened, but it also with the VSCode integrated terminal when it tried to source the .bashrc file, probably something related to the starship prompt for the bash environment. Now that you switched to ZSH, is all working as expected? Let me know to close this issue. |
@alexbet I'll close this issue, feel free to reopen if the issue persists @raycastbot close this issue |
@AndresMorelos @pernielsentikaer I’ve encountered the same issue for some weird things in my |
@kevinm6 let me verify this option |
Thanks! You should get it free using |
Extension
https://www.raycast.com/andresmorelos/numi
Description
When I check the "Use numi-cli" checkbox, quering Numi doesn't work. It says that numi-cli is not installed, when in fact it is. It is installed with Homebrew as suggested on the Numi Github page, and the path to the numi file (a symbolic link) is correct. The symbolic link is at
/opt/homebrew/bin/numi-cli
Here are a couple of screenshots of the setting and the result.
I tried uninstalling/installing the extension, the numi-cli, Numi itself, but nothing changed.
Steps To Reproduce
Current Behaviour
It says that numi-cli is not installed, which is not correct. If I query the numi-cli directly in Terminal, it works fine.
Expected Behaviour
It should work with the numi-cli.
The text was updated successfully, but these errors were encountered: