libkeepass / pykeepass

Python library to interact with keepass databases (supports KDBX3 and KDBX4)
https://pypi.org/project/pykeepass/
GNU General Public License v3.0
411 stars 96 forks source link

construct.core.ChecksumError: Error in path (parsing) -> cred_check #339

Closed JoostW21111 closed 1 year ago

JoostW21111 commented 1 year ago

Hi, I have creating an new database (Keepass) for the KeePassLibrary (Robotframework). When i running the test i get an CredentialsError: image

I've tried different things

Have I overlooked something that is causing Open Database not to work or is the someting in the pykeepass lib what is causing this error?

Evidlo commented 1 year ago

It's hard to say what might have caused this. Can you provide example code or a database that works in KeepassXC but does not work with pykeepass?

JoostW21111 commented 1 year ago

The credentials error is fixed. I have changed the path names in the DIR (where the keepass files (kdbx, keyx) are located) and generated a new keyx file.