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]: task 5 panicked with message "Client::new(): reqwest::Error { kind: Builder, source: Os { code: 2, kind: NotFound, message: \"No such file or directory\" } }" #2520

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

Comments

@takouhai
Copy link

takouhai commented Jan 2, 2025

What did you expect to happen?

on macOS, hit the up key to see my history in atuin after installing it (tried both normal bash install and cargo install)

What happened?

thread 'main' panicked at /Users/[user]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/client.rs:1713:38:                          ⬡ 18.20.4
Client::new(): reqwest::Error { kind: Builder, source: Os { code: 2, kind: NotFound, message: "No such file or directory" } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: task 5 panicked with message "Client::new(): reqwest::Error { kind: Builder, source: Os { code: 2, kind: NotFound, message: \"No such file or directory\" } }"

Location:
    /Users/[user]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atuin-18.4.0/src/command/client/search/interactive.rs:1153:37

Atuin doctor output

Atuin Doctor
Checking for diagnostics


Please include the output below with any bug reports or issues

{
  "atuin": {
    "version": "18.4.0",
    "sync": null,
    "sqlite_version": "3.46.0"
  },
  "shell": {
    "name": "zsh",
    "default": "zsh",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "Darwin",
    "arch": "x86_64",
    "version": "14.6.1",
    "disks": [
      {
        "name": "MAC HD",
        "filesystem": "apfs"
      },
      {
        "name": "MAC HD",
        "filesystem": "apfs"
      }
    ]
  }
}

Code of Conduct

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