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 --debugAccounts Not Connecting
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 |