gopasspw / gopassbridge

A web extension for Firefox and Chrome to insert login credentials from gopass
MIT License
264 stars 24 forks source link

Gopass bridge + Firefox on ARM Mac #197

Closed simeonreusch closed 3 years ago

simeonreusch commented 3 years ago

Hi, when using this extension on a Firefox running on an ARM Mac (brew on ARM architecture) with working gopass and after successfully running gopass-jsonapi configure, the extension throws an error: Native application tried to send a message of 1818845510 bytes, which exceeds the limit of 1048576 bytes.

I have working a gopass bridge on various Ubuntu installs, so I don't think this is a setup failure.

gopass: 1.12.5 (arm64) gopass-jsonapi: 1.11.1

simeonreusch commented 3 years ago

Okay, it looks this bug only appears when using pinentry-mac for interacting with the GPG secrets. When exchanging pinentry-mac with gpg-suite (also from brew), everything works fine :-)