Jump to content

rhyd

Member
  • Posts

    50
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by rhyd

  1. Not sure if I'm missing something, doing something wrong or if Alfred is ignoring me :)

     

    Deleting a snippet doesn't work

    Steps to reproduce:

    1. install a snippet group
    2. try to remove a single snippet via the - button, confirm by pressing Delete
    3. nothing happens

     

    Deleting a snippet group doesn't work

    Steps to reproduce:

    1. install a snippet group
    2. try to remove a the snippet group via the - button, confirm by pressing Delete
    3. nothing happens

    delete-snippet-group-3.png

    delete-snippet-group-2.png

    delete-snippet-group-1.png

    delete-snippet-3.png

    delete-snippet-2.png

    delete-snippet-1.png

  2. On 5/23/2023 at 4:47 PM, joonbugs said:

    Hi @rhyd - would you happen to know how to resolve a ARM64 / x86 error? I'm seeing this after setting the DB address. (This is running on an M1-based Mac - and I haven't had a chance to test this on an Intel Mac.) Thanks!

     

     

    Screenshot 2023-05-23 at 11.42.19 AM.png

     

    Not seen that error message before. Bit of an odd one... are you running the python version of the workflow or the javascript version?

  3. 31 minutes ago, jstncwlcx said:

    I'm still not able to get it working.

     

    It is probably user error on my end. But here is what I get...

     

    Theimage.png.b21dfdc355436450b83d9a0c540e02c5.png

     

    Then when I try to enter the .s command in Alfred I get this:

     

    image.png.cc1cf09b5ec13500593e367645bc4ec8.png

     

     

    Then, then I enter 'get-of-db' into Alfred, and hit enter, I just get a big Pop-up that says:]

     

    image.thumb.png.ae4f3a0347fe016e20ad20564484a333.png

     

    We're getting there...  Next is:

    1. Run Alfred command `find-of-db` to copy the path of the Omnifocus DB to your clipboard

    2. Run Alfred command `set-of-db` and then paste (⌘-V) the database path as an argument and hit return then retry.

  4. On 1/22/2023 at 5:21 PM, jstncwlcx said:

    Thanks for the reply.

     

    Like I said, I don't know much about terminal or code, so this is above my head. I really only know how to copy and paste stuff.

     

    I copied and pasted the lines you quoted into terminal, and literally nothing happened.

     

    If you feel like it, can you walk me through what it is I am supposed to do with those lines you posted?

     

    I don't expect you to teach me, so please don't think I'm expecting anything. I just thought I'd ask in case it was simple and easy to explain.

     

    Hi - no problem, this updated workflow has been more of a pain than the old version. It hasn't been a great user experience for everyone - apologies.

     

    Here's step by step instructions:

    1. Open terminal.app
    2. Type in `bash` and then press RETURN
    3. Type in `npm install -g alfred-search-omnifocus` and press RETURN
    4. You should then see a progress bar as the `npm` command downloads the required files and installs the workflow.

    If that doesn't work, let me know and I'll see if I can do something else to help.

     

    Screenshots to accompany each step above...

     

    workflow-1.thumb.png.dae7b286a69c4938055c46b3c181f390.png

    workflow-2.thumb.png.a5682ae80fa1d62add0fbe60641ab195.png

    workflow-3.thumb.png.9c0a9675b27a80e366f25d21280a1278.png

     

     

  5. I've updated the workflow to v1.0.12 so that it uses the latest versions of the packages it relies on to function correctly. Horror show complication errors seen before are now - as far as I can see - no longer happening.

     

    I've had issues with different versions of node and different shells on my Mac but I think if you switch to a bash shell before installing, the problems seen before won't happen:

     

    > bash
    bash-3.2$ node -v
    v18.12.1
    bash-3.2$ npm install -g alfred-search-omnifocus
    ...

     

  6. Anyone seen this issue before and knows of a fix? I'm syncing my .alfredpreferences file to Dropbox from my primary Mac. Dropbox syncs the ~/Dropbox/Alfred folder without any issues but is not pulling down the Alfred.alfredpreferences folder into that folder (even though the file is available online via Dropbox).

     

    Selective Sync is disabled (everything should be stored locally since I'm on the free plan).

    Both MacBooks running Ventura.

    No sync issues reported by Dropbox.

    Full Disk Access enabled for Dropbox.

     

    😫

    alfred sync issue.png

  7. @mike007 problem here is that macOS no longer supports python and therefore this workflow without some additional steps on your part. 

     

    You can either:

     

    1. follow Alfred's instructions to install a version of Python 2 to allow this workflow to continue working on Monterey
    2. install my alternative Javascript version of the workflow (install instructions)

     

    I'd recommend #2 - let me know how you get on.

  8. Hi @mike007, sorry to hear you're having trouble running the workflow. Couple of questions:

    1. are you running macOS Monterey?
    2. which workflow are you using? The python workflow or the Javascript workflow?

    Can you:

    • Show Alfred preferences (keyword 'alf')
    • Click 'Workflows' in the tool bar
    • Choose on the Search Omnifocus workflow from the list of workflows on the left
    • Click on the 'Debug' to toggle debugging mode (see Alfred's help page for more info)
    • Choose 'All information' from the Log dropdown
    • Open Alfred and type the query that's not working
    • Copy the debug output and post it as a response - I'll take a look.
  9. 1 hour ago, DaniP said:

    Many thanks for your effort!

    I have some problems with the process.

    1. Need I to put install --global alfred-search-omnifocus on terminal?? Without npm?
     The result it this:

    ~ % install --global alfred-search-omnifocus

    install: illegal option -- -

    usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]

                   [-o owner] file1 file2

           install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]

                   [-o owner] file1 ... fileN directory

           install -d [-v] [-g group] [-m mode] [-o owner] directory ...


    Once Omnifocus option is disabled I do not understand what I need to do

    2. Alfred command is in search bar? I do not know where my database is


    Thanks,

    Dani

     

    • You need to run `npm install --global alfred-search-omnifocus` (you omitted the npm)
    • To run an Alfred command you, just need to open Alfred (for me that's ⌘-Space) and type in the commands from the instructions
  10. On 12/29/2020 at 4:24 PM, Manaus said:

    Hello, I've just installed v2.1.2 for Omnifocus 3.4.6, but it seems it can't locate the db.

    This is a part of the log

     

    17:08:12 search.py:185 DEBUG    OmniFocus db not found at /Users/me/Library/Group Containers/34YW5XSRB7.com.omnigroup.OmniFocus/com.omnigroup.OmniFocus3/com.omnigroup.OmniFocusModel/OmniFocusDatabase.db; using /Users/me/Library/Group Containers/34YW5XSRB7.com.omnigroup.OmniFocus/com.omnigroup.OmniFocus3.MacAppStore/com.omnigroup.OmniFocusModel/OmniFocusDatabase.db instead
    17:08:12 search.py:195 DEBUG    /Users/me/Library/Group Containers/34YW5XSRB7.com.omnigroup.OmniFocus/com.omnigroup.OmniFocus3.MacAppStore/com.omnigroup.OmniFocusModel/OmniFocusDatabase.db

     

    Thank you very much

     

    @Manaus Looks like Omnifocus 3.4.6 is almost a year old. If you upgrade to the latest version the problem above should be resolved. If you can't upgrade, then you could try installing v2.1.0 of the workflow to see if that solves the problem.

×
×
  • Create New...