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

Gnome authenticator fix #24470

Merged
merged 3 commits into from
Aug 26, 2020
Merged

Gnome authenticator fix #24470

merged 3 commits into from
Aug 26, 2020

Conversation

sgn
Copy link
Member

@sgn sgn commented Aug 25, 2020

Seems to work, I didn't restart my X session to check yet.

Fix: #24457

Copy link
Contributor

@muni-corn muni-corn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! The app starts for me now.

Copy link
Contributor

@muni-corn muni-corn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't add tokens. When I try to click "Add" on the dialog, I get this in the console:

ERROR] 2020-08-25 12:30:47 [SQL] Couldn't add a new account
[ERROR] 2020-08-25 12:30:47 UNIQUE constraint failed: accounts.token_id
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/Authenticator/widgets/accounts/add.py", line 61, in _on_add
    account = Account.create(account_obj["username"],
  File "/usr/lib/python3.8/site-packages/Authenticator/models/account.py", line 78, in create
    return Account(obj.id, username, token_id, provider)
AttributeError: 'NoneType' object has no attribute 'id'

@fosslinux
Copy link
Contributor

@sgn
Copy link
Member Author

sgn commented Aug 26, 2020

Look like you have duplicated token, like @fosslinux said, I've checked without any issue.

@muni-corn
Copy link
Contributor

gosh dang it y'all are right. Deleted the .config/Authenticator folder and tried again and got it working. Thanks!

@sgn sgn mentioned this pull request Aug 26, 2020
@sgn sgn merged commit d28a070 into void-linux:master Aug 26, 2020
@sgn sgn deleted the gnome-authenticator-fix branch September 19, 2020 03:43
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gnome-authenticator depends on libhandy, pyfavicon... and then doesn't work
3 participants