open-keychain/open-keychain

java.lang.AssertionError: cannot clearsign in non-ascii armored text, this is a bug!

Open

#1.654 geöffnet am 3. Jan. 2016

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (403 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (1.376 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

From Google Play dev console.

Message from user: just crashes when trying to access with another app.

java.lang.AssertionError: cannot clearsign in non-ascii armored text, this is a bug!
    at org.sufficientlysecure.keychain.pgp.PgpSignEncryptOperation.execute(PgpSignEncryptOperation.java:501)
    at org.sufficientlysecure.keychain.remote.OpenPgpService.encryptAndSignImpl(OpenPgpService.java:437)
    at org.sufficientlysecure.keychain.remote.OpenPgpService.executeInternalWithStreams(OpenPgpService.java:874)
    at org.sufficientlysecure.keychain.remote.OpenPgpService.executeInternal(OpenPgpService.java:829)
    at org.sufficientlysecure.keychain.remote.OpenPgpService2$1.execute(OpenPgpService2.java:62)
    at org.openintents.openpgp.IOpenPgpService2$Stub.onTransact(IOpenPgpService2.java:80)
    at android.os.Binder.execTransact(Binder.java:446)

Contributor Guide