If your usernames are real emails (e.g., john@example.com as username), but the config expects email:password, you can reuse the same file by changing the wordlist type inside OpenBullet without editing the file.
But if the usernames are not emails (e.g., john123), you cannot convert logically. You need a real email:pass list instead.
User reports:
Config “Spotify Checker” fails with:
this config does not support the provided wordlist type
Diagnosis:
Solution:
Convert email only → email:pass using : as delimiter and adding a placeholder password (e.g., test):
john@gmail.com:test
jane@gmail.com:test
Result: Config accepts the wordlist and runs. If your usernames are real emails (e
| If you see this error... | Likely cause | Quick fix |
|-------------------------|--------------|------------|
| does not support Email:Pass | Config expects User:Pass but you gave Email:Pass | Strip domain from email |
| does not support Email only | Config expects Email:Pass but you gave just emails | Append :password123 |
| does not support User only | Config expects User:Pass but you gave just usernames | Append :pass |
| does not support Line | Config expects a special format | Check config notes |
The most reliable way to fix this is to check what the config author intended. Config “Spotify Checker” fails with: this config does
This error occurs for several reasons:
Ask: Does my wordlist match the config’s expected type? Diagnosis: