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-update Unable to read installation information for app atuin #2539

Open
1 task done
quantike opened this issue Jan 9, 2025 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@quantike
Copy link

quantike commented Jan 9, 2025

What did you expect to happen?

When running atuin-update I would expect the latest version of atuin to be installed.

What happened?

I received the following error with the help message telling me to open an issue.

~ atuin-update
Checking for updates...
  × Unable to read installation information for app atuin.
  help: This probably isn't your fault; please open an issue!

Atuin doctor output

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": "2025-01-09 22:11:15.189998 +00:00:00"
    },
    "sqlite_version": "3.46.0"
  },
  "shell": {
    "name": "zsh",
    "default": "zsh",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "Darwin",
    "arch": "arm64",
    "version": "15.2",
    "disks": [
      {
        "name": "Macintosh HD",
        "filesystem": "apfs"
      },
      {
        "name": "Macintosh HD",
        "filesystem": "apfs"
      }
    ]
  }
}

Code of Conduct

  • I agree to follow this project's Code of Conduct
@quantike quantike added the bug Something isn't working label Jan 9, 2025
@quantike
Copy link
Author

I cloned the repo for this version I wasn't able to find any relevant code sections (via grep) that match the error message above. It's not immediately obvious to me where the code for the atuin-update command exists within the repo?

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