-
Notifications
You must be signed in to change notification settings - Fork 35
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
not working for me #24
Comments
I welcome bug reports, but this sounds like it may be a question better directed to stack overflow |
I'd call it a bug in the documentation then. |
Hi, it is a known bug relative to the node-gpg streaming API. You may have to check if your key and parameters are well set. Try to build a shell command line with them. A fix is in the pipe for this bug, but its pretty hard to manage error flows from gpg so dont expect it to come early. Cheers |
The problem is possibly that the callback you provide in It worked for me with L104 commented out. The callback at that time makes IMHO no sense anyway. |
Did you fix it? do you have the source code? @elangelo |
I'm probably doing something very stupid but i guess i'll need some help.
This code give me no errors at all but i get an empty file at the end... if i use the simple encrypt method i can see that my callback does contain 'stuff'
The text was updated successfully, but these errors were encountered: