Association with a keepass database is not working, it is producing a response 400 caused by an argument being null.
The reason is that in protocol.py, method associate, the requestor is called with an empty dictionary as standard_data. However, the requestor only creates default standard_data, if the argument to the call method is None.