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

when I try to search with Chinese character, result return false #64

Open
ChitaGideon opened this issue Jun 30, 2023 · 1 comment
Open

Comments

@ChitaGideon
Copy link

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"}'
@ChitaGideon
Copy link
Author

I use python client keepasshttp to test this http connection

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)

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

1 participant