Skip to content

[Bug] Kanban: sqlite3.OperationalError: no such column: session_id after update #28654

@RLuf

Description

@RLuf

Describe the bug
After updating or doing a fresh install of Hermes Agent, the kanban dispatcher fails repeatedly with:
sqlite3.OperationalError: no such column: session_id
It happens every few seconds when the gateway is running.

Steps to reproduce

  1. Install or update Hermes Agent
  2. Run hermes gateway start
  3. Error appears constantly in logs

Environment

  • WSL2 Ubuntu 24.04
  • Running as root
  • hermes kanban init was executed

Temporary workaround

rm -f ~/.hermes/kanban.db
hermes kanban init
Additional context
Seems to be a schema migration issue. New version expects session_id column but the existing database doesn't have it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low — cosmetic, nice to havecomp/pluginsPlugin system and bundled pluginstype/bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions