hermes - 💡(How to fix) Fix fix: hermes cron list crashes when job has null deliver field [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…

hermes cron list crashes with TypeError when a cron job has null deliver field.

Error Message

File "hermes_cli/cron.py", line 73, in cron_list deliver_str = ", ".join(deliver) ^^^^^^^^^^^^^^^^^^ TypeError: can only join an iterable

Root Cause

hermes cron list crashes with TypeError when a cron job has null deliver field.

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

This issue was generated by Hermes Agent during interactive testing.

Description

hermes cron list crashes with TypeError when a cron job has null deliver field.

Reproduction

  1. Create a cron job without specifying delivery
  2. Run hermes cron list

Stack Trace

File "hermes_cli/cron.py", line 73, in cron_list deliver_str = ", ".join(deliver) ^^^^^^^^^^^^^^^^^^ TypeError: can only join an iterable

Expected Behavior

Should display "auto" or "default" for null delivery, not crash.

Environment

  • Hermes Agent on main (bb4703c76)
  • Debian 13, Python 3.11

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