My API client desktop app will not open at all — no window, no error, just nothing. How do I find out why?
The desktop app I use for testing APIs has stopped opening. I click the icon, the process appears in the task manager for a few seconds, and then it disappears. No window, no crash dialogue, no error message.
It worked yesterday. Nothing obvious changed — no OS update that I noticed, though the app may have updated itself.
I have reinstalled it, which did not help. I have restarted, which also did not help.
I am mostly blocked because a lot of my saved requests are in there. Where does an app like this record why it failed to start, and is there a way to get at my collections while I sort it out?
@oauth_owen · 8h ago
The corrupted-data one deserves the emphasis it is getting, but there is a sharper version of the fix worth knowing.
Rather than moving the whole directory, look inside it first. There is usually a distinct cache folder separate from the actual data. Clearing only the cache very often fixes the crash while leaving your collections, environments and history completely untouched — no export, no re-import, no signing back in.
So the ladder is: clear the cache subfolder, then the whole shell-managed cache, and only then move the entire directory aside.
Works the same way for basically every desktop app built on this stack, which by now is most of them.
Reply
Report