Open ygrek opened 10 years ago
Original comment by Dominik Schürmann (Bitbucket: dschuermann, GitHub: dschuermann).
So this is intentional behavior? Can we as the client somehow differentiate between the cases: 1) too many results 2) insufficiently specific words 3) all other errors ?
It's possible this is partly (or completely) fixed by the fix for #43 (commit ad0f248)
Original report by Dominik Schürmann (Bitbucket: dschuermann, GitHub: dschuermann).
bug report on our issue page: https://github.com/open-keychain/open-keychain/issues/723
pool.sks-keyservers.net always shows the same error:
Error handling request
Error handling request. Exception raised.
example:
http://pool.sks-keyservers.net/pks/lookup?op=index&options=mr&search=dominik
http://pool.sks-keyservers.net/pks/lookup?op=index&options=mr&search=a
pgp.mit.edu works and shows more detailed ones:
http://pgp.mit.edu/pks/lookup?op=index&options=mr&search=dominik
( Invalid_argument("Too many responses") )
http://pgp.mit.edu/pks/lookup?op=index&options=mr&search=a
( Invalid_argument("Insufficiently specific words") )