Openbullet This Config Does Not Support The Provided Wordlist Type -
If you have matched the type correctly and still get the error, check for these less obvious issues. First, the error could be a persistent bug in older versions of OpenBullet. Updating to the latest version often resolves such problems. Second, ensure that your wordlist's lines are not malformed. Even with the correct type, a single invalid line can sometimes cause validation failures. Use the debugger to pinpoint problematic lines.
:If the type you need isn't appearing as an option, you may need to define it in your Environment.ini file located in the UserData folder. This file contains the regex and slicing rules for each wordlist type. Common Causes
Ensure that the specific wordlist type matching your text file is ticked on or moved over to the Allowed side. If you have matched the type correctly and
If you change the type to Default , OpenBullet puts the entire line into the variable. If the config blocks are still looking for , the process will fail. You may need to update the variable names in the to match your data. Summary Checklist
When manual conversion fails, script it. This example converts any format to EMAIL:PASS : Second, ensure that your wordlist's lines are not malformed
If the UI is freezing or you prefer working directly with configuration files, you can modify the underlying JSON or LoliCode file.
In the dropdown, carefully select the format that matches your data (usually Credentials or UserPass ) . 3. Modify the Environment.ini File (Advanced) :If the type you need isn't appearing as
used to verify whether lines in your text file are formatted correctly.