Most recent release completely breaks introspection on Linux

Bug
On 2024.11.3 I get:
```
thread 'tokio-runtime-worker' panicked at src/http_request.rs:451:26: Failed to open file: Os { code: 21, kind: IsADirectory, message: "Is a directory" }
```
when trying to introspect. The loading spinner inside the button never stops spinning and theres no error inside the app.
After downgrading to 2024.10.0 it works as expected.
Fixed! https://yaak.app/blog/2024.11.4
Thank you, just upgraded and it works! :) <3