Ensure the data type your config wants matches the format you are loading. For example, if your config looks for EmailPass , ensure it is defined cleanly with the correct separator (usually : ). Method 2: Edit the Config's Allowed Data Types
Here’s a short, clear write-up explaining the error in OpenBullet, including causes and fixes.
Often, the config is perfectly fine, but OpenBullet's environment file doesn't recognize your custom data type.
, or vice versa, without proper conversion, the runner won't recognize the data structure.
To minimize the likelihood of encountering the "This config does not support the provided" error, follow these best practices:
OpenBullet configs are designed with specific constraints to ensure efficiency and accuracy. When a configuration developer builds a script, they define what types of inputs the config requires to run successfully.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
The config sets its requirements through "Wordlist Type" definitions in the Environment.ini file. Each wordlist type has three defining characteristics:
If you encounter this error, run through this quick checklist to get your automation job running smoothly: Does the config require or Email:Pass ? Does my text file match that exact format?
A common scenario reported by users involves the error message "This config does not support the provided Wordlist Type (MAC)". Here's how to resolve it:
This comprehensive troubleshooting guide explains why this mismatch occurs across OpenBullet 1 and OpenBullet 2, how to fix it by updating your settings, and how to structure your environment initialization files. Root Causes of the Error
Always use the debugger with sample data before running large jobs. This catches compatibility issues early and saves time.