Update check failed. Version information file cannot be downloaded
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
Same here. Also using KeePass 2.57 and KeePassHttp 1.8.4.2
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.
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:
- Download the repo zip from here --> https://github.com/pilere/keepasshttp
- Extract just the KeePassHttp directory from the zip file into your Downloads directory
- Open a command prompt (cmd)
- 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
- 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.
Sorry completely had the wrong repo in my comment above. It's been updated now to the correct one --> https://github.com/pilere/keepasshttp