tupton / alfred-chrome-history

Search your Google Chrome history in Alfred
198 stars 17 forks source link

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

Open mining-id opened 2 years ago

mining-id commented 2 years ago

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

image image

The other one is normal:

https://github.com/al3rez/ch

luckman212 commented 2 years ago

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

ujeshkrishnan commented 2 years ago

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 commented 2 years ago

@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 commented 2 years ago

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:

PATH="/Users/mycomputername/.pyenv/shims:$PATH"
abhinavvadrevu commented 1 year ago

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