Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Error: pool timed out.... #2435

Open
1 task done
Graninius opened this issue Oct 27, 2024 · 2 comments
Open
1 task done

[Bug]: Error: pool timed out.... #2435

Graninius opened this issue Oct 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Graninius
Copy link

What did you expect to happen?

Working without this error )

What happened?

Every time when I open the terminal I get this error:

Error: pool timed out while waiting for an open connection
Location:
    /usr/src/debug/atuin/atuin-18.3.0/crates/atuin-client/src/record/sqlite_store.rs:48:20
Error: pool timed out while waiting for an open connection
Location:
    /usr/src/debug/atuin/atuin-18.3.0/crates/atuin-client/src/record/sqlite_store.rs:48:20

and have to wait for about 10-15sec before it's ready to work.

Atuin doctor output

atuin doctor
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": "zsh",
    "default": "zsh",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "Manjaro Linux",
    "arch": "x86_64",
    "version": "24.1.1",
    "disks": [
      {
        "name": "/dev/sdb1",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/sda1",
        "filesystem": "ext4"
      }
    ]
  }
}

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Graninius Graninius added the bug Something isn't working label Oct 27, 2024
@pbek
Copy link

pbek commented Nov 20, 2024

Having the same issue with my system now and then:

{
  "atuin": {
    "version": "18.3.0",
    "sync": {
      "cloud": false,
      "records": false,
      "auto_sync": true,
      "last_sync": "2024-11-20 14:38:15.266379835 +00:00:00"
    },
    "sqlite_version": "3.44.0"
  },
  "shell": {
    "name": "fish",
    "default": "fish",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "NixOS",
    "arch": "x86_64",
    "version": "25.05",
    "disks": [
      {
        "name": "calroot/encrypted/root",
        "filesystem": "zfs"
      },
      {
        "name": "calroot/encrypted/nix",
        "filesystem": "zfs"
      },
      {
        "name": "calroot/encrypted/nix",
        "filesystem": "zfs"
      },
      {
        "name": "/dev/nvme0n1p2",
        "filesystem": "vfat"
      },
      {
        "name": "calroot/encrypted/home",
        "filesystem": "zfs"
      },
      {
        "name": "calroot",
        "filesystem": "zfs"
      }
    ]
  }
}

@pbek
Copy link

pbek commented Nov 20, 2024

But maybe that's #952 in my case. 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants