You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The update pauses indefinitely at Updating (16/217)...
I'm new to this software. Running fresh install of 1.14.5 rpm on Fedora 38.
I added my FreshRSS instance as source. http://[EXTERNALIP:PORT]/api/greader.php
Provided user and api password.
In the console i get this output:
Traceback (most recent call last):
File "/usr/lib64/liferea/plugins/gnome-keyring.py", line 63, in do_store
coll = self.get_collection()
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/liferea/plugins/gnome-keyring.py", line 41, in get_collection
service = Secret.Service.get_sync(Secret.ServiceFlags.LOAD_COLLECTIONS, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gi.repository.GLib.GError: g-dbus-error-quark: No such secret item at path: /org/freedesktop/secrets/collection/login/24 (19)
sys:1: Warning: g_string_insert_len: assertion 'string != NULL' failed
Liferea finds and displays my feeds in my folders correctly.
Updating the content in those feeds gets stuck though. Unsure about how to proceed.
The text was updated successfully, but these errors were encountered:
@Nosen92 Thinking about what could cause your problem, judging from the error message it looks like the Liferea keyring is not being returned from libsecret.
Can you please check using seahorse wether there is a "liferea" keyring and wether you can unlock it and if you see secrets inside?
If there is such a keyring you can safely delete it in seahorsethen restart Liferea and it will be recreated (of course reasking you for all passwords).
The update pauses indefinitely at
Updating (16/217)...
I'm new to this software. Running fresh install of 1.14.5 rpm on Fedora 38.
I added my FreshRSS instance as source.
http://[EXTERNALIP:PORT]/api/greader.php
Provided user and api password.
In the console i get this output:
Liferea finds and displays my feeds in my folders correctly.
Updating the content in those feeds gets stuck though. Unsure about how to proceed.
The text was updated successfully, but these errors were encountered: