Skip to content

Troubleshooting

Who is this for? Anyone blocked while using or developing Rosetta.

When should I read this? When something isn’t working and you need a quick fix.


Connection & Authentication

OAuth prompt does not appear

MCP server shows as disconnected

Agent suddenly stops following Rosetta rules

Agent Not Using Rosetta

Agent ignores Rosetta tools entirely

Agent used Rosetta before but stopped

Untested IDE or agent

Model Selection

Wrong model causes poor or inconsistent results

Use Sonnet 4.6, GPT-5.3-codex-medium, gemini-3.1-pro or better. Avoid Auto model selection. Weaker models skip tool calls, hallucinate instructions, or ignore MCP prompts entirely.

Slow or Empty Responses


For Contributors

For full local development setup, see the Developer Guide.

Local Development Setup

“OPENAI_API_KEY not set” or missing environment variables

“Port is already in use”

Publishing

Read more about CLI commands and change detection in Architecture — Rosetta CLI.

“No changes detected”

“Connection refused” or “Authentication failed”

Parser Failures

Documents can fail parsing during ingestion. To diagnose:

  1. Open RAGFlow UI
  2. Navigate to the dataset, then the specific file
  3. Look for a small green or red dot next to the file
  4. Click the dot to see the parsing error details

Common causes: unsupported file format, oversized documents, malformed markdown.


Still Stuck?