Skip to content

No recipient specified, No encrypt key for

  • for some reason its failing....
  • jindam.vani @ outlook.in is recipient & disroot.org is sender
  • both keys are available, do u still want to send without encryption
Debugger entered--Lisp error: (error "No recipient specified")
  signal(error ("No recipient specified"))
  error("No recipient specified")
  mml-secure-recipients(OpenPGP #s(epg-context :protocol OpenPGP :program "/usr/bin/gpg" :home-directory nil :armor nil :textmode nil :include-certs nil :cipher-algorithm nil :digest-algorithm nil :compress-algorithm nil :passphrase-callback (epg-passphrase-callback-function) :progress-callback nil :edit-callback nil :signers nil :sender nil :sig-notations nil :process nil :output-file nil :result nil :operation nil :pinentry-mode nil :error-output "" :error-buffer nil) ((program . "/usr/bin/gpg") (curve . "cv25519;ed25519;nistp256;nistp384;nistp521;brainpo...") (compressname . "Uncompressed;ZIP;ZLIB;BZIP2") (compress 0 1 2 3) (digestname . "SHA1;RIPEMD160;SHA256;SHA384;SHA512;SHA224") (digest 2 3 8 9 10 11) (ciphername . "IDEA;3DES;CAST5;BLOWFISH;AES;AES192;AES256;TWOFISH...") (cipher 1 2 3 4 7 8 9 10 11 12 13) (pubkeyname . "RSA;ELG;DSA;ECDH;ECDSA;EDDSA") (pubkey 1 16 17 18 19 22) (version . "2.2.27")) "jindam.vani@disroot.org")
  mml-secure-epg-encrypt(OpenPGP (part (encrypt . "pgpmime") (tag-location . 265) (contents . "ji\n")) nil)
  mml2015-epg-encrypt((part (encrypt . "pgpmime") (tag-location . 265) (contents . "ji\n")) nil)
  mml2015-encrypt((part (encrypt . "pgpmime") (tag-location . 265) (contents . "ji\n")) nil)
  mml-pgpmime-encrypt-buffer((part (encrypt . "pgpmime") (tag-location . 265) (contents . "ji\n")))
  mml-generate-mime-1((part (encrypt . "pgpmime") (tag-location . 265) (contents . "ji\n")))
  mml-generate-mime(nil nil)
  message-encode-message-body()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit(nil)
  funcall-interactively(message-send-and-exit nil)
  call-interactively(message-send-and-exit nil nil)
  command-execute(message-send-and-exit)
  • after closing encryption is good debugger, it says "no encrypt key for "
Debugger entered--Lisp error: (error "No encrypt key for <jindam.vani@outlook.in>")
  signal(error ("No encrypt key for <jindam.vani@outlook.in>"))
  error("No %s key for %s" encrypt "<jindam.vani@outlook.in>")
  #f(compiled-function (name) #<bytecode 0x3e6ee2b>)("<jindam.vani@outlook.in>")
  mapcar(#f(compiled-function (name) #<bytecode 0x3e6ee2b>) ("<jindam.vani@outlook.in>"))
  mml-secure-select-preferred-keys(#s(epg-context :protocol OpenPGP :program "/usr/bin/gpg" :home-directory nil :armor nil :textmode nil :include-certs nil :cipher-algorithm nil :digest-algorithm nil :compress-algorithm nil :passphrase-callback (epg-passphrase-callback-function) :progress-callback nil :edit-callback nil :signers nil :sender nil :sig-notations nil :process nil :output-file nil :result nil :operation nil :pinentry-mode nil :error-output "" :error-buffer nil) ("<jindam.vani@outlook.in>") encrypt)
  mml-secure-recipients(OpenPGP #s(epg-context :protocol OpenPGP :program "/usr/bin/gpg" :home-directory nil :armor nil :textmode nil :include-certs nil :cipher-algorithm nil :digest-algorithm nil :compress-algorithm nil :passphrase-callback (epg-passphrase-callback-function) :progress-callback nil :edit-callback nil :signers nil :sender nil :sig-notations nil :process nil :output-file nil :result nil :operation nil :pinentry-mode nil :error-output "" :error-buffer nil) ((program . "/usr/bin/gpg") (curve . "cv25519;ed25519;nistp256;nistp384;nistp521;brainpo...") (compressname . "Uncompressed;ZIP;ZLIB;BZIP2") (compress 0 1 2 3) (digestname . "SHA1;RIPEMD160;SHA256;SHA384;SHA512;SHA224") (digest 2 3 8 9 10 11) (ciphername . "IDEA;3DES;CAST5;BLOWFISH;AES;AES192;AES256;TWOFISH...") (cipher 1 2 3 4 7 8 9 10 11 12 13) (pubkeyname . "RSA;ELG;DSA;ECDH;ECDSA;EDDSA") (pubkey 1 16 17 18 19 22) (version . "2.2.27")) "jindam.vani@disroot.org")
  mml-secure-epg-encrypt(OpenPGP (part (encrypt . "pgpmime") (tag-location . 265) (contents . "ji\n")) nil)
  mml2015-epg-encrypt((part (encrypt . "pgpmime") (tag-location . 265) (contents . "ji\n")) nil)
  mml2015-encrypt((part (encrypt . "pgpmime") (tag-location . 265) (contents . "ji\n")) nil)
  mml-pgpmime-encrypt-buffer((part (encrypt . "pgpmime") (tag-location . 265) (contents . "ji\n")))
  mml-generate-mime-1((part (encrypt . "pgpmime") (tag-location . 265) (contents . "ji\n")))
  mml-generate-mime(nil nil)
  message-encode-message-body()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit(nil)
  funcall-interactively(message-send-and-exit nil)
  call-interactively(message-send-and-exit nil nil)
  command-execute(message-send-and-exit)