Search always empty

I’m using atuin locally since a long time and I’m updating regurarely with mice. Since 1-2 weeks the interactive search shows no results:

There seems to be no history. But all non-interactive commands work: atuin history last, atuin stats, atuin search.

I’ve tried with a new config, a new history db, but nothing helps. Any ideas?

Atuin Doctor
Checking for diagnostics


Please include the output below with any bug reports or issues

{
  "atuin": {
    "version": "18.15.2",
    "commit": "1b4eb4901d256637c75849f0e4f82e476934b922",
    "sync": null,
    "sqlite_version": "3.46.0"
  },
  "shell": {
    "name": "bash",
    "default": "bash",
    "plugins": [
      "atuin",
      "bash-preexec"
    ],
    "preexec": "bash-preexec"
  },
  "system": {
    "os": "Fedora Linux",
    "arch": "x86_64",
    "version": "43",
    "disks": [
      {
        "name": "/dev/nvme0n1p4",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/nvme0n1p4",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/nvme0n1p3",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/nvme0n1p1",
        "filesystem": "vfat"
      }
    ]
  }
}

Things you could try:

  • minimal .bashrc:
    # at the top (or remove):
    eval "$(atuin init hex)"
    
    # at the bottom:
    eval "$(atuin init bash --disable-ai)"
    
  • ble.sh instead of bash-preexec (or maybe a newer version)
  • another shell like zsh or fish just to check if the problem is shell config related

Thanks for your inputs!

The only thing which helped, was a downgrade to atuin 18.13.6 :sad_but_relieved_face: