Yaak Logo
Yaak
Feedback/App is not opening on Fedora 40 using RPM

App is not opening on Fedora 40 using RPM

PotatoPot ·2 years ago
ReleasedBug

Downloaded the rpm from the site:

yaak-2024.7.0-1.x86_64.rpm

launching it doesn't start, after few seconds, it's terminated from the system monitor.


Comments (10)

Sign in to leave a comment.

Gregory Schier

Can you launch it from the command line and let me know if you see anything strange in the logs?

PotatoPot OP

running yaak-app gives the below output

[2024-08-28][23:30:37][INFO][yaak_models::plugin] Opening SQLite DB at "/home/imchivaa/.local/share/app.yaak.desktop/db.sqlite"

[2024-08-28][23:30:37][INFO][yaak_models::plugin] Creating database file at "/home/imchivaa/.local/share/app.yaak.desktop/db.sqlite"

[2024-08-28][23:30:37][INFO][yaak_models::plugin] Connecting to database at sqlite:///home/imchivaa/.local/share/app.yaak.desktop/db.sqlite?mode=rwc

[2024-08-28][23:30:37][INFO][yaak_models::plugin] Running database migrations from: /usr/lib/yaak-app/migrations

[2024-08-28][23:30:38][INFO][yaak_models::plugin] Database migrations complete

thread 'main' panicked at /home/runner/work/app/app/src-tauri/yaakpluginruntime/src/plugin.rs:30:22:

Failed to read plugins dir: IoErr(Os { code: 2, kind: NotFound, message: "No such file or directory" })

note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Gregory Schier

I haven’t had time to set up an OS to test this, but the latest beta updates the log to print the path it’s trying to read. Can one of you try it out and let me know what it says? https://yaak.app/download?channel=beta

--

[2024-09-11][21:09:42][INFO][yaak_models::plugin] Opening SQLite DB at "/home/reonex/.local/share/app.yaak.desktop/db.sqlite"

[2024-09-11][21:09:42][INFO][yaak_models::plugin] Creating database file at "/home/reonex/.local/share/app.yaak.desktop/db.sqlite"

[2024-09-11][21:09:42][INFO][yaak_models::plugin] Connecting to database at sqlite:///home/reonex/.local/share/app.yaak.desktop/db.sqlite?mode=rwc

[2024-09-11][21:09:42][INFO][yaak_models::plugin] Running database migrations from: /usr/lib/yaak-app/migrations

[2024-09-11][21:09:42][INFO][yaak_models::plugin] Database migrations complete

thread 'main' panicked at /home/runner/work/app/app/src-tauri/yaak_plugin_runtime/src/plugin.rs:31:22:


Failed to read plugins dir: "/usr/lib/yaak-app/plugins": IoErr(Os { code: 2, kind: NotFound, message: "No such file or directory" })

sudo mkdir /usr/lib/yaak-app/plugins fixing the problem with rpm

PotatoPot OP

Btw, reinstalled the latest version: yaak-2024.8.2-1.x86_64.rpm

Jean Valjean

Can confirm, it's happening to me too.

Jean Valjean

[2024-09-02][10:00:16][INFO][yaak_models::plugin] Opening SQLite DB at "/home/corentin/.local/share/app.yaak.desktop/db.sqlite"

[2024-09-02][10:00:16][INFO][yaak_models::plugin] Creating database file at "/home/corentin/.local/share/app.yaak.desktop/db.sqlite"

[2024-09-02][10:00:16][INFO][yaak_models::plugin] Connecting to database at sqlite:///home/corentin/.local/share/app.yaak.desktop/db.sqlite?mode=rwc

[2024-09-02][10:00:16][INFO][yaak_models::plugin] Running database migrations from: /usr/lib/yaak-app/migrations

[2024-09-02][10:00:16][INFO][yaak_models::plugin] Database migrations complete

thread 'main' panicked at /home/runner/work/app/app/src-tauri/yaakpluginruntime/src/plugin.rs:30:22:

Failed to read plugins dir: IoErr(Os { code: 2, kind: NotFound, message: "Aucun fichier ou dossier de ce nom" })

note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

With RPM install from 2024.8.2-1

Gregory Schier

I haven’t had time to set up an OS to test this, but the latest beta updates the log to print the path it’s trying to read. Can you try it out and let me know what it says? https://yaak.app/download?channel=beta

Gregory Schier

This (hopefully) fixes it https://yaak.app/blog/2024.10.0-beta.6

Niels Poldervaart

I’ve been experiencing this issue on Fedora 41 with Yaak 2024.13.0-1.x86_64.rpm. I’ve never used Yaak on this system before. When I start the application I briefly see a completely white window before the application quits itself.

The log doesn’t reveal any errors. Or at least not to my eyes.

[2025-01-05][10:58:34][INFO][yaak_models::plugin] Creating database file at "/home/niels/.local/share/app.yaak.desktop/db.sqlite"
[2025-01-05][10:58:34][INFO][yaak_models::plugin] Connecting to database at sqlite:///home/niels/.local/share/app.yaak.desktop/db.sqlite?mode=rwc
[2025-01-05][10:58:34][INFO][yaak_models::plugin] Running database migrations from: /usr/lib/yaak/migrations
[2025-01-05][10:58:34][INFO][yaak_models::plugin] Database migrations complete
[2025-01-05][10:58:34][INFO][yaak_plugin_runtime::manager] Starting plugin server
[2025-01-05][10:58:34][INFO][yaak_plugin_runtime::manager] Starting gRPC plugin server on [::1]:36969
[2025-01-05][10:58:34][INFO][yaak_plugin_runtime::nodejs] Starting plugin runtime main=/usr/lib/yaak/vendored/plugin-runtime/index.cjs
[2025-01-05][10:58:34][INFO][yaak_plugin_runtime::nodejs] Spawned plugin runtime
[2025-01-05][10:58:34][INFO][tauri_app_lib] Create new window label=main_0
[2025-01-05][10:58:34][INFO][yaak_plugin_runtime::manager] Plugin runtime client connected!
[2025-01-05][10:58:34][INFO][yaak_plugin_runtime::manager] Loading bundled plugins from "/usr/lib/yaak/vendored/plugins"
[2025-01-05][10:58:34][INFO][yaak_plugin_runtime::manager] Adding plugin by dir /usr/lib/yaak/vendored/plugins/exporter-curl
[2025-01-05][10:58:35][INFO][yaak_plugin_runtime::manager] Adding plugin by dir /usr/lib/yaak/vendored/plugins/filter-jsonpath
[2025-01-05][10:58:35][INFO][yaak_plugin_runtime::manager] Adding plugin by dir /usr/lib/yaak/vendored/plugins/filter-xpath
[2025-01-05][10:58:35][INFO][tauri_app_lib::updates] Checking for updates mode=stable
[2025-01-05][10:58:35][INFO][yaak_plugin_runtime::manager] Adding plugin by dir /usr/lib/yaak/vendored/plugins/importer-curl
[2025-01-05][10:58:35][INFO][yaak_plugin_runtime::manager] Adding plugin by dir /usr/lib/yaak/vendored/plugins/importer-insomnia
[2025-01-05][10:58:35][INFO][yaak_plugin_runtime::manager] Adding plugin by dir /usr/lib/yaak/vendored/plugins/importer-openapi
[2025-01-05][10:58:35][INFO][yaak_plugin_runtime::manager] Adding plugin by dir /usr/lib/yaak/vendored/plugins/importer-postman
[2025-01-05][10:58:35][INFO][yaak_plugin_runtime::manager] Adding plugin by dir /usr/lib/yaak/vendored/plugins/importer-yaak
[2025-01-05][10:58:35][INFO][yaak_plugin_runtime::manager] Adding plugin by dir /usr/lib/yaak/vendored/plugins/template-function-file

Type to search feedback...