Skip to content
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

[1Password] CLI is not found #16571

Closed
philsimon opened this issue Jan 23, 2025 · 8 comments
Closed

[1Password] CLI is not found #16571

philsimon opened this issue Jan 23, 2025 · 8 comments
Labels
bug Something isn't working extension Issues related to one of the extensions in the Store extension: 1password Issues related to the 1password extension

Comments

@philsimon
Copy link

Extension

https://www.raycast.com/khasbilegt/1password

Raycast Version

1.891

macOS Version

No response

Description

Error:

Error: 1Password CLI is not found. Please set the path in the extension preferences.

Ee:utils.ts:34:10

---
31:     .find((path) => (path ? existsSync(path) : false));
32: 
33:   if (!cliPath) {
34:     throw new CommandLineMissingError("1Password CLI is not found. Please set the path in the extension preferences.");
35:   }
36:   return cliPath;
37: };
---

Object.<anonymous>:item-list.js:32:72138
Module._compile:loader:1358:14
Object..js:loader:1416:10

Steps To Reproduce

I tried to access the 1Password extension from Raycast.

Image

Current Behaviour

No response

Expected Behaviour

No response

@philsimon philsimon added bug Something isn't working extension Issues related to one of the extensions in the Store labels Jan 23, 2025
@raycastbot raycastbot added the extension: 1password Issues related to the 1password extension label Jan 23, 2025
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @khasbilegt @thomaspaulmann @dteare @pernielsentikaer @cb372 @henrik-dmg @justspacedog @superwhys @Luk4h @LitoMore @bxb100 @vimtor you might want to have a look.

💡 Author and Contributors commands

The author and contributors of khasbilegt/1password can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

@LitoMore
Copy link
Contributor

Error: 1Password CLI is not found. Please set the path in the extension preferences.

Did you install the 1Password CLI and set the path?

@LitoMore

This comment has been minimized.

@raycastbot raycastbot changed the title [Extension Name] ... [1Password] ... [1Password] CLI is not found Jan 23, 2025
@philsimon
Copy link
Author

Thanks. I did not. I'm new to Raycast.

@LitoMore
Copy link
Contributor

@raycastbot close as not planned

@raycastbot raycastbot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 23, 2025
@philsimon
Copy link
Author

Hello. I installed the CLI and now get this error:

Image

@philsimon
Copy link
Author

Very strange. I've installed the CLI via HomeBrew.

Error: 1Password CLI is not found. Please set the path in the extension preferences.

S1:utils.ts:34:10


31: .find((path) => (path ? existsSync(path) : false));
32:
33: if (!cliPath) {
34: throw new CommandLineMissingError("1Password CLI is not found. Please set the path in the extension preferences.");
35: }
36: return cliPath;
37: };

Object.:generate-password.js:31:8612
Module._compile:loader:1358:14
Object..js:loader:1416:10

@philsimon
Copy link
Author

I rebooted and it worked. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension Issues related to one of the extensions in the Store extension: 1password Issues related to the 1password extension
Projects
None yet
Development

No branches or pull requests

3 participants