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

After updating chrome and alfred, the workflow no longer works. #32

Open
mining-id opened this issue Mar 27, 2022 · 5 comments
Open

After updating chrome and alfred, the workflow no longer works. #32

mining-id opened this issue Mar 27, 2022 · 5 comments

Comments

@mining-id
Copy link

After updating chrome and alfred, the workflow no longer works.

image

image

The other one is normal:

https://github.com/al3rez/ch

@luckman212
Copy link

Hmm. I'm using https://github.com/pasela/alfred-chrome-history (written in Go) which is still working. Might want to look.

@ujeshkrishnan
Copy link

ujeshkrishnan commented Apr 22, 2022

This workflow is not working on Alfred version 4.6.4 [ 1294 ] running on macOS Monterey 12.3.1

Chrome: Version 100.0.4896.127 (Official Build) (x86_64)

@luckman212
Copy link

@ujeshkrishnan Python2 has been removed as of macOS 12.3. See here for more info.

Vitor created a page with some patched versions of various workflows, Google Chrome History is listed there. I haven't tried that version as I already switched to the Go rewrite (https://github.com/pasela/alfred-chrome-history)

If you're getting errors running it about "unverified developer" etc, then go into the workflow's directory...

image

and then right click on alfred-chrome-history and choose Open:

image

@imjohnbo
Copy link

imjohnbo commented Aug 3, 2022

Python2 has been removed as of macOS 12.3. See here for more info.

I decided to install python and tweak the workflow's script filter:

  • Install Homebrew
  • brew install pyenv
  • pyenv install 2.7.18
  • pyenv global 2.7.18
  • Put eval "$(pyenv init --path)" in ~/.zshrc (or ~/.bashrc if you prefer Bash)
  • Open the workflow's ch script filter and replace PATH the following, which I found via which python:
PATH="/Users/mycomputername/.pyenv/shims:$PATH"

@abhinavvadrevu
Copy link

oh hi @imjohnbo! Thanks for the handy tip :)

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

5 participants