Skip to content

SMS messages not working: "datacoding must be plain, unicode or auto","parameter":"datacoding" #221

@fejanto

Description

@fejanto

Hi everybody.

I'm trying to send a simple SMS using

messageBirdClient.sendMessage("Sender", "Test Body", phones).getId();

but i'm getting "datacoding must be plain, unicode or auto","parameter":"datacoding", so I can't get it working since datacoding is set internally.

It míght be a problem on MessageBirdServiceImpl line 606, the body gets serialized like this:

{"originator":"Sender","body":"Test Body","recipients":"541111111111","datacoding":"DataCoding{value='plain'}"}

In summary, SMS messages are not working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions