We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
not work with alfred version Alfred 5.0.1
not account appear
The text was updated successfully, but these errors were encountered:
alfred.py
preferences = plistlib.readPlist('info.plist')
with open('info.plist', 'rb') as fp : preferences = plistlib.loads(fp.read())
Sorry, something went wrong.
Open Google Authenticator directory in finder. Open alfred.py, replace code preferences = plistlib.readPlist('info.plist') with with open('info.plist', 'rb') as fp : preferences = plistlib.loads(fp.read()) Save and retry.
It didn't work for me. For anyone out there struggling with the same issue in macOS 12.x, try this version that uses Python3:
https://github.com/tbrek/alfred-workflow-gauth/blob/master/Google%20Authenticator.alfredworkflow?raw=true
Source: https://www.alfredforum.com/topic/4062-gauth-google-authenticator-time-based-two-factor-authentication/?do=findComment&comment=94149
No branches or pull requests
not work with alfred version Alfred 5.0.1
not account appear
The text was updated successfully, but these errors were encountered: