hermes - 💡(How to fix) Fix [Bug]: Hermes makes bogus calls to unknown endpoints every 5 minutes [2 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

(APIServer pid=386505) INFO:     127.0.0.1:45200 - "GET /api/v1/models HTTP/1.1" 404 Not Found
(APIServer pid=386505) INFO:     127.0.0.1:45200 - "GET /api/tags HTTP/1.1" 404 Not Found
(APIServer pid=386505) INFO:     127.0.0.1:45200 - "GET /v1/props HTTP/1.1" 404 Not Found
(APIServer pid=386505) INFO:     127.0.0.1:45200 - "GET /props HTTP/1.1" 404 Not Found
(APIServer pid=386505) INFO:     127.0.0.1:45200 - "GET /version HTTP/1.1" 200 OK

---

Report       https://paste.rs/QMIKS
agent.log    https://paste.rs/8Ybmw
gateway.log  https://paste.rs/dgWPg

---
RAW_BUFFERClick to expand / collapse

Bug Description

When running vllm and checking the logs, I see every now and then bogus calls to non existent endpoints at five minute intervals:

(APIServer pid=386505) INFO:     127.0.0.1:45200 - "GET /api/v1/models HTTP/1.1" 404 Not Found
(APIServer pid=386505) INFO:     127.0.0.1:45200 - "GET /api/tags HTTP/1.1" 404 Not Found
(APIServer pid=386505) INFO:     127.0.0.1:45200 - "GET /v1/props HTTP/1.1" 404 Not Found
(APIServer pid=386505) INFO:     127.0.0.1:45200 - "GET /props HTTP/1.1" 404 Not Found
(APIServer pid=386505) INFO:     127.0.0.1:45200 - "GET /version HTTP/1.1" 200 OK

Steps to Reproduce

  1. Run hermes
  2. Point to a model
  3. Check model logs

Expected Behavior

I don't understand the reason for those calls - they have no purpose, since no one is changing the model

Actual Behavior

Bogus calls to 404 endpoints

Affected Component

Agent Core (conversation loop, context compression, memory)

Messaging Platform (if gateway-related)

N/A (CLI only)

Debug Report

Report       https://paste.rs/QMIKS
agent.log    https://paste.rs/8Ybmw
gateway.log  https://paste.rs/dgWPg

Operating System

MacOS 26.5

Python Version

3.11.11

Hermes Version

v0.14.0 (2026.5.16)

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

hermes - 💡(How to fix) Fix [Bug]: Hermes makes bogus calls to unknown endpoints every 5 minutes [2 pull requests]