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

Update check failed. Version information file cannot be downloaded #416

Open
DHM-Automation opened this issue Jun 6, 2024 · 4 comments
Open

Comments

@DHM-Automation
Copy link

DHM-Automation commented Jun 6, 2024

Hi,
Version Information cannot be downloaded for Update Check since Keepass Version 2.57.
Is there an newer Version and can you fix this?
BR

image

@inside83
Copy link

Same here.
Also using KeePass 2.57 and KeePassHttp 1.8.4.2

@CaptainPalapa
Copy link

This happens constantly and is the only plugin I have for KeePass that does this. But... not updated in 7 years so we probably don't need it to pass a version check.

@rkresha
Copy link

rkresha commented Dec 5, 2024

This fork made the update that I was going to make. https://github.com/pilere/keepasshttp, so no need for me to re-invent the wheel. Essentially, the issue was that this plugin was pointing to https://passifox.appspot.com/kph/latest-version.txt for the latest version info, but that Firefox plugin has been abandoned.

To compile the c# plugin as a plgx file, you can do the following:

  1. Download the repo zip from here --> https://github.com/pilere/keepasshttp
  2. Extract just the KeePassHttp directory from the zip file into your Downloads directory
  3. Open a command prompt (cmd)
  4. Run the following commands
cd /D <to where keepass.exe is located>
.\KeePass.exe --plgx-create %USERPROFILE%\Downloads\KeePassHttp
copy %USERPROFILE%\Downloads\KeePassHttp.plgx . /y
  1. Start or restart KeePass

Note: There is a more streamlined way to put the plgx in with the --plgx-post-build argument but no need to make it more difficult than it needs to be.

@rkresha
Copy link

rkresha commented Dec 7, 2024

Sorry completely had the wrong repo in my comment above. It's been updated now to the correct one --> https://github.com/pilere/keepasshttp

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