secrets crashes when unlocking database

  • Open
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Maxim Cournoyer
Owner
unassigned
Submitted by
kiasoc5
Severity
normal
K
K
kiasoc5 wrote on 4 Oct 2022 07:39
(address . bug-guix@gnu.org)
4ab80905bcad5ceb75fd25af98e186e8@disroot.org
(.secrets-real:8886): Gtk-WARNING **: 01:35:46.681: GtkText - did not
receive a focus-out event.
If you handle this event, you must return
GDK_EVENT_PROPAGATE so the default handler
gets the event as well
Traceback (most recent call last):
File
"/gnu/store/b07y8a2axslnz97pjdg7lp73xwk1gf8w-python-pygobject-3.40.1/lib/python3.9/site-packages/gi/overrides/__init__.py",
line 351, in wrap
return func(a, b, *user_data)
File
"/gnu/store/sadrq8giqh8f5r1x7ycxa2dciv1445f4-secrets-6.5/lib/python3.9/site-packages/gsecrets/sorting.py",
line 60, in sort_by_ctime_asc
return ele1.ctime.compare(ele2.ctime)
TypeError: GLib.DateTime.compare() takes exactly 2 arguments (1 given)
M
M
Maxim Cournoyer wrote on 10 Oct 2022 07:21
(address . kiasoc5@disroot.org)(address . 58285@debbugs.gnu.org)
87tu4c1cf3.fsf@gmail.com
Hi,

kiasoc5@disroot.org writes:

Toggle quote (16 lines)
> (.secrets-real:8886): Gtk-WARNING **: 01:35:46.681: GtkText - did not
> receive a focus-out event.
> If you handle this event, you must return
> GDK_EVENT_PROPAGATE so the default handler
> gets the event as well
> Traceback (most recent call last):
> File
> "/gnu/store/b07y8a2axslnz97pjdg7lp73xwk1gf8w-python-pygobject-3.40.1/lib/python3.9/site-packages/gi/overrides/__init__.py",
> line 351, in wrap
> return func(a, b, *user_data)
> File
> "/gnu/store/sadrq8giqh8f5r1x7ycxa2dciv1445f4-secrets-6.5/lib/python3.9/site-packages/gsecrets/sorting.py",
> line 60, in sort_by_ctime_asc
> return ele1.ctime.compare(ele2.ctime)
> TypeError: GLib.DateTime.compare() takes exactly 2 arguments (1 given)

I could reproduce that; I first updated to version 7, but I had an
unrelated problem with otp something. Unfortunately I'm not sure what's
wrong. Would you have the time to open an issue with upstream? You'll
need an account with their gitlab here:

--
Thanks,
Maxim
K
K
kiasoc5 wrote on 14 Oct 2022 03:44
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)(address . 58285@debbugs.gnu.org)
20221014014448.6c4f7023@aria
On Mon, Oct 10 2022, 01:21:36 AM -0400
Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:

Toggle quote (7 lines)
> I could reproduce that; I first updated to version 7, but I had an
> unrelated problem with otp something. Unfortunately I'm not sure
> what's wrong. Would you have the time to open an issue with
> upstream? You'll need an account with their gitlab here:
> https://gitlab.gnome.org/World/secrets.
>

?