From 07dc3a9be2cd6f87368a8a55f5cab47429196f1d Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Tue, 1 Nov 2022 11:09:39 +0100 Subject: [PATCH] Explain common error source in readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e354631..7a4210d 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,15 @@ If you'd like to avoid unwieldy course names (e.g. "24030 – Programmierparadig "Numerische Mathematik für die Fachrichtungen Informatik und Ingenieurwesen" = "Numerik" ``` +## Troubleshooting +### Error when using `--keyring` option +``` +PlatformFailure(Zbus(MethodError("org.freedesktop.DBus.Error.ServiceUnknown", Some("The name org.freedesktop.secrets was not provided by any .service files"), Msg { type: Error, sender: "org.freedesktop.DBus", reply-serial: 2, body: Signature: [ + s (115), +] }))) +``` +If you get the above error when activating the `--keyring` option, you need to make sure that your system keyring service (KeePassXC, GNOME Keyring, ...) is running. + ## Similar programs - https://github.com/brantsch/kit-ilias-fuse/