Troubleshooting
Common issues and how to resolve them.
Connection Issues
Cannot Connect to GitHub
Error: "Authentication failed"
Solutions:
- Verify your Personal Access Token is correct
- Check the token has
reposcope enabled - Ensure the token hasn't expired
- Try generating a new token
Error: "Can't see my repositories"
Solutions:
- Verify the account that created the token has access to those repos
- For organization repos, the account must be a member
- Check if repos are archived (Tidra skips archived repos)
Cannot Connect to GitLab
Error: "Cannot connect to GitLab instance"
Solutions:
- Verify the GitLab URL is correct (include
https://) - Check network access (is GitLab reachable from Tidra?)
- Don't include
/api/v4in the URL - Tidra adds this automatically
Error: "SSL certificate verification failed"
Solutions:
- Your GitLab may use a self-signed certificate
- Contact support to configure certificate trust
Initiative Issues
Generation Takes Too Long
Problem: Code generation is taking longer than expected
Solutions:
- Large repos take longer - wait 10-15 minutes
- Many repos (50+) process in parallel but still take time
- Check status - may be waiting for you to review
- If stuck >30 minutes, contact support
Poor Code Quality
Problem: Generated code isn't correct or has issues
Solutions:
- Review your description - is it specific enough?
- Add examples - show exact before/after code
- Test on fewer repos - try 3-5 repos first
- Refine and regenerate - improve description and try again
- Check complexity - very complex changes may need breaking down
Common causes:
- Description too vague
- Complex change without examples
- Edge cases not mentioned
- Mixed changes (do one thing per initiative)
No Changes Generated
Problem: Tidra says "no changes needed" for repos that do need changes
Solutions:
- Check if change already exists (Tidra detects this)
- Verify description matches actual repo structure
- Check file paths - are they correct?
- Make description more explicit about what to look for
Some Repos Failed
Problem: Some repositories show errors
Common reasons:
- File not found (repo structure different than expected)
- Permission issue (can't access repo)
- Syntax error in generated code
Solutions:
- Click the repo to see specific error
- Adjust description to handle this case
- Regenerate for just those repos
- Or skip those repos and handle manually
Pull Request Issues
PRs Not Being Created
Problem: "Create Pull Requests" succeeds but no PRs appear
Solutions:
- Check the repository directly - PR may exist
- Verify the account has write access to repos
- Check branch protection rules - may be blocking
- Look for error messages in Tidra
PR Creation Failed
Problem: Some PRs failed to create
Common reasons:
- Branch already exists with that name
- No write permission to repository
- Branch protection rules block direct pushes
Solutions:
- Click the repo to see specific error
- Check permissions
- Retry PR creation
- Or create manually if needed
PRs Created But Not Updating
Problem: Dashboard not showing PR status updates
Solutions:
- Refresh the page
- Check directly in GitHub/GitLab
- May take a few minutes to sync
- If stuck, contact support
Performance Issues
Slow Loading
Problem: Tidra is slow to load
Solutions:
- Check your internet connection
- Try a different browser
- Clear browser cache
- Contact support if persistent
Timeout Errors
Problem: Operations timing out
Solutions:
- Try with fewer repositories
- Simplify the description
- Break into multiple smaller initiatives
- Contact support
Integration Issues
Slack Notifications Not Working
Problem: Not receiving Slack notifications
Solutions:
- Check Slack integration is connected
- Verify channel permissions (Tidra bot must be in channel)
- Check notification settings in Tidra
- Reconnect Slack integration
Git Provider Disconnected
Problem: Git integration shows as disconnected
Solutions:
- Check if token expired
- Regenerate token with same permissions
- Reconnect in Integrations page
- Verify token has correct scopes
Data Issues
Missing Repositories
Problem: Some repositories don't appear in Tidra
Solutions:
- Verify account has access to those repos
- Check if repos are archived (Tidra skips these)
- Try disconnecting and reconnecting Git provider
- Wait a few minutes and refresh
Incorrect Repository Count
Problem: Repository count doesn't match GitHub/GitLab
Explanation: Tidra may filter out:
- Archived repositories
- Repositories without code
- Repositories you don't have write access to
This is normal. Tidra only shows repos it can work with.
Getting Help
Before Contacting Support
Gather this information:
- What were you trying to do?
- What happened instead?
- Error messages (screenshot if possible)
- Initiative ID or repository name
- Browser and version
Contact Support
Email: [email protected] Response time: Usually within 24 hours
Known Limitations
What Tidra Can't Do (Yet)
- Run build commands with private dependencies (coming soon)
- Edit binary files
- Make interactive decisions
- Auto-merge pull requests
- Run tests automatically
Workarounds
For these limitations, use Tidra for code generation and handle these steps manually or through your existing CI/CD.
Next Steps
- FAQs - Common questions
- Support - Contact us
- Best Practices - Avoid issues
Updated about 2 hours ago
