-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
wit.send() returns false with text "I get this error message in epsxe: "Missing render texture extension!""
however this is totally fine "I get this problem in epsxe: "Missing render texture extension!"" (replacing "error" with "problem")
it's not a wit.ai issue, sentence is understood fine on their page and through curl.
It even fails when just writing a single word "error" ("err", "erro", "errror" <- all of them are fine, no issue here)
renamed the Entity from "errors" to "problems" - same issue.
my current dirty workaround: String messageRaw = event.getMessage().getContent().replaceAll("(?i)error", "errror");
Metadata
Metadata
Assignees
Labels
No labels