We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KeePassHTTP server return an error Status: 200 - Body: b'{"Success":false,"Version":"KeePassHTTPKit","Count":0,"RequestType":"get-logins","Hash":"9F7E8B68-0CCA-4126-B8DC-752B78B8A2F3EC4B3258-7290-57ED-D220-B104FAFFC787"}' keepasshttp.keepass_http.KeePassHTTPBadResponse: KeePassHTTP server return an error Status: 200 - Body: b'{"Success":false,"Version":"KeePassHTTPKit","Count":0,"RequestType":"get-logins","Hash":"9F7E8B68-0CCA-4126-B8DC-752B78B8A2F3EC4B3258-7290-57ED-D220-B104FAFFC787"}'
The text was updated successfully, but these errors were encountered:
I use python client keepasshttp to test this http connection
keepasshttp
import keepasshttp import sys import os import urllib # get single credential my_credential_name_or_url = sys.argv[1] newC = urllib.parse.quote(sys.argv[1], safe='/', encoding=None, errors=None) print("argv:", sys.argv,newC) credential = keepasshttp.get(my_credential_name_or_url) print(credential is None); print(credential.name); print(credential.login) print(credential.password)
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: