Skip to content

Commit e6d3970

Browse files
committed
FAQ.md: Add FAQ
1 parent 03eebcb commit e6d3970

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

FAQ.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Frequently Asked Questions (FAQ)
2+
3+
### Why does nothing happen when I run the workflow?
4+
5+
Something always happens, so check the [debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/). Ensure you [installed the Automation Tasks](https://www.alfredapp.com/help/kb/automation-task-not-found/).
6+
7+
### How do I get past `Updating items…`?
8+
9+
If the workflow appears to hang when updating items, [open a terminal](https://support.apple.com/en-gb/guide/terminal/apd5265185d-f365-44cb-8b09-71a064a42125/mac) and run `op item list`:
10+
11+
* If you get an error, something is wrong with 1Password’s command-line tool or its interaction with the app and it needs to be resolved with [the 1Password support](https://1password.community/).
12+
* If you see your items, open the [debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) and run `:1pextras` → `Force Update Items`. Include the debugger’s output in your report.
13+
14+
### How do I report an issue?
15+
Accurate and thorough information is crucial for a proper diagnosis. When reporting issues, please include the output of running `!1pdiagnostic` in Alfred, in addition to:
16+
17+
* The [debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) output. Open it, perform the failing action, and click “Copy”.
18+
* Details on what you did, what happened, and what you expected to happen. A [short video](https://support.apple.com/en-us/HT208721) of the steps with the debugger open may help to find the problem faster.

0 commit comments

Comments
 (0)