-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
gopassbridge prompting me to update gopass despite having newer version #224
Comments
I think I might have a simple solution if you're also experiencing this issue with the version that's currently available in the Fedora repos. I uninstalled that version and downloaded the rpm from the Github releases page, installed it, and ran the configure option again. After that the extension in Firefox no longer tells me that gopass need to be newerd than 1.8.5 |
Thanks for the suggestion - but I've tried that (now I have then did the same thing for gopass-jsonapi itself, and now it works 👍 |
so this is an issue with the version of |
A nice way to debug this would be to modify the gopass-bridge.sh accordingly:
Use hexdump -C on /tmp/gopass-in vs /tmp/gopass-out. Most likely getVersion is messed up. |
Oh, and it's probably related to gopasspw/gopass-jsonapi#2 ? |
@isodude made me think of a workaround. You can just patch the result of -gopass-jsonapi listen
+gopass-jsonapi listen | sed 's_version":"0.0.0","major":0,"minor":0,"patch":0_version":"1.8.5","major":1,"minor":8,"patch":5_' But looking at this I would suspect a packaging issue. |
something seems to be messing up with this function
when I open gopassbridge, instead of showing my suggested passwords, I'm prompted to update gopass:
however I'm currently on gopass 1.14.1.
let me know if you need anything else
The text was updated successfully, but these errors were encountered: