jcs / rubywarden

An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
ISC License
592 stars 49 forks source link

Error when importing passwords from KeePass #113

Closed CollinAlpert closed 4 years ago

CollinAlpert commented 4 years ago

When importing my data from a KeePass file, I am greeted with the following exception: image

rubeepass is definitely installed in my gems so I have no idea what could be causing this. Is there any more data I need to provide?

jcs commented 4 years ago

Does it work after doing bundle install --with keepass?

CollinAlpert commented 4 years ago

Awesome, that worked, thanks! Would you mind updating the README?

jcs commented 4 years ago

It's already in there:

https://github.com/jcs/rubywarden/blame/master/README.md#L189-L190

CollinAlpert commented 4 years ago

Well this is embarrassing...sorry 'bout that!