Troubleshooting
यदि आपके पास केवल 2 मिनट हैं, तो इस पृष्ठ को triage front door के रूप में उपयोग करें।
पहले 60 सेकंड
इस exact ladder को क्रम में चलाएं:
bashmayros status mayros status --all mayros gateway probe mayros gateway status mayros doctor mayros channels status --probe mayros logs --follow
एक line में अच्छा output:
mayros status→ कॉन्फ़िगर किए गए channels और कोई स्पष्ट auth त्रुटियां नहीं दिखाता।mayros status --all→ पूर्ण report मौजूद है और साझा करने योग्य है।mayros gateway probe→ अपेक्षित gateway target पहुंच योग्य है।mayros gateway status→Runtime: runningऔरRPC probe: ok।mayros doctor→ कोई blocking config/service त्रुटियां नहीं।mayros channels status --probe→ channelsconnectedयाreadyreport करते हैं।mayros logs --follow→ स्थिर गतिविधि, कोई दोहराई गई fatal त्रुटियां नहीं।
Decision tree
mermaidflowchart TD A[Mayros काम नहीं कर रहा] --> B{पहले क्या टूटता है} B --> C[कोई replies नहीं] B --> D[Dashboard या Control UI connect नहीं होगा] B --> E[Gateway start नहीं होगा या service नहीं चल रही] B --> F[Channel connects है लेकिन messages flow नहीं होते] B --> G[Cron या heartbeat fire या deliver नहीं हुआ] B --> H[Node paired है लेकिन camera canvas screen exec fails] B --> I[Browser tool fails] C --> C1[/कोई replies section नहीं/] D --> D1[/Control UI section/] E --> E1[/Gateway section/] F --> F1[/Channel flow section/] G --> G1[/Automation section/] H --> H1[/Node tools section/] I --> I1[/Browser section/]