mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Explain common error source in readme
This commit is contained in:
parent
60426dd5ca
commit
07dc3a9be2
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user