-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I can login in my account, but it does nothing in the app.
Steps To Reproduce
- Install the package from the AUR (source version)
- Open the app, asks for login
- Login in your favourite browser
- Says device was successfully linked to my account, but the app stays the same
if run from terminal, after login in this appears:
GStreamer version: GStreamer 1.26.10
initializing secret store
error! 'token-type'
login failed
Traceback (most recent call last):
File "/usr/share/high-tide/high_tide/login.py", line 62, in check_login
self.win.secret_store.save()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/share/high-tide/high_tide/lib/secret_storage.py", line 113, in save
Secret.password_store_sync(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.schema, {}, Secret.COLLECTION_DEFAULT, self.key, json_data, None
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
gi.repository.GLib.GError: g-dbus-error-quark: Object does not exist at path “/org/freedesktop/secrets/collection/login” (19)
Expected behavior
The app shows my account and i can use it normally
Screenshots (if applicable)
this one is after i already got the message of "correctly linked"
System:
- OS: Arch Linux x86_64
- Package: AUR (source version)
- Version 1.1.0-1
Additional context
I have installed gnome-keyring, because i was having problems with the secret store, and that fixed them. I'm also using bspwm as my WM.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working