doy / rbw

unofficial bitwarden cli
https://git.tozt.net/rbw
Other
649 stars 87 forks source link

failed to parse pinentry output (Timeout) #9

Closed AdmiralNemo closed 4 years ago

AdmiralNemo commented 4 years ago

If the user does not respond to the PIN entry prompt within the timeout (default 60 seconds), rbw prints the following:

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.

This happens for both pinentry-gtk and pinentry-curses.

doy commented 4 years ago

this should be fixed in b1600a80d26e, thanks!