You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running gopass 1.10.1 on Fedora 33, using ungoogled-chromium and gopass-bridge 0.8.0.
The first problem I get is the following message after setting everything up:
When trying to debug by manually running gopass-jsonapi listen or ./gopass_wrapper.sh I get the following message before it exits: ;{"error":"not enough bytes read to determine message size"}.
I tried installing the jsonapi script globally (using sudo), but couldn't since gopass reported the following error: Failed to initialize gopass API: store not initialized. run gopass init first, which I guess is to be expected, since I've setup the store for my account, not root (although how are you supposed to install the listener globally without initializing a root store). The problem was "fixed" by copying the com.justwatch.gopass.json file to the location the script mentioned, but the extension still doesn't work.
The text was updated successfully, but these errors were encountered:
Apparently the problem was with ungoogled-chromium using a custom .config directory (although weirdly .config/chromium is still present for some reason), so the problem was solved by copying the json file to ~/.config/ungoogled-chromium/NativeMessaging/Hosts/.
I'm running gopass 1.10.1 on Fedora 33, using ungoogled-chromium and gopass-bridge 0.8.0.
The first problem I get is the following message after setting everything up:
When trying to debug by manually running
gopass-jsonapi listen
or./gopass_wrapper.sh
I get the following message before it exits:;{"error":"not enough bytes read to determine message size"}
.I tried installing the jsonapi script globally (using sudo), but couldn't since
gopass
reported the following error:Failed to initialize gopass API: store not initialized. run gopass init first
, which I guess is to be expected, since I've setup the store for my account, not root (although how are you supposed to install the listener globally without initializing a root store). The problem was "fixed" by copying the com.justwatch.gopass.json file to the location the script mentioned, but the extension still doesn't work.The text was updated successfully, but these errors were encountered: