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]: atuin 18.4.0 in mprocs 0.7.2 fails with Error: The cursor position could not be read within a normal duration #2560

Open
1 task done
printfn opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@printfn
Copy link

printfn commented Jan 22, 2025

What did you expect to happen?

Running atuin 18.4.0 inside mprocs 0.7.2 should work. It worked on atuin 18.3.0.

I'm not sure if this is due to a bug in atuin or in mprocs.

I wonder if this might be related to the new default layout?

What happened?

When running atuin 18.4.0 in mprocs 0.7.2, it fails with:

Error: The cursor position could not be read within a normal duration

Location:
    crates/atuin/src/command/client/search/interactive.rs:1035:24

Atuin doctor output

{
  "atuin": {
    "version": "18.4.0",
    "sync": {
      "cloud": true,
      "records": true,
      "auto_sync": true,
      "last_sync": "2025-01-22 20:12:53.974980471 +00:00:00"
    },
    "sqlite_version": "3.46.0"
  },
  "shell": {
    "name": "zsh",
    "default": "bash",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "Ubuntu",
    "arch": "x86_64",
    "version": "22.04",
    "disks": [
      {
        "name": "none",
        "filesystem": "overlay"
      },
      {
        "name": "drivers",
        "filesystem": "9p"
      },
      {
        "name": "/dev/sdc",
        "filesystem": "ext4"
      },
      {
        "name": "/dev/sdc",
        "filesystem": "ext4"
      },
      {
        "name": "none",
        "filesystem": "overlay"
      },
      {
        "name": "none",
        "filesystem": "overlay"
      },
      {
        "name": "none",
        "filesystem": "overlay"
      },
      {
        "name": "C:\\134",
        "filesystem": "9p"
      }
    ]
  }
}

Code of Conduct

  • I agree to follow this project's Code of Conduct
@printfn printfn added the bug Something isn't working label Jan 22, 2025
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

1 participant