We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the user does not respond to the PIN entry prompt within the timeout (default 60 seconds), rbw prints the following:
rbw
failed to parse pinentry output ("S ERROR gtk2.? 83886142 \nERR 83886142 Timeout <Pinentry>\n\u{0}…
The \u{0} sequence then repeats 4038 more times.
\u{0}
This happens for both pinentry-gtk and pinentry-curses.
pinentry-gtk
pinentry-curses
The text was updated successfully, but these errors were encountered:
this should be fixed in b1600a8, thanks!
Sorry, something went wrong.
No branches or pull requests
If the user does not respond to the PIN entry prompt within the timeout (default 60 seconds),
rbw
prints the following:The
\u{0}
sequence then repeats 4038 more times.This happens for both
pinentry-gtk
andpinentry-curses
.The text was updated successfully, but these errors were encountered: