hermes - 💡(How to fix) Fix [Bug]: Hindsight plugin doesn't bypass SOCK5 proxy even if the config.json directs to localhost/127.0.0.1 [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

Report       https://paste.rs/9CiT6
  agent.log    https://paste.rs/FtAVc
  gateway.log  https://paste.rs/RJ3zl

---
RAW_BUFFERClick to expand / collapse

Bug Description

I don't know if it's a bug, but Hindsight plugin doesn't bypass proxy settings in powershell 7 while connecting to localhost or 127.0.0.1

Steps to Reproduce

start proxy and set envs in powershell 7

$env:HTTP_PROXY = "http://127.0.0.1:1099" $env:HTTPS_PROXY = "http://127.0.0.1:1099" $env:ALL_PROXY = "socks5://127.0.0.1:1099"

and start hermes with Hindsight running in localhost.

Expected Behavior

even with proxy env settings, the plugin should bypass localhost / 127.0.0.1

Actual Behavior

it reports 50X errors. I've tried asking hermes to connect to Hindsight directly using python script and it worked.

Affected Component

Agent Core (conversation loop, context compression, memory)

Messaging Platform (if gateway-related)

No response

Debug Report

Report       https://paste.rs/9CiT6
  agent.log    https://paste.rs/FtAVc
  gateway.log  https://paste.rs/RJ3zl

Operating System

Windows 11

Python Version

3.11.15

Hermes Version

0.15.1 (2026.5.29)

Additional Logs / Traceback (optional)

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