Skip to content

[BUG] yaak versions 2025.1.1 and 2025.1.2 not starting #6

@TheBlaide

Description

@TheBlaide

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

when tryiong to run yaak using right click ==> yaak, nothing happens.

i have the follwoing error in my docker logs:

025-05-02T20:24:28.910232659Z (yaak-app:689): dbind-WARNING **: 20:24:28.904: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
2025-05-02T20:24:28.920555043Z [2025-05-02][20:24:28][INFO][yaak_models::plugin] Connecting to database at "/config/.local/share/app.yaak.desktop/db.sqlite"
2025-05-02T20:24:28.920928680Z [2025-05-02][20:24:28][INFO][yaak_models::plugin] Running database migrations from: /usr/lib/yaak/migrations
2025-05-02T20:24:28.922142982Z [2025-05-02][20:24:28][INFO][yaak_models::plugin] Database migrations complete
2025-05-02T20:24:28.937811073Z [2025-05-02][20:24:28][INFO][yaak_plugins::manager] Starting plugin server on [::1]:42681
2025-05-02T20:24:28.937848608Z [2025-05-02][20:24:28][INFO][yaak_plugins::nodejs] Starting plugin runtime main=/usr/lib/yaak/vendored/plugin-runtime/index.cjs
2025-05-02T20:24:28.938224958Z [2025-05-02][20:24:28][INFO][yaak_plugins::nodejs] Spawned plugin runtime
2025-05-02T20:24:28.938247887Z [2025-05-02][20:24:28][INFO][yaak_plugins::manager] Waiting for plugins to initialize
2025-05-02T20:24:28.983505794Z Plugin runtime websocket error Error: connect ECONNREFUSED 127.0.0.1:42681
2025-05-02T20:24:28.983545257Z at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {
2025-05-02T20:24:28.983550549Z errno: -111,
2025-05-02T20:24:28.983553857Z code: 'ECONNREFUSED',
2025-05-02T20:24:28.983556690Z syscall: 'connect',
2025-05-02T20:24:28.983561441Z address: '127.0.0.1',
2025-05-02T20:24:28.983564747Z port: 42681
2025-05-02T20:24:28.983567828Z }
2025-05-02T20:24:28.985167443Z Plugin runtime websocket closed 1006

Expected Behavior

i'm trying to start yaak using the provided docker compose. i expect to run yaak using right click ==> yaak

Steps To Reproduce

here is the docker compose file:

services:
yaak:
image: lscr.io/linuxserver/yaak:latest
container_name: yaak
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config/yaak:/config
ports:
- 3000:3000
- 3001:3001
restart: unless-stopped

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

docker compose up -d --remove-orphans

Container logs

025-05-02T20:24:28.910232659Z (yaak-app:689): dbind-WARNING **: 20:24:28.904: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
2025-05-02T20:24:28.920555043Z [2025-05-02][20:24:28][INFO][yaak_models::plugin] Connecting to database at "/config/.local/share/app.yaak.desktop/db.sqlite"
2025-05-02T20:24:28.920928680Z [2025-05-02][20:24:28][INFO][yaak_models::plugin] Running database migrations from: /usr/lib/yaak/migrations
2025-05-02T20:24:28.922142982Z [2025-05-02][20:24:28][INFO][yaak_models::plugin] Database migrations complete
2025-05-02T20:24:28.937811073Z [2025-05-02][20:24:28][INFO][yaak_plugins::manager] Starting plugin server on [::1]:42681
2025-05-02T20:24:28.937848608Z [2025-05-02][20:24:28][INFO][yaak_plugins::nodejs] Starting plugin runtime main=/usr/lib/yaak/vendored/plugin-runtime/index.cjs
2025-05-02T20:24:28.938224958Z [2025-05-02][20:24:28][INFO][yaak_plugins::nodejs] Spawned plugin runtime
2025-05-02T20:24:28.938247887Z [2025-05-02][20:24:28][INFO][yaak_plugins::manager] Waiting for plugins to initialize
2025-05-02T20:24:28.983505794Z Plugin runtime websocket error Error: connect ECONNREFUSED 127.0.0.1:42681
2025-05-02T20:24:28.983545257Z     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {
2025-05-02T20:24:28.983550549Z   errno: -111,
2025-05-02T20:24:28.983553857Z   code: 'ECONNREFUSED',
2025-05-02T20:24:28.983556690Z   syscall: 'connect',
2025-05-02T20:24:28.983561441Z   address: '127.0.0.1',
2025-05-02T20:24:28.983564747Z   port: 42681
2025-05-02T20:24:28.983567828Z }
2025-05-02T20:24:28.985167443Z Plugin runtime websocket closed 1006

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions