mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The bridge.ts catch block was catching ALL errors from the venv Python and falling back to system python3. This masked real script errors (like rembg model loading failures) by reporting "rembg not installed" from the system python3 fallback. Now only falls back on ENOENT (venv binary not found).