Jump to content

Acidham

Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Acidham

  1. i freshly installed my computer and tried to setup 1Password search workflow. 1. 1p > "sign in and update items" 2. Opens items2 and stops with following error: [ERROR] 2022/06/10 23:01:38 cannot read config at “/Users/john/.config/op/config”: Can’t continue. We can’t safely access “/Users/john/.config/op/config” because its permissions are too broad. Change its permissions to 600 and try again. ./1password.js: execution error: Error: SyntaxError: JSON Parse error: Unexpected EOF (-2700) [ERROR] 2022/06/10 23:01:38 cannot read config at “/Users/john/.config/op/config”: Can’t continue. We can’t safely access “/Users/john/.config/op/config” because its permissions are too broad. Change its permissions to 600 and try again. ./1password.js: execution error: Error: SyntaxError: JSON Parse error: Unexpected EOF (-2700) /Users/john/Dropbox/Alfred/Alfred.alfredpreferences/workflows/user.workflow.86868E59–5805–46C1-B622-DCC39DBC9E9D/signin.zsh:16: command not found: '' ------------------------- IMPORTANT ------------------------- You have an old version of the 1Password command-line tool. Install the latest version from: https://1password.com/downloads/command-line/ Then run the Workflow again. You may close the terminal. -------------------------------------------------------------
  2. Thx I will change documentation to ensure requests is installed for python3...Thank you!
  3. Bionic Reading is a new method facilitating the reading process by guiding the eyes through text with artificial fixation points. As a result, the reader is only focusing on the highlighted initial letters and lets the brain center complete the word. In a digital world dominated by shallow forms of reading, Bionic Reading aims to encourage a more in-depth reading and understanding of written content. See Bionic Reading Webpage for more information Requirements Python 3 Requests library pip install requests API Key: https://rapidapi.com/bionic-reading-bionic-reading-default/api/bionic-reading1/, please enter API Key in Workflow settings. Usage The Bionic Reading Workflow is implemented as an Universal Action and accessible via keyword bio Universal Action Mark an URL and enter Universal action → search for Bionic Reading in Universal Action Keyword Just type bio and enter the text Download on GIT: https://github.com/Acidham/alfred-bionic-reading/releases
  4. @vitor Yep seems you are right. But OneUpdater is implemented and should keep the WF fresh. @ItsJaky Please update the WF: https://github.com/Acidham/search-alfred-workflows/releases/tag/v2.0.0 and try again.
  5. Did you install python 3 ? What is python3 -V telling you when you execute it in terminal ?
  6. Ok, done…you should change “seconds” to “minutes”
  7. Thx @vitor it works, biometric unlock works but then update items takes forever: Updating items list. It will take a few seconds to complete. You may close the terminal at any time. ........
  8. @vitor Thanks disabling biometric unlock made it! Thank you!
  9. Hi Vitor Thank you! After my quick and dirty URL Scheme-based WF stopped with 1Password Beta 8 I am trying your new one. I executed and opened terminal, but I am receiving the following error. Seems I need to enable something in 1P? ---------------------------- INSTRUCTIONS ---------------------------- The official 1Password command-line tool will ask you to sign in. This is necessary to get the items list for the 1Password Workflow. For account details, consult your 1Password Emergency Kit: https://support.1password.com/emergency-kit/#get-your-emergency-kit ---------------------------------------------------------------------- [ERROR] 2022/04/25 10:41:21 connecting to desktop app: not connected ./1password.js: execution error: Error: SyntaxError: JSON Parse error: Unexpected EOF (-2700) [ERROR] 2022/04/25 10:41:21 connecting to desktop app: not connected Updating items list. It will take a few seconds to complete. You may close the terminal at any time. .[ERROR] 2022/04/25 10:41:22 connecting to desktop app: not connected ./1password.js: execution error: Error: SyntaxError: JSON Parse error: Unexpected EOF (-2700)
  10. @petebocken I think this is more like a general question on how to use Alfred. This thread is about the Shortcuts Runner Workflow. You can also leverage Search above. I, personally, don't use Alfred that way, but I found the following discussion:
  11. Just edit the shortcut and type any other keyword? 🤷‍♂️
  12. @mcskrzypczak Is there a GIT repo to contribute? I implemented a few enhancements and improvements and would like to share.
  13. I agree to @vitor better is to use the Forum or GIT issues to file a problem: https://github.com/Acidham/alfred-vscode-workspace-explorer The error comes due to the OS changes from Apple around python. I updated the workflow on git. Let me know if it works.
  14. @vitor yep right but this installs symlink in /usr/local/bin but shebangs in python2 workflows are set to #!/usr/bin/env python which points to /usr/bin/python btw how can I format code lines in the forum here?
  15. I mentioned it...it is not permitted due to Apple's SIP: ln: /usr/bin/python: Operation not permitted
  16. i tried these steps but I don’t have permission to create symlink in /usr/bin due to Apple’s SIP.
  17. @vitor After a few days of receiving the first issues with missing Python 2.7 I attempted to fix my pyenv python installation and some older workflows, but I decided to give it up and switch to Python 3 completely. I found it easier instead of maintaining an old python. A goblin gave me the magic script some time ago . I received it via Pull request in one of my workflow, but I don't know avatar in Alfred forum: https://github.com/Acidham/chromium-hist-bookmarks/pull/6 The script helps a bit to handle different python3 installations, and I decide to add it to most of my workflows. Finally, all my py3 workflows didn't fail after upgrading to macOS 12.3
  18. What did you configure on Alfred Preferences?
  19. ahhh that is a good result. the issue is that your list of folders is empty. search for a folder in alfred e.g. downloads folder and press “Tab”, “add to recent folders”. after this you should be able to look up recent files on Downloads.
×
×
  • Create New...