You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
romankh
added a commit
to romankh/python-keepasshttp
that referenced
this issue
Jan 31, 2017
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.
The text was updated successfully, but these errors were encountered: