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

wrong argument type Hash (expected Data) (TypeError) #136

Open
enizbilgin opened this issue Jan 30, 2020 · 0 comments
Open

wrong argument type Hash (expected Data) (TypeError) #136

enizbilgin opened this issue Jan 30, 2020 · 0 comments

Comments

@enizbilgin
Copy link

When we pass the options in the decryption process, the following error occurs.

options = { :passphrase_callback => PassphraseCallback.new("test") }
cipthertext = GPGME::Data.new(File.open(file_path))
data = ctx.decrypt cipthertext, options

ctx.rb:426:in `gpgme_op_decrypt': [!] wrong argument type Hash (expected Data) (TypeError)

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