Openbullet This Config Does Not Support The Provided Wordlist Type _verified_ May 2026

The "This config does not support the provided Wordlist Type" error in OpenBullet occurs when you attempt to run a job using a wordlist that hasn't been enabled in the specific configuration's settings . OpenBullet uses these types (like Credentials, Emails, or UserPass) to determine how to parse each line of your data file into variables like input.USERNAME and input.PASSWORD .

Adjust the Wordlist: Reformat your text file to match what the config expects. For most account checking, this means ensuring every line is String1:String2. Adjust the Config Settings: Go to the Config Manager and select the config. Navigate to Settings > General. Look for Accepted Wordlist Types. The "This config does not support the provided

  • Step-by-step debugging of the error using OpenBullet.exe --debug
  • Modifying the config’s .loli (JSON) file to change "wordlistType": 0 (0=combo, 1=list, 2=capture)
  • Example of fixing:
    Config expects combo, you have usernames.txt → Convert to combo using :passwordplaceholder or change config to list type.
  • Load the small sample that matches expected format; run 1–2 test requests; confirm the runner accepts the file and processes entries.

If you want, paste (anonymized) 3–5 sample lines from your wordlist and a short excerpt of the config’s wordlist/type setting and I’ll tell you exactly what to change. Step-by-step debugging of the error using OpenBullet