Skip to content

Module Errors

  • Specific module shows error
  • Red X on node after execution
  • Error message mentions module name
  • Workflow stops at specific step
ErrorCauseSolution
”Instagram not installed”App missingInstall Instagram on device
”Wrong account logged in”Different account activeLog into correct account
”Version mismatch warning”Old/new Instagram versionUpdate to tested version
ErrorCauseSolution
”Queue file not found”Missing users_targets.jsonCreate the queue file
”Queue is empty”All users processedAdd more users to queue
”Profile not found”Username doesn’t existCheck username spelling
ErrorCauseSolution
”Button not found”Not on profile pageAdd navigation first
”Already following”User already followedModule skips (not an error)
“Action blocked”Instagram rate limitPause automation, try later
ErrorCauseSolution
”Post not visible”Not on a postNavigate to post first
”Already liked”With toggle protectionModule skips (not an error)
“Comment failed”Restricted by InstagramCheck for blocks
ErrorCauseSolution
”Element not found”UI element missingCheck Instagram is open
”Tap failed”Coordinates off screenAdjust coordinates
”Swipe failed”Invalid swipe parametersCheck swipe configuration
  1. Check module configuration:
    • Click on the failed module
    • Verify all settings are correct
    • Ensure required fields are filled
  2. Add Wait before problematic module:
    • Sometimes screens need time to load
    • Add a Wait (2-3 seconds) before the failing module
  3. 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
  4. Check device screen:
    • Look at your phone during execution
    • See what’s actually happening
    • Note any popups or unexpected screens