Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"KeePassHttp is not running" error in Pass|Fox #2

Closed
MyerSmith opened this issue Jul 5, 2016 · 7 comments
Closed

"KeePassHttp is not running" error in Pass|Fox #2

MyerSmith opened this issue Jul 5, 2016 · 7 comments

Comments

@MyerSmith
Copy link

I get this error in Firefox 47.0.1 with the lastest Pass|Fox plugin. The chrome Plugin chomepass works fine with keepassx_http.

maybe related to this
51bfbc9

how can I debug this ?

@droidmonkey
Copy link
Member

droidmonkey commented Jul 7, 2016

Did this start occurring after you updated to the build you referenced?

I just tested it and can confirm your finding.

@droidmonkey droidmonkey added the bug label Jul 7, 2016
@droidmonkey
Copy link
Member

I reverted the code base to 175167b and PassIFox still failed to populate the username and password fields. This might be a more systemic issue between PassIFox and this implementation of keepass_http.

@MyerSmith
Copy link
Author

Did this start occurring after you updated to the build you referenced?

Yes after a update. Don't know if the browser plugin also got a update in last time.
When I delete permissions and stored keys database in keepassx and use a fresh browser profile, the plugin shows me a connect Button but keepassx don't open a popup for permissions like in chromium.

@droidmonkey
Copy link
Member

I observed that it connected to the keepass_http agent just fine and correctly identified websites that had stored credentials. It offered me to select a credential, I did, then hit OK and it does nothing (ie it does not fill in the form fields).

@droidmonkey
Copy link
Member

Looks like the plugin was updated, I no longer observe this error. Pleas ensure your plugin is at version 1.2.0.

@ghost ghost mentioned this issue Feb 18, 2017
@yeawellwhatever
Copy link

yeawellwhatever commented Apr 24, 2017

Currently on version 1.2.2, I'm still having this issue.
Vivaldi works fine for me with ChromIPass

Edit
Found out the issue. Pass|fox is trying to connect to localhost, and localhost is not resolving properly on my Arch installation. Editin the hosts file and adding localhost to point to 127.0.0.1 and ::1 solved it.

Refer here : #196

droidmonkey added a commit that referenced this issue Jun 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@droidmonkey @MyerSmith @yeawellwhatever and others