alfred-workflow-gauth icon indicating copy to clipboard operation
alfred-workflow-gauth copied to clipboard

Workflow broken on Monterey 12.3

Open AntZoo opened this issue 3 years ago • 8 comments

Apple removed Python 2 support in Monterey 12.3, and the workflow is no longer functional. A rewrite into Python 3 is needed.

AntZoo avatar Feb 01 '22 13:02 AntZoo

Damn this sucks...I have become so depended in my daily routine on this one. I am not a guru and have not done much in Python but I would be happy to try and help with this one.

s3frank avatar Mar 16 '22 03:03 s3frank

I have installed a local copy of python 2.7 and changed the script of Alfred to point to that Python version

image

shrwaa avatar Mar 16 '22 22:03 shrwaa

Apple removed Python 2 support in Monterey 12.3, and the workflow is no longer functional. A rewrite into Python 3 is needed.

This repository seems to be out of maintenance. I replace python2 with python3, and the modifycations are not compatible with python2., is works well in my macos 12.3. You can try with https://github.com/champly/alfred-workflow-gauth

champly avatar Mar 17 '22 01:03 champly

@champly Thanks for providing a fix. Could you also open up a pull request in order to upgrade this repository?

marcobiedermann avatar Mar 17 '22 09:03 marcobiedermann

@champly Thanks for providing a fix. Could you also open up a pull request in order to upgrade this repository?

I see that the last pr has not been merged, and I have not done python2 compatibility.

champly avatar Mar 17 '22 09:03 champly

thank you @champly

ryandeussing avatar Mar 23 '22 19:03 ryandeussing

Hey 👋

I’ve:

  • cherry-picked changes from @champly on master
  • removed the old “develop” branch that caused some PRs to be closed, because incompatible with master -> it was just confusing, now we only have one branch, that’s all

Next step:

  • who wants to become maintainer? I can add roles so we’re multiple maintainers and make it easier to maintain together

cc @champly ?

moul avatar May 26 '22 06:05 moul

Hey 👋

I’ve:

  • cherry-picked changes from @champly on master
  • removed the old “develop” branch that caused some PRs to be closed, because incompatible with master -> it was just confusing, now we only have one branch, that’s all

Next step:

  • who wants to become maintainer? I can add roles so we’re multiple maintainers and make it easier to maintain together

cc @champly ?

Thanks, with my pleasure

champly avatar May 27 '22 03:05 champly