MacPass / MacPassHTTP

KeePassHTTP Plugin MacPass
MIT License
198 stars 19 forks source link

MacPass crashes attempting to fill in username/password in chrome with chromeIPass #43

Closed davzhou closed 6 years ago

davzhou commented 6 years ago

I just installed the pre built macPass and macPassHttp continuous release on my macOS Sierra. I found macPassHttp in my plugins and was able to connect to the db from chromeIPass. I allow access from macPass and every time I go to a page with a recognized username/password field macPass crashes.

I checked my system log and found this.

com.apple.xpc.launchd[1] (com.apple.ReportCrash[1543]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash

mstarke commented 6 years ago

Will try to debug this. MacPassHTTP does not use XPC so this seems to be unrelated. You're running MacPass 0.7 continuous and MacPassHTTP 0.3 continuous?

davzhou commented 6 years ago

I am using MacPass 0.7 continuous. Not sure about MacPassHttp, how do I check that?

mstarke commented 6 years ago

Use Finder->Get Info on the Plugin. It should display 0.3 as Version then you're on continuous.

davzhou commented 6 years ago

Yes, I'm on 0.3

mstarke commented 6 years ago

I can reproduce the bug. Will try to fix it ASPA

mstarke commented 6 years ago

It's an issue with the resent JSONModel. I'm reverting back to an older release that's working.

mstarke commented 6 years ago

Current continuous release should work again.

davzhou commented 6 years ago

Got it working, thanks!