Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 1331918712 #10

Open
grizzler0031 opened this issue Mar 15, 2016 · 0 comments
Open

KeyError: 1331918712 #10

grizzler0031 opened this issue Mar 15, 2016 · 0 comments

Comments

@grizzler0031
Copy link

Opening the demo.kdb database works fine, but when I try to open one of my own databases, I get this:
Traceback (most recent call last):
File "/usr/local/bin/kp", line 7, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/keepassx/main.py", line 187, in main
args.run(args)
File "/usr/local/lib/python2.7/dist-packages/keepassx/main.py", line 64, in do_list
db = create_db(args)
File "/usr/local/lib/python2.7/dist-packages/keepassx/main.py", line 59, in create_db
key_file_contents=key_file_contents)
File "/usr/local/lib/python2.7/dist-packages/keepassx/db.py", line 159, in init
self.groups, self.entries = self._parse_payload(payload)
File "/usr/local/lib/python2.7/dist-packages/keepassx/db.py", line 213, in _parse_payload
entry.group = groups_by_groupid[entry.groupid]
KeyError: 1331918712

I have created a small test database (kpxtest.kdb, password: test123) to demonstrate this. I planned to attach it, but this bloody form won't accept it. So I put it here: http://duinsoft.nl/temp/kpxtest.zip

Any idea?

Regards,
Frank
Using Debian Testing Xfce 4.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant