remindersdevs / Reminders

An open source reminder app
GNU General Public License v3.0
124 stars 19 forks source link

[Bug]: Error while opening the app for the first time. #34

Closed edfloreshz closed 1 year ago

edfloreshz commented 1 year ago

Package

Flathub

Distribution

Fedora 38

Describe the bug

When opening the app the following message is shown:

Failed to register: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.gtk.Actions” on object at path /io/github/dgsasha/Remembrance

Edit:

After trying to open the app again I was prompted with this:

Traceback (most recent call last):
  File "/app/lib/python3.10/site-packages/remembrance/browser/application.py", line 86, in do_command_line
    self.do_activate()
  File "/app/lib/python3.10/site-packages/remembrance/browser/application.py", line 140, in do_activate
    self.connect_to_service()
  File "/app/lib/python3.10/site-packages/remembrance/browser/application.py", line 267, in connect_to_service
    self.service = Gio.DBusProxy.new_for_bus_sync(
gi.repository.GLib.GError: g-io-error-quark: Error calling StartServiceByName for io.github.dgsasha.Remembrance.Service2: Timeout was reached (24)

To Reproduce

  1. Run flatpak run io.github.dgsasha.Remembrance

Logs

May 02 16:33:40 fedora flatpak[3408]: 2023-05-02 16:33:40,596 - remembrance-service - ERROR - ms_to_do:logout_all - g-io-error-quark: user interaction failed (0)
May 02 16:33:40 fedora flatpak[3408]: 2023-05-02 16:33:40,596 - remembrance-service - ERROR - application:__init__ - g-io-error-quark: user interaction failed (0)

Additional context

No response

dgsasha commented 1 year ago

Can you try logging out and logging back in once and then opening the app again? That's all I can really think of.

edfloreshz commented 1 year ago

I am using KDE Plasma 5.27.4, I did as you said but still getting the same error.

edfloreshz commented 1 year ago

After restarting I got this: Screenshot_20230502_172454

dgsasha commented 1 year ago

Fix for this is coming in next release, closing.