Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. {
  2. "errorMessage": "com.amazon.speech.speechlet.SpeechletRequestHandlerException: Could not validate SpeechletRequest request5678 using verifier ApplicationIdSpeechletRequestVerifier, rejecting request",
  3. "errorType": "java.lang.RuntimeException",
  4. "stackTrace": [
  5. "com.amazon.speech.speechlet.lambda.SpeechletRequestStreamHandler.handleRequest(SpeechletRequestStreamHandler.java:85)"
  6. ],
  7. "cause": {
  8. "errorMessage": "Could not validate SpeechletRequest request5678 using verifier ApplicationIdSpeechletRequestVerifier, rejecting request",
  9. "errorType": "com.amazon.speech.speechlet.SpeechletRequestHandlerException",
  10. "stackTrace": [
  11. "com.amazon.speech.speechlet.SpeechletRequestHandler.handleSpeechletCall(SpeechletRequestHandler.java:63)",
  12. "com.amazon.speech.speechlet.lambda.SpeechletRequestStreamHandler.handleRequest(SpeechletRequestStreamHandler.java:81)"
  13. ]
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement