-
Notifications
You must be signed in to change notification settings - Fork 20
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
chromeIPass not working after update to 0.3 #48
Comments
Take a look at |
Ok, i removed the second instance, which does not change anything on the outcome,
is now gone, but chromeIPass will not really connect to my database |
I still have the same output from Wireshark with an reponse stating:
|
I think I will reinstall the old version and look at the network output to figure if something with the login is not working, but well it returns success=false |
What version did you use before 0.7.3? 0.7.2? I did change the settings key for remote connections for KeePassHTTP but that should not affect you - or did you enabled this before? |
The client hash is generated with the trash UUID which is null in your case - this might be an implementaion error. I have to check how keepasshttp handles this. |
This actually is a unfortunate design decision on the part of keepasshttp. If you synchronise a database without a trash and then it will get generated you have to re-synchronize since the client hash has changed. The actual string format doesn't matter that much so I guess it's ok the way it is. Keepass seems to omit the dashes in the string will add an empty string if no trash is present |
@mstarke looks like it comes from databases that are still stored within my chromeIPass settings, i created a new chrome profile and it worked. I think i just need to figure out how to delete them, button doesn't work. So not MacPass related. |
I'm sorry for my lack of support but I just ported the plugin and never spent much time on the details. I should try to get into the setup of KeePassHTTP a bit more to fix such problems since it seems to happen from time to time and this setup is rather cumbersome to debug for normal users, you're an exception with your ability to telnet the requests in clear text :) |
Both chromeIPass and its fork https://github.com/smorks/keepasshttp-connector are discontinued. I don't know if KeePassXC-Browser is compatible, this extension isn't working for me at all. Is there anything that can be done, so I can integrate MacPass into Brave? |
On start of MacPass I get
Telnet to the server works on port 19455, but chromeIPass is not working anymore.
i attached wireshark and got
Any Idea what is going on here. looks like login isn't working.
The text was updated successfully, but these errors were encountered: