Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Anonymous
4 years agoCan't autofill sudo commands
I have went through https://support.1password.com/mac-universal-autofill/#autofill-your-mac-login and am unable to autofill my password when using sudo commands.
I have a Mac login item, which a...
Anonymous
4 years agoMaybe this will help. Looks like some sort of a silent rust error showing up in my logs when I try and autofill in iTerm2:
```
ERROR 2022-06-07T01:43:56.302 tokio-runtime-worker(ThreadId(7)) [1P:op-desktop-autofill/src/macos.rs:114] active application did not have expected signature, aborting fill: DoesNotMatchTeam
ERROR 2022-06-07T01:43:56.302 tokio-runtime-worker(ThreadId(7)) [1P:op-app/src/app/backend.rs:209] AppError at op-app/src/app/backend/autofill.rs:356:25
AutoTypeError(GatheringActiveAppInfoFailed)
Stack backtrace:
0: backtrace::backtrace::trace
1: anyhow::backtrace::capture::Backtrace::capture
2: anyhow::error::
3: core::future::from_generator::GenFuture%3CT as core::future::future::Future>::poll
4: core::future::from_generator::GenFuture%3CT as core::future::future::Future>::poll
5: tokio::runtime::task::harness::poll_future
6: tokio::runtime::task::harness::Harness
7: std::thread::local::LocalKey
8: tokio::runtime::thread_pool::worker::Context::run_task
9: tokio::runtime::thread_pool::worker::Context::run
10: tokio::macros::scoped_tls::ScopedKey
11: tokio::runtime::thread_pool::worker::run
12: tokio::runtime::blocking::task::BlockingTask%3CT as core::future::future::Future>::poll
13: tokio::runtime::task::harness::Harness
14: tokio::runtime::blocking::pool::Inner::run
15: std::sys_common::backtrace::__rust_begin_short_backtrace
16: core::ops::function::FnOnce::call_once{{vtable.shim}}
17: std::sys::unix::thread::Thread::new::thread_start
18: __pthread_deallocate
```