LeoIannacone / goopg

GPG for Gmail in Chrome and Chromium
http://leoiannacone.github.io/goopg/
GNU General Public License v3.0
53 stars 5 forks source link

Not verifying or signing any more #24

Closed asgrim closed 7 years ago

asgrim commented 8 years ago

A long time ago this used to work for me; but I noticed a while ago it'd broken. Only just got around to reporting it, so sorry; I can't remember anything specific that may've triggered breaking :(

Reproduce

Since re-installing both the extension and the goopg-chrome package (and deleting ~/.cache/goopg directory), no logs re-appear. Before deleting this, the tail looked like this:

2016-04-06 18:26:46,086:ERROR:chrome-main:Error while reading stdin: "unpack requires a string argument of length 4" - Exit.
2016-04-06 22:02:33,294:ERROR:chrome-main:Error while reading stdin: "unpack requires a string argument of length 4" - Exit.
2016-04-07 18:44:15,682:ERROR:chrome-main:Error while reading stdin: "unpack requires a string argument of length 4" - Exit.
2016-04-07 20:26:55,636:ERROR:chrome-main:Error while reading stdin: "unpack requires a string argument of length 4" - Exit.
2016-04-08 09:47:54,493:ERROR:chrome-main:Error while reading stdin: "unpack requires a string argument of length 4" - Exit.
2016-04-08 15:33:23,783:ERROR:chrome-main:Error while reading stdin: "unpack requires a string argument of length 4" - Exit.
2016-04-08 19:24:45,230:ERROR:chrome-main:Error while reading stdin: "unpack requires a string argument of length 4" - Exit.
2016-04-11 12:24:24,092:ERROR:chrome-main:Error while reading stdin: "unpack requires a string argument of length 4" - Exit.
2016-04-11 22:50:45,182:ERROR:chrome-main:Error while reading stdin: "unpack requires a string argument of length 4" - Exit.
2016-04-14 10:42:10,335:ERROR:chrome-main:Error while reading stdin: "unpack requires a string argument of length 4" - Exit.

This may well have been the last time I saw it working (April)...

In the JS console in Gmail, when loading I can see:

Connecting to web port... goopg-web-chrome-port.js:11

but no other useful output seems to appear.

LeoIannacone commented 8 years ago

I trying to investigate this issue. Unfortunately I'm no longer on ubuntu Wily, I updated to Xenial which now ships python-oauth2client 2.0.1-1 and breaks goopg host app.

I will fix goopg asap and only for the newer version of Ubuntu.

LeoIannacone commented 7 years ago

Hi, I just release v0.3.0 (for Ubuntu Xenial) which should fix this.

So, I'm closing this for now, please reopen if you have the same problem.

Thanks for reporting!

asgrim commented 7 years ago

Looks like this is working now, thank you :)