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

Association not working correctly #3

Open
romankh opened this issue Jan 31, 2017 · 2 comments
Open

Association not working correctly #3

romankh opened this issue Jan 31, 2017 · 2 comments

Comments

@romankh
Copy link
Contributor

romankh commented 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.

romankh added a commit to romankh/python-keepasshttp that referenced this issue Jan 31, 2017
romankh added a commit to romankh/python-keepasshttp that referenced this issue Jan 31, 2017
@romankh
Copy link
Contributor Author

romankh commented Jan 31, 2017

ok, I just have seen there already is a pull request, that fixes this issue, so I have withdrawn my pr.

@Heiko-san
Copy link

Thanks, this helped me resolv the issue after quite a while of reverse engineering ;)

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

2 participants