Authentication Issues
Token Validation Failed
Error messages:Verify your token
Ensure your
.ROBLOSECURITY token is valid and hasn’t expired. Tokens can expire if:- You logged out of Roblox
- You changed your password
- The session timed out
Get a fresh token
Export a new token from your browser. See the Authentication guide for instructions.
User ID Not Found
Error message:- Verify you copied the entire
.ROBLOSECURITYtoken - Get a fresh token from your browser
- Ensure you’re using your own token, not someone else’s
Authorization Denied (401)
Error message:- Refresh your token
- Log into Roblox in your browser to ensure your session is active
- Wait a few minutes and try again
Rate Limiting Issues
Too Many Requests (429)
Error message:- Automatically retries with exponential backoff
- Waits progressively longer between attempts (2, 4, 8, 16… seconds)
- Makes up to 8 retry attempts per request
Reduce threads
Use
--delete-threads 1 or 2 instead of higher valuesBe patient
Let DBR handle retries automatically - don’t restart the program
Avoid peak hours
Run DBR during off-peak times when Roblox servers are less busy
Split large jobs
Process large badge lists in smaller batches over multiple sessions
CSRF Token Issues
Token Validation Failed During Deletion
Error message:- Automatically re-validates the CSRF token
- Retries the failed operation
- Continues processing without manual intervention
- Check your internet connection
- Verify your
.ROBLOSECURITYtoken is still valid - Wait a few minutes for Roblox servers to stabilize
Connection Issues
Request Timeout
Error message:- Check your internet connection
- Verify Roblox isn’t experiencing an outage: Roblox Status
- DBR will automatically retry - wait for the retry attempts to complete
Connection Error
Error message:- No internet connection
- Firewall blocking requests
- DNS resolution issues
- Roblox API temporarily unavailable
- Verify internet connectivity
- Check firewall/antivirus settings
- Try using a different network
- Wait and retry if Roblox services are down
Too Many Redirects
Error message:- This is rare and usually temporary
- Wait a few minutes and try again
- Check Roblox Status for service disruptions
Badge Deletion Issues
Badge Not Found (404)
Error message:Badge Removal Failed (403)
Error message:- You don’t own this badge
- The badge cannot be deleted (some special badges are protected)
- CSRF token needs re-validation
- Attempts to re-validate CSRF token
- Retries up to 3 times
- Moves on if the badge can’t be deleted
File Issues
File Not Found
Error message:- Check the file path is correct
- Use absolute paths or ensure you’re in the correct directory
- Verify the file exists:
ls [filename]
Empty or Unreadable File
Error message:- Verify the file contains valid Roblox URLs
- Check file encoding is UTF-8
- Ensure file permissions allow reading
- For
.txt.zstfiles, verify they’re not corrupted
Invalid URL Format
Symptom: URLs in your file are being skipped silently. Cause: URLs don’t match the expected pattern. Expected format:www. are also supported.
Performance Issues
Slow Badge Deletion
Symptoms:- Each badge takes several seconds to delete
- Progress seems slower than expected
- DBR includes built-in delays (0.75-5 seconds) to avoid rate limiting
- Retries with exponential backoff add additional time
- BoR Database API requests can take much longer
- Increase
--delete-threads(e.g.,--delete-threads 3) - Warning: Higher thread counts increase rate limit risk
Using BoR Database is Very Slow
Symptom:- Avoid using
--use-bor-badge-databaseunless necessary - Use
--check-inventoryinstead to find hidden badges - Be patient - this is expected behavior for the BoR API
Cache Issues
Places Being Skipped
Message:checked_places.json to avoid redundant processing.
To process again:
Installation Issues
Command Not Found
Error message:- Using pip
- Using pipx
- Using uv
Module Not Found
Error message:Getting More Help
Still having issues?
If your problem isn’t covered here:
- Check the FAQ for additional information
- Review error messages carefully - DBR provides detailed logging
- Try running with a single badge first to isolate the issue
- Report bugs on GitHub Issues

