Module Errors
Symptoms
Section titled “Symptoms”- Specific module shows error
- Red X on node after execution
- Error message mentions module name
- Workflow stops at specific step
Open Instagram Errors
Section titled “Open Instagram Errors”| Error | Cause | Solution |
|---|---|---|
| ”Instagram not installed” | App missing | Install Instagram on device |
| ”Wrong account logged in” | Different account active | Log into correct account |
| ”Version mismatch warning” | Old/new Instagram version | Update to tested version |
Search Module Errors
Section titled “Search Module Errors”| Error | Cause | Solution |
|---|---|---|
| ”Queue file not found” | Missing users_targets.json | Create the queue file |
| ”Queue is empty” | All users processed | Add more users to queue |
| ”Profile not found” | Username doesn’t exist | Check username spelling |
Follow/Unfollow Errors
Section titled “Follow/Unfollow Errors”| Error | Cause | Solution |
|---|---|---|
| ”Button not found” | Not on profile page | Add navigation first |
| ”Already following” | User already followed | Module skips (not an error) |
| “Action blocked” | Instagram rate limit | Pause automation, try later |
Like/Comment Errors
Section titled “Like/Comment Errors”| Error | Cause | Solution |
|---|---|---|
| ”Post not visible” | Not on a post | Navigate to post first |
| ”Already liked” | With toggle protection | Module skips (not an error) |
| “Comment failed” | Restricted by Instagram | Check for blocks |
Navigation Errors
Section titled “Navigation Errors”| Error | Cause | Solution |
|---|---|---|
| ”Element not found” | UI element missing | Check Instagram is open |
| ”Tap failed” | Coordinates off screen | Adjust coordinates |
| ”Swipe failed” | Invalid swipe parameters | Check swipe configuration |
Debugging Module Errors
Section titled “Debugging Module Errors”- Check module configuration:
- Click on the failed module
- Verify all settings are correct
- Ensure required fields are filled
- Add Wait before problematic module:
- Sometimes screens need time to load
- Add a Wait (2-3 seconds) before the failing module
- Test module in isolation:
- Create a simple workflow with just that module
- Run and observe what happens
- Helps identify if issue is module or workflow structure
- Check device screen:
- Look at your phone during execution
- See what’s actually happening
- Note any popups or unexpected screens