Openbullet This Config Does Not Support The Provided Wordlist Type Page
This error occurs when the Wordlist Type assigned to your data file (e.g., Email:Pass ) does not match the Allowed Wordlist Types
Mail Access (Email:EmailPass)
- Replace colon with comma? No — OpenBullet expects colon
: as delimiter by default unless config says otherwise.
- Change separator: Use Find & Replace (
Ctrl+H), replace , with :.
- The error is a safeguard against misrouted data (e.g., sending a password list where a username is expected)
- Workarounds include editing the config’s JSON to change
InputType from "combo" to "list" or using OpenBullet’s built-in converter tool
- Hidden characters or BOM in files can make formats appear wrong — re-save as UTF-8 without BOM.
- Extra whitespace or trailing delimiters break parsing — trim lines.
- Mismatched delimiters (e.g., some lines use ":" and others use ";") — normalize the whole file.
- Assuming “combo” always means user:pass — some configs expect pass:user or include extra fields; check order.