hermes - 💡(How to fix) Fix [Bug]: Setup loop - configuring local browser twice [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Additional Logs / Traceback (optional)

Root Cause

Root Cause Analysis (optional)

Fix Action

Fixed

Code Example

mkdir ~/.hermes
podman run -it --rm \
  --userns=keep-id \
  -v ~/.hermes:/opt/data \
  -e WANTED_UID=$(id -u) \
  -e WANTED_GID=$(id -g) \
  docker.io/nousresearch/hermes-agent \
  setup

---

N/A

---

N/A
RAW_BUFFERClick to expand / collapse

Bug Description

Every time I run a clean install/setup of Hermes agent docker, it asks me to configure local browser, image generator, TTS, firecrawl (scraping) exactly twice. This loops runs right after I configure Slack, the only IM I'm using.

Steps to Reproduce

  1. Install in a clean environment
mkdir ~/.hermes
podman run -it --rm \
  --userns=keep-id \
  -v ~/.hermes:/opt/data \
  -e WANTED_UID=$(id -u) \
  -e WANTED_GID=$(id -g) \
  docker.io/nousresearch/hermes-agent \
  setup
  1. Select full set up

  2. Configure custom LLM endpoint, Slack as the only IM provider

  3. After Slack, skip other IM setup and configure local browser and all the other settings

  4. Observe set up repeats from local browser a 2nd time. Finish set up.

Expected Behavior

Every setting should be configured once

Actual Behavior

As mentioned those 4 settings have to be set twice

local browser, image generator, TTS, firecrawl (scraping)

Affected Component

Setup / Installation

Messaging Platform (if gateway-related)

Slack, N/A (CLI only)

Debug Report

N/A

Operating System

Alpine 3.23 cloud

Python Version

No response

Hermes Version

No response

Additional Logs / Traceback (optional)

N/A

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

No response

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Bug]: Setup loop - configuring local browser twice [1 pull requests]