Comments
6 comments
-
Hello onynixi,
Thank you for raising this. I've not been able to replicate this outcome, what OS are you running Desktop on please and what db type did you select from your project? -
Windows 11 23h2 and MS SQL server.
I tried installing the new 7.2.4 client on an alternate machine and was able to create a new project without any problems. I suspect something was cached during the update that might have broke my install. Is there any instructions to delete installation cached folders or settings on a user profile? I could recreate my user profile but I will save that as a final option. -
I'd be most interested if you are able to recreate the circumstance!
As for clean up, if you uninstall conventionally and also delete the following directory contents this will ensure you only use the downloaded version.%localappdata%\Temp\Redgate\Flyway Desktop\updates
For verification of download integrity the sha256 of the Flyway Desktop_7.2.5.0_x64 installer is39dbed104866914b1c8caff62e06ce663d730e28d9c28481a8fd6a9e4701383f
-
I "upgraded" from 7.2.4 to 7.3.5, now if I create a new project or open an existing one, I always get:
Failed to parse the response from the flyway CLI as json
There is nothing useful in verbose log files.
I tried repairing, uninstalling and reinstalling from the downloaded installer, nothing helps, i'm bricked from using flyway.
Windows 10. -
@nutmix2 I was able to resolve the issue. If you go into the desktop client and open the about page, you should get a version number back on "flyway engine". If you don't then your install is bad or there are remnants of the previous install leftover. For me I uninstalled the application, deleted "C:\Program Files\Red gate\Flyway Desktop" folder that remained after the removal, and then installed the application like normal. Hope this helps.
-
I resolved the issue by uninstalling 7.3.6 and going back to 7.2.4. Now I can open existing projects and create new projects. We were lucky one developer still had a copy of the old installer. From now on we will keep a library of old versions in case we need to revert.
Add comment
Please sign in to leave a comment.
Failed to parse the response from the flyway CLI as json.: Failed to parse result '' as json: Unexpected end of JSON input
I tried to run a 'flyway repair' from command like and I run into this:
Am I missing a dependency to run the new desktop client version? I tried fully re-installing but I had no luck.