keepasshttp icon indicating copy to clipboard operation
keepasshttp copied to clipboard

Update check failed. Version information file cannot be downloaded

Open ScriptingAdmin opened this issue 1 year ago • 5 comments

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

ScriptingAdmin avatar Jun 06 '24 07:06 ScriptingAdmin

Same here. Also using KeePass 2.57 and KeePassHttp 1.8.4.2

inside83 avatar Jun 23 '24 11:06 inside83

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.

CaptainPalapa avatar Nov 18 '24 20:11 CaptainPalapa

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 avatar Dec 05 '24 04:12 rkresha

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

rkresha avatar Dec 07 '24 03:12 rkresha