goose icon indicating copy to clipboard operation
goose copied to clipboard

Cannot configure goose without X11

Open SinOverCos opened this issue 11 months ago • 0 comments

Describe the bug

Cannot install goose without X11

To Reproduce Steps to reproduce the behavior:

  1. ssh into some remote machine
  2. run goose configure

Expected behavior Goose offers configuration without X11

Screenshots

~> goose configure

Welcome to goose! Let's get you set up with a provider.
  you can rerun this command later to update your configuration

┌   goose-configure
│
◇  Which model provider should we use?
│  OpenAI
│
◇  Provider OpenAI requires OPENAI_API_KEY, please enter a value
│  ▪▪
│

  Error Failed to access secure storage: Platform secure storage failure: DBus error: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
  Please check your system's secure storage and run 'goose configure' again.
  If your system is unable to use secure storage, please try setting secret key(s) via environment variables.

Please provide following information:

  • OS & Arch: Ubuntu 20.04 x86
  • Interface: CLI
  • Version: v1.0.13
  • Extensions enabled:
  • Provider & Model: OpenAI

Additional context

SinOverCos avatar Mar 17 '25 13:03 SinOverCos