raycast / extensions

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

[1Password] Item does not contain the field 'one-time password'. #13513

Closed liuhuanshuo closed 1 week ago

liuhuanshuo commented 1 month ago

Extension

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

Raycast Version

1.78.1

macOS Version

No response

Description

I use raycast to load the 1password plugin

After configuring 1password-CLI, it works well and can read the account and password I specified normally.

But there is a problem when reading the one-time password.

I clearly set a one-time password in 1password, but I can't access it through raycast, and it keeps prompting that the one-time password cannot be found

Item does not contain the field 'one-time password'.

Of course, one-time passwords definitely exist in 1password

After further investigation, I found that my 1password is a Chinese version, so the key corresponding to the one-time password in the cli is [一次性密码], not [one-time password]

So of course it cannot be accessed.

So for Chinese users, can we optimize it and choose the language for extracting the one-time password according to the version of 1password instead of always using [one-time password]

Steps To Reproduce

As above

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 month ago

Thank you for opening this issue!

🔔 @khasbilegt @thomaspaulmann @dteare @pernielsentikaer @cb372 @henrik-dmg @justspacedog @kjeldahl @superwhys @Luk4h 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 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.