open-keychain/open-keychain

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

Open

#1,654 opened on 2016年1月3日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)Java (403 forks)batch import
bughelp wanted

Repository metrics

Stars
 (1,376 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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)

コントリビューターガイド