Skip to content

Trying to run the latest AppImage crashes with a configuration error #72

Description

@awheeler294

Summary

Running the AppImage linked in the Readme, crashes with a config error:

$ ./PromptForge.AppImage
start the merged gateway

Caused by:
    0: configuration error
    1: /home/andrew/.promptforge/gateway.toml:1: removed config key `config-version`; set config-version = 2 and use the single-file profile layout

Steps to reproduce

  1. Download the latest AppImage from https://github.com/cppalliance/promptforge/releases/download/workshop-latest/PromptForge.AppImage
  2. Make it executable
  3. Try to run it. From the desktop, nothing happens. From the command line, you get the above config error

Workaround

Manually write a working config file

Expected

The app should ship with default, runnable settings.

Notes

It looks to me like this is an old version of the config file. The AppImage should definitely always ship with the latest version config, but do we actually want outdated configs to crash the program? The config schema is versioned, we could accept old versions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugThings we want less ofWorkshopThe PromptForge Workshop IDE

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions