Explain common error source in readme

This commit is contained in:
FliegendeWurst 2022-11-01 11:09:39 +01:00 committed by GitHub
parent 60426dd5ca
commit 07dc3a9be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/