Closed koppor closed 3 months ago
My bad, I though I followed the JabRef code well (I was looking though other code in JabRefPreferences that uses keyrings)
I'll close the issue. I followed everything what JabRef did for operating with keyrings.
I also improved storing of API keys. If key is empty or null, then the API key will be deleted, instead of setting to be empty (like in https://github.com/JabRef/jabref/blob/098bb681509037a1b95d62886746f57d5e32d3d2/src/main/java/org/jabref/preferences/JabRefPreferences.java#L1689)
I get
I assume, that the password does not exist at all?
That should not be an error message!
The error message "coult not open keyring" is also wrong. It seems, the key ring got opened, but the password was not found?
Note, it is a "jump" from AI prefs directly to JavaKeyring. Thus, nothing todo with remaining JabRef, but with usage of the Keyring API by AI preferences