Hey, I just set up atuin in one machine, all perfect.
Now I’m trying to set it up in a second machine. I installed correctly but I can’t login. I got this error:
Error: Invalid request to the service: 401 Unauthorized - password is not correct.
Location:
    /home/runner/work/atuin/atuin/crates/atuin-client/src/api_client.rs:156:17
I’m using the same password, and for the key, the output of atuin key in the first machine (it’s something like: express spot simple…)
sync v2 is enabled in both machines.
Here the doctor for the first machine:
Atuin Doctor
Checking for diagnostics
Please include the output below with any bug reports or issues
{
  "atuin": {
    "version": "18.3.0",
    "sync": {
      "cloud": true,
      "records": true,
      "auto_sync": true,
      "last_sync": "1970-01-01 0:00:00.0 +00:00:00"
    },
    "sqlite_version": "3.44.0"
  },
  "shell": {
    "name": "nu",
    "default": "nu",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "Ubuntu",
    "arch": "x86_64",
    "version": "24.04",
    "disks": [
      {
        "name": "/dev/nvme0n1p2",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/nvme0n1p2",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/nvme0n1p1",
        "filesystem": "vfat"
      }
    ]
  }
}
and for the second machine:
Atuin Doctor
Checking for diagnostics
Please include the output below with any bug reports or issues
{
  "atuin": {
    "version": "18.3.0",
    "sync": null,
    "sqlite_version": "3.44.0"
  },
  "shell": {
    "name": "nu",
    "default": "nu",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "Ubuntu",
    "arch": "x86_64",
    "version": "20.04",
    "disks": [
      {
        "name": "/dev/nvme0n1p2",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/nvme0n1p1",
        "filesystem": "vfat"
      }
    ]
  }
}
What I’m doing wrong?