taubyte-debugging-and-recovery

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Debugging And Recovery

调试与恢复

Checklist

检查清单

  1. Verify context:
    bash
    tau --json current
  2. Verify resources:
    bash
    tau --json list projects
    tau --json list applications
  3. Build diagnostics:
    bash
    tau query builds --since 1h
    tau query job --jid <job_id>
    tau query logs --jid <job_id>
  4. Windows path fallback:
    bash
    MSYS_NO_PATHCONV=1 <command>
  5. Dream diagnostics:
    bash
    dream status universe default
    dream status gateway default
  6. Update context log with failure + fix summary, including latest job IDs and diagnosis.
  1. 验证上下文:
    bash
    tau --json current
  2. 验证资源:
    bash
    tau --json list projects
    tau --json list applications
  3. 构建诊断:
    bash
    tau query builds --since 1h
    tau query job --jid <job_id>
    tau query logs --jid <job_id>
  4. Windows路径回退:
    bash
    MSYS_NO_PATHCONV=1 <command>
  5. Dream诊断:
    bash
    dream status universe default
    dream status gateway default
  6. 更新上下文日志,记录故障及修复摘要,包括最新作业ID和诊断结果。

Go compile guardrail

Go编译防护栏

  • If failures include assignment mismatch/undefined methods in go-sdk calls, apply
    taubyte-go-sdk-constraints
    before retrying.
  • 如果故障包含go-sdk调用中的赋值不匹配/未定义方法,请在重试前应用
    taubyte-go-sdk-constraints