Skip to content

HAVE SOME WAY TO RESOLVE THIS ? #264

@dinosaur-uwu

Description

@dinosaur-uwu

I cant get longer word in text box

{'type': 'alert', 'emotion': 'sad', 'status': 'ERROR', 'message': 'detect 仅用于唤醒词,请不要传长文本(Detect is only for wake words, do not send long texts.)', 'session_id': 'e74ad482'}

The relevant code block is as follows:

    message = {
        "session_id": self.session_id,
        "type": "listen",
        "state": "detect",
        "text": text,
    }
    await self.send_text(json.dumps(message))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions