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

not work with alfred version Alfred 5.0.1 #35

Open
songhao8080 opened this issue Aug 22, 2022 · 2 comments
Open

not work with alfred version Alfred 5.0.1 #35

songhao8080 opened this issue Aug 22, 2022 · 2 comments

Comments

@songhao8080
Copy link

not work with alfred version Alfred 5.0.1

image

not account appear

@Serifx
Copy link

Serifx commented Dec 28, 2022

  1. Open Google Authenticator directory in finder.
  2. Open alfred.py, replace code
    preferences = plistlib.readPlist('info.plist')
    with
    with open('info.plist', 'rb') as fp :
      preferences = plistlib.loads(fp.read())
  3. Save and retry.

@pbdco
Copy link

pbdco commented Mar 30, 2024

  1. Open Google Authenticator directory in finder.
  2. Open alfred.py, replace code
    preferences = plistlib.readPlist('info.plist')
    with
    with open('info.plist', 'rb') as fp :
      preferences = plistlib.loads(fp.read())
  3. 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

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

3 participants