Can't access contacts or calendar from desktop (Fedora 41)

I’m unable to access my contacts and calendar from Gnome (Fedora 41) using a Nextcloud online account. This used to work just fine but ever since murena.io started having issues, this has not worked. The service has been back for some time now on my phone but I’m still not able to access contacts or calendar from my desktop (I can setup the Nextcloud connection just fine).

Is this something that will just not work ever again? Do I need to search yet again for another solution?

I’d guess gnome-online-accounts can’t handle when one of the dav endpoints returns a 503

~$ curl https://murena.io/remote.php/webdav -X GET -I -s | head -n1
HTTP/2 503 
~$ curl https://murena.io/remote.php/dav -X GET -I -s | head -n1
HTTP/2 401

(the 401 is fine)

Worth it to file a bug to make goa tolerate a partially unavailable ressource? Debug guide is here (see “Logging”), source is here. Running

G_MESSAGES_DEBUG=all /usr/libexec/goa-daemon --replace

should give you a bit of useful info where it fails specifically?

1 Like

So, in short, the *dav services are still not available from murena.io?

I do have the same issue.
Though it has worked a couple days before and I was surprised that it did. Only to find out today that it does not work again because some calendar entries seemed to be “not synchronized”.

Debug command gives the html of the 503 error page.

I just wonder why it worked a while ago. I have calendar entries that I created maybe ~ one week ago on my phone and it synced to pc. Though I upgraded my OS from 40 to 41 so maybe this is the reason why it suddenly stopped to work.

But I do also get an error Failed to load '/etc/goa.conf': Datei oder Verzeichnis nicht gefunden if that matters.