Open jrhite opened 5 years ago
Im getting the same error
Are you running with a local signer or a remote signer?
The signing code in backerei
may not work with the latter, it's particular to a certain CLI interaction.
Hello
We use an unencrypted local account for payments and a remote signer for the baking account.
Cheers Steve
On Fri, 19 Apr. 2019, 8:03 am Christopher Goes, notifications@github.com wrote:
Are you running with a local signer or a remote signer?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cryptiumlabs/backerei/issues/35#issuecomment-484704871, or mute the thread https://github.com/notifications/unsubscribe-auth/AGYFMK4GYO6V7GGKHJ4ZHO3PRDV3TANCNFSM4HECQMKA .
Yes, I'm running against a remote signer.
Ok, backerei
probably needs a fix to work with remote signers. Try editing the code here, which is particular to the way tezos-client
reads and writes from the terminal. Glad to accept a PR, perhaps add it as an option to the configuration file.
Thanks - not a coder myself and we are using a local address to sign. It appears that "' in a pty" is being appended to the sign operation, and this is causing the error. When I cut and paste without "' in a pty " the command is successfull
I don't think that is being appended, that's just what backerei
prints.
Have you had any success? Unfortunately I can't test this easily locally.
backerei fails with the error below. Note that when I run the
tezos-client
command by hand it works fine. Very unfamiliar with the Haskell dev environment and not sure how to proceed.This looks related to #18
Any guiding tips would be much appreciated. Thanks!
Here's some system info if it helps: