pfn / passifox

Extensions to allow Chrome and Firefox (4.0+) to auto form-fill passwords from KeePass (requires KeePassHttp)
GNU General Public License v3.0
905 stars 185 forks source link

keepasshttp not working on OSX/mono #236

Open rheckart opened 10 years ago

rheckart commented 10 years ago

screen shot 2013-12-29 at 6 26 06 pm

keepasshttp 7/19/13 KeePass 2.24 Mono JIT compiler version 3.2.3

Same configuration on a Win 8.1 machine works fine with Chrome. I am a .NET dev (unfamiliar with Mono development) so if you need further information I can help debug the issue with a little assistance.

erik-smit commented 10 years ago

@rheckart I also had this message on my MacOSX installation.

In my case, another process was already listening on port 19455.

➜  ~  lsof -n -i4TCP:19455 | grep LISTEN
lldb      46530 smite    8u    IPv4 0x5248048a8bcd1ab3        0t0                TCP *:19455 (LISTEN)

Once I killed this, and restarted Keepass, the plugin started working again.