raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.45k stars 3.15k forks source link

[Dashlane Vault]... #12160

Closed i-emil closed 7 months ago

i-emil commented 7 months ago

Extension

https://raycast.com/tm.wrnr/dashlane-vault

Description

Error:

Error: Command failed with ENOENT: dcli password --output json
spawn dcli ENOENT
    at ChildProcess._handle.onexit (node:internal/child_process:286:19)
    at onErrorNT (node:internal/child_process:484:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)

Steps To Reproduce

  1. downloaded dashlane-cli by brew. checked it and it works via terminal
  2. changed the Dashlane ClI path in extension configuration to just "dcli" cause previous path didn't work
  3. now i get this error

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 7 months ago

Thank you for opening this issue!

🔔 @tmwrnr you might want to have a look.

💡 Author and Contributors commands The author and contributors of `tm.wrnr/dashlane-vault` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@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.