Skip to content

AI model can't read from terminal #48

@destiny-creates

Description

@destiny-creates

using the continue plugin within vscode, and using the latest nyxstrike beta branch version, with the continue config as below:

name: Local Config
version: 1.0.0
schema: v1
models:

  • name: Autodetect
    provider: venice
    model: claude-sonnet-4-6
    apiKey: REDACTED
    mcpServers:
  • name: nyxstrike
    type: stdio
    command: /home/parrot/Desktop/hexstrike-ai-community-edition/nyxstrike-env/bin/python3
    args:
    • "/home/parrot/Desktop/hexstrike-ai-community-edition/nyxstrike_mcp.py"
    • "--server"
    • "http://127.0.0.1:8888"
    • "--profile"
    • "full"

often times I will get this error:

{"details":{"_errors":[],"messages":{"157":{"_errors":[],"content":{"0":{"_errors":[],"text":{"_errors":["Text content cannot be empty"]}},"_errors":[]}},"_errors":[]}},"issues":[{"code":"too_small","minimum":1,"type":"string","inclusive":true,"exact":false,"message":"Text content cannot be empty","path":["messages",157,"content",0,"text"]}]}

This seems to mean that the model can't get the output from the terminal. this happens when the model tries to read something either from a text file or a terminal output. It uses the nyxstrike execute python script function mostly when this error happens but also when trying to use run command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions