Common Issues

Application Won't Start

Solution:

# Ensure Python is installed
python --version

# Reinstall dependencies
pip install -r requirements.txt --force-reinstall

# Run with verbose logging
python main.py --debug

Accounts Not Connecting

  • Check internet connection
  • Verify API ID and Hash are correct
  • Try a different proxy
  • Check if the account is banned (login at web.telegram.org)
  • Messages Not Sending

    | Symptom | Cause | Fix |

    |---|---|---|

    | "FloodWait" | Rate limited | Wait and reduce speed |

    | "PeerFlood" | Spam detection | 24h cooldown, use more accounts |

    | "UserPrivacy" | User's settings | Skip — can't bypass |

    | "ChatWriteForbidden" | No post permission | Check group permissions |

    License Issues

  • "Invalid key": Check for typos, extra spaces
  • "Already activated": Contact support for transfer
  • "Expired": Renew on the pricing page
  • Need More Help?

  • Error Codes Reference
  • Contact Support
  • Telegram Support Group