Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Workflow in Alfred Alfred 4.6.4? #2

Open
nrutman opened this issue Mar 24, 2022 · 3 comments
Open

Fix Workflow in Alfred Alfred 4.6.4? #2

nrutman opened this issue Mar 24, 2022 · 3 comments

Comments

@nrutman
Copy link

nrutman commented Mar 24, 2022

It appears that this workflow is broken as of Alfred 4.6.4 (maybe earlier).

When I type esv I get the proper prompt:

Screen Shot 2022-03-24 at 10 39 19 AM

But then when I try to type a phrase, it resorts to web search:

Screen Shot 2022-03-24 at 10 39 30 AM

Is this workflow still being maintained? I use it all the time, and would love to see it patched.

@jshirk
Copy link

jshirk commented Apr 12, 2022

Hey @nrutman, I just discovered this is because macOS 12.3 no longer supports Python 2. So you'll need to reintall Python 2 via Terminal. Here's a link with info: https://www.alfredapp.com/help/kb/python-2-monterey/.

After re-installing Python 2, you'll need to delete the old ESV script in the workflow

python ESVPassageFilter.py "{query}"

and replace it with the following:

${HOME}/.pyenv/versions/2.7.18/bin/python ESVPassageFilter.py "{query}"

@rverrips
Copy link
Contributor

rverrips commented Jun 6, 2023

#3 Should hopefully fix this in a less intrusive way should it get merged in as python3 is still supported by default in MacOS all the way up to Toledo (MacOS 14) and I trust will be for a few more years :)

@rverrips
Copy link
Contributor

Hi @nrutman
I'm curious if your issue is now resolved with the latest update (PR #3) which uses python3 which is default in MacOS now.
If your issue is resolved, please close it out here, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants