Skip to content

error with keyword "error" #80

@sysoutch

Description

@sysoutch

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions