Workflow Stops Unexpectedly
Symptoms
Section titled “Symptoms”- Workflow starts but stops mid-execution
- Error message appears during run
- Execution ends without reaching End node
- “Workflow failed” status
1. Device Disconnected
Section titled “1. Device Disconnected”| Symptom | Solution |
|---|---|
| ”Device not found” during run | Reconnect and restart workflow |
| Device went to sleep | Enable “Stay awake” in Developer options |
| USB cable loose | Use better cable, secure connection |
2. Instagram Closed or Crashed
Section titled “2. Instagram Closed or Crashed”| Symptom | Solution |
|---|---|
| Instagram not in foreground | Add “Open Instagram” module at workflow start |
| App crashed | Update Instagram, check device memory |
| Phone ran out of memory | Close other apps before running |
3. Element Not Found
Section titled “3. Element Not Found”| Symptom | Solution |
|---|---|
| ”Element not found” error | Instagram UI may have changed |
| Button not clickable | Add Wait module before interaction |
| Wrong screen | Add navigation module to correct screen |
4. Timeout Errors
Section titled “4. Timeout Errors”| Symptom | Solution |
|---|---|
| ”Operation timed out” | Increase wait times in modules |
| Screen took too long to load | Add longer Wait modules |
| Slow device | Use a faster device or increase timeouts |
5. Check Execution Logs
Section titled “5. Check Execution Logs”- Go to History in sidebar
- Find the failed workflow execution
- Click to view detailed logs
- Look for error message indicating failure point
- Address the specific error
6. Network Issues (for AI modules)
Section titled “6. Network Issues (for AI modules)”If using AI Comment or AI Reply:
| Symptom | Solution |
|---|---|
| ”API error” | Check internet connection |
| ”Rate limited” | Add longer delays between AI calls |
| ”Invalid API key” | Verify OpenAI key in settings |