Skip to content

Error: An unexpected error occurred #316

@raxod502

Description

@raxod502

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

  1. Go to extension options, see error

image

  1. Try clicking extension icon, see same error

image

What should happen?

  1. Extension options should be shown as documented at https://github.com/browserpass/browserpass-extension#options

  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions