BotConnector
Sign in Workspace Open App

Troubleshooting

warning

Troubleshooting

Start here

powershell
botconnector doctor
botconnector doctor --json

Include this output when reporting any issue — see botconnector doctor.

Guides

Problem areaGuide
Download fails / slow / corruptedDownload problems
Runtime won't start / crashesRuntime problems
Out of memory at loadMemory problems
GPU backend errorsGPU problems
API unreachable / errorsAPI problems
Wrong output / template issuesModel problems

General diagnostic order

  1. botconnector doctor — environment facts first.
  2. botconnector runtime status — is the runtime READY?
  3. botconnector ps — is a model loaded?
  4. curl http://127.0.0.1:11435/v1/models — does the API respond?
  5. Read the specific guide for your symptom above.

Collecting evidence

  • Log files: %USERPROFILE%\botconnector\logs.
  • Runtime stderr is preserved per launch (Runtime troubleshooting).
  • --json outputs from CLI commands are stable for bug reports (Automation).