browserpass / browserpass-native

Browserpass native client app
ISC License
394 stars 50 forks source link

3.0.7 doesn't work under Big Sur #101

Closed avxkim closed 4 years ago

avxkim commented 4 years ago

General information


If you are getting an error immediately after opening popup, have you followed the Configure browsers documentation section?


Exact steps to reproduce the problem

  1. Click on the browserpass icon in the google chrome
  2. Error message would pop up: "Error: Error: Specified native messaging host not found."

What should happen?

It should let me choose an account with data, as it was in catalina.

What happened instead?

image

maximbaz commented 4 years ago

Hi, I think the configure browsers is very much related to your case 😉

avxkim commented 4 years ago

I've read it, but couldn't get it, could you please point me in a right direction, on what i did wrong?

I just reinstalled browserpass with brew commands:

brew rm browserpass
brew install browserpass

got a message after browserpass installation:

* To configure your browser, RUN THE FOLLOWING:
$ PREFIX='/usr/local/opt/browserpass' make hosts-BROWSER-user -f /usr/local/opt/browserpass/lib/browserpass/Makefile
* Where BROWSER is one of the following: [chromium chrome vivaldi brave firefox]

Then i pasted this command: PREFIX='/usr/local/opt/browserpass' make hosts-BROWSER-user -f /usr/local/opt/browserpass/lib/browserpass/Makefile which resulted with an error:

"make: *** No rule to make target `hosts-BROWSER-user'. Stop."

maximbaz commented 4 years ago

you need to replace BROWSER with one of the values, so for example PREFIX .... make hosts-chromium-user .... if you use Chromium

avxkim commented 4 years ago

chromium and chrome - is there a difference? i'm actually using a chrome. Just noticed this warning, lol :) Now it works, in my case it was "chrome". Thank you for quick response! I just thought it was a big sur issue.

maximbaz commented 4 years ago

There is a difference, yes, if you use Chrome then use chrome :)