Skip to content

v0.2.1 — Fix server not ready on launch

Choose a tag to compare

@Subham12R Subham12R released this 19 Jun 13:35
· 34 commits to main since this release

Bug fix

Fixed: "Could not reach the local Trace server" error on first launch.

Root cause

The PyInstaller onefile format extracts itself to a temp folder on startup, which can take 2–5 seconds. The previous fixed 800ms delay wasn't long enough — the window opened before the server was ready.

Fix

Electron now polls /health every 300ms (up to 20 seconds) and only opens the window once the server responds. No more timing-dependent failures.

Download

Install Trace Setup 0.1.0.exe — the app will now wait for the server before loading.