Created
February 11, 2017 18:52
-
-
Save jocopa3/829ebcac1c510a9d8a5ac07284f43cac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"body": { | |
"input": { | |
"message": "Hello World" | |
}, | |
"origin": { | |
"type": "player" | |
}, | |
"name": "say", | |
"version": 1, | |
"overload": "default" | |
}, | |
"header": { | |
"requestId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", | |
"messagePurpose": "commandRequest", | |
"version": 1, | |
"messageType": "commandRequest" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to send this to a Pocket Edition client (with a random valid UUID filled in for requestId), I get an error message like:
msg: {"body":{"statusCode":-2147483643,"statusMessage":""},"header":{"messagePurpose":"error","requestId":"e95abddc-da80-42d7-bc83-6bc64e802ddf","version":1}}
Do you have any suggestions?