otherguy / alfred-passwords-workflow

An Alfred 4 workflow that allows you to quickly generate strong passwords.
MIT License
53 stars 4 forks source link

Not working in the new macOS version #53

Closed lacherogwu closed 2 years ago

lacherogwu commented 2 years ago
image image image

I've checked this in 2 different computers with the same version and it didn't work, in the older version it was working great

bmorgenthaler commented 2 years ago

This needs to be updated to use python3 as '/usr/bin/python' i.e. python2 is no longer installed on macOS going forward. Here is the issue for alfred-workflow and python3: https://github.com/deanishe/alfred-workflow/issues/97

otherguy commented 2 years ago

Noticed the same today and will update it this week. Thanks for reporting!

otherguy commented 2 years ago

@lacherogwu @bmorgenthaler could you please do me a favor and try this version: Genererate Passwords.alfredworkflow.zip

otherguy commented 2 years ago

Reopening to wait for confirmation that this is resolved (@lacherogwu @bmorgenthaler)

pascalinger commented 2 years ago

Hi there,

I noticed the same and updated just now. Get this error:

[10:58:11.589] ERROR: Genererate Passwords[Script Filter] Code 1: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

otherguy commented 2 years ago

@pascalinger

You can run the following command in the terminal.

xcode-select --install
pascalinger commented 2 years ago

Yes, when I actually read the error I realized and was about to post when I saw you replied. XCode Tools missing. :-) Thanks!

otherguy commented 2 years ago

Awesome :) So the latest version is working again?

pascalinger commented 2 years ago

Yes, everything works!

otherguy commented 2 years ago

Closing this issue then as confirmed working.