-
Notifications
You must be signed in to change notification settings - Fork 62
Description
General information
- Operating system + version: Ubuntu 22.04
- Browser + version: Firefox 110.0 from ppa:mozillateam/ppa (because the snap doesn't support native messaging which is needed for Browserpass, unclear to me why snap is the default on Ubuntu now when it is still missing core features)
- Information about the host app:
- How did you install it? Downloaded an official release and installed it using this packaging script
- If installed an official release, put a version: 3.0.10
- Information about the browser extension:
- How did you install it? Downloaded from Mozilla Add-ons Store
- Browserpass extension version as reported by your browser: 3.7.2
If you are getting an error immediately after opening popup, have you followed the Configure browsers documentation section?
Yes, this is taken care of by my packaging script, so /usr/lib/mozilla/native-messaging-hosts/com.github.browserpass.native.json has the contents:
{
"name": "com.github.browserpass.native",
"description": "Browserpass native component for the Firefox extension",
"path": "/usr/bin/browserpass-linux64",
"type": "stdio",
"allowed_extensions": ["browserpass@maximbaz.com"]
}And:
% /usr/bin/browserpass-linux64 --version
Browserpass host app version: 3.0.10
Exact steps to reproduce the problem
- Go to extension options, see error
- Try clicking extension icon, see same error
What should happen?
-
Extension options should be shown as documented at https://github.com/browserpass/browserpass-extension#options
-
Popup should display as documented at https://github.com/browserpass/browserpass-extension#first-steps-in-browser-extension
This works on my other laptops, which are running Pop!_OS 22.10 and macOS 10.15 respectively, both on Firefox ~latest. I've never seen this precise error before having configured Browserpass on numerous installations over the years, but something must be different with my new laptop.
What happened instead?
See screenshots above

