liferea icon indicating copy to clipboard operation
liferea copied to clipboard

Gets stuck while updating FreshRSS feeds

Open Nosen92 opened this issue 2 years ago • 2 comments

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.

Nosen92 avatar Jul 20 '23 12:07 Nosen92

Sorry that I did not yet look into this. Will try to reproduce it soon.

lwindolf avatar Aug 14 '23 15:08 lwindolf

@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).

lwindolf avatar Sep 21 '23 21:09 lwindolf