strix icon indicating copy to clipboard operation
strix copied to clipboard

[BUG] Agents are stuck at `getting logs...`

Open Vincent550102 opened this issue 3 weeks ago • 1 comments

Describe the bug After the command finishes executing, a file is supposed to be generated. However, due to an error, the file is not created. As a result, the server keeps waiting indefinitely for that file to appear, leading to an infinite wait state.

To Reproduce Steps to reproduce the behavior:

  1. Agent try to run katana -u https://example.com -o /workspace/app_crawl.txt -c 50 -rl 10000 -rd example.com
  2. Error with invalid value "example.com" for flag -rd: parse error.
  3. Agent waiting a log file, which will never been create.

Expected behavior The agent correctly understands the error message and regenerates the command.

Screenshots

Image

System Information:

  • OS: Linux kali 6.8.11-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.8.11-1kali2 (2024-05-30) x86_64 GNU/Linux
  • Strix Version or Commit: 0.4.0
  • Python Version: 3.13.7
  • LLM Used: grok-4.1-fast:free

Vincent550102 avatar Dec 03 '25 15:12 Vincent550102

Here is the PR to fix this issue: https://github.com/usestrix/strix/pull/167

Vincent550102 avatar Dec 03 '25 15:12 Vincent550102