"Cannot scan characters on tokens.\nThis normally happens when you are using a character-level parser on token input. For example: Scanners.string(foo).from(tokenizer).parse(text) will result in this error because scanner works on characters while it\'s used as a token-level parser."