Forum Discussion
FYI, I'm able to attach files once again using the nightly build, however (and I noticed this before switching to the nightly build) I'm still unable to download those same files.
When running 1Password via command line, here's the error that occurs whenever the download button is clicked:
ERROR 2024-06-27T21:36:53.771 tokio-runtime-worker(ThreadId(28)) [1P:ffi/op-core-node/src/lib.rs:503] Write(OpOpen(InvalidPath))
(node:590219) UnhandledPromiseRejectionWarning: Error: Write(OpOpen(InvalidPath))
(Use `1password --trace-warnings ...` to show where the warning was created)
(node:590219) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
If it run it with --unhandled-rejections=strict
, the error is the same.