Skip to content

Failed to load board because of unknown flag #68

@MovGP0

Description

@MovGP0

I get the following error message when opening http://127.0.0.1:3000/#/board:

!
Critical

Failed to load board (Closed)
Error: unknown flag: --tree Usage: bd list [flags] Flags: --all Show all issues including closed (overrides default filter) -a, --assignee string Filter by assignee --closed-after string Filter issues closed after date (YYYY-MM-DD or RFC3339) --closed-before string Filter issues closed before date (YYYY-MM-DD or RFC3339) --created-after string Filter issues created after date (YYYY-MM-DD or RFC3339) --created-before string Filter issues created before date (YYYY-MM-DD or RFC3339) --defer-after string Filter issues deferred after date (supports relative: +6h, tomorrow) --defer-before string Filter issues deferred before date (supports relative: +6h, tomorrow) --deferred Show only issues with defer_until set --desc-contains string Filter by description substring (case-insensitive) --due-after string Filter issues due after date (supports relative: +6h, tomorrow) --due-before string Filter issues due before date (supports relative: +6h, tomorrow) --empty-description Filter issues with empty or missing description --filter-parent string Alias for --parent --format string Output format: 'digraph' (for golang.org/x/tools/cmd/digraph), 'dot' (Graphviz), or Go template -h, --help help for list --id string Filter by specific issue IDs (comma-separated, e.g., bd-1,bd-5,bd-10) --include-gates Include gate issues in output (normally hidden) --include-templates Include template molecules in output -l, --label strings Filter by labels (AND: must have ALL). Can combine with --label-any --label-any strings Filter by labels (OR: must have AT LEAST ONE). Can combine with --label -n, --limit int Limit results (default 50, use 0 for unlimited) (default 50) --long Show detailed multi-line output for each issue --mol-type string Filter by molecule type: swarm, patrol, or work --no-assignee Filter issues with no assignee --no-labels Filter issues with no labels --no-pager Disable pager output --no-pinned Exclude pinned issues --notes-contains string Filter by notes substring (case-insensitive) --overdue Show only issues with due_at in the past (not closed) --parent string Filter by parent issue ID (shows children of specified issue) --pinned Show only pinned issues --pretty Display issues in a tree format with status/priority symbols -p, --priority string Priority (0-4 or P0-P4, 0=highest) --priority-max string Filter by maximum priority (inclusive, 0-4 or P0-P4) --priority-min string Filter by minimum priority (inclusive, 0-4 or P0-P4) -r, --reverse Reverse sort order --sort string Sort by field: priority, created, updated, closed, status, id, title, type, assignee -s, --status string Filter by status (open, in_progress, blocked, deferred, closed) --title string Filter by title text (case-insensitive substring match) --title-contains string Filter by title substring (case-insensitive) -t, --type string Filter by type (bug, feature, task, epic, chore, merge-request, molecule, gate, convoy). Aliases: mr→merge-request, feat→feature, mol→molecule --updated-after string Filter issues updated after date (YYYY-MM-DD or RFC3339) --updated-before string Filter issues updated before date (YYYY-MM-DD or RFC3339) -w, --watch Watch for changes and auto-update display (implies --pretty) Global Flags: --actor string Actor name for audit trail (default: $BD_ACTOR or $USER) --allow-stale Allow operations on potentially stale data (skip staleness check) --db string Database path (default: auto-discover .beads/*.db) --json Output in JSON format --lock-timeout duration SQLite busy timeout (0 = fail immediately if locked) (default 30s) --no-auto-flush Disable automatic JSONL sync after CRUD operations --no-auto-import Disable automatic JSONL import when newer than DB --no-daemon Force direct storage mode, bypass daemon if running --no-db Use no-db mode: load from JSONL, no SQLite --profile Generate CPU profile for performance analysis -q, --quiet Suppress non-essential output (errors only) --readonly Read-only mode: block write operations (for worker sandboxes) --sandbox Sandbox mode: disables daemon and auto-sync -v, --verbose Enable verbose/debug output
{
  "exit_code": 1,
  "key": "closed-issues"
}

Version information

> bd --version
bd version 0.47.0 (f459ec29)

> bdui --version
0.11.3

Additional Problem

Because of the size of the error message, the confirm button is not visible to close the popup; dependent on the available browser size.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions