Giter VIP home page Giter VIP logo

skill-demo-remindify's People

Contributors

franklin-lobb avatar jpeddicord avatar nikhilym avatar ssheftel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

skill-demo-remindify's Issues

got unknown error while etting the reminder

I used same code provided in this repository. I am getting below error while setting reminder.
please assist.
(Note : I have successfully achieved the 'permission' part for reminder)

Response:
{
"version": "1.0",
"sessionAttributes": {},
"userAgent": "ask-python/1.13.0 Python/3.6.10",
"response": {
"outputSpeech": {
"type": "SSML",
"ssml": "Sorry, there was some problem. Please try again!!"
},
"reprompt": {
"outputSpeech": {
"type": "SSML",
"ssml": "Sorry, there was some problem. Please try again!!"
}
},
"shouldEndSession": false
}
}

Request ID:
"7b30aa9a-3e20-4834-a427-7f2b7ec5f2e6"

Function Logs:
START RequestId: 7b30aa9a-3e20-4834-a427-7f2b7ec5f2e6 Version: $LATEST
[ERROR] 2020-02-13T05:24:27.623Z 7b30aa9a-3e20-4834-a427-7f2b7ec5f2e6 Unknown error
[ERROR] 2020-02-13T05:24:27.640Z 7b30aa9a-3e20-4834-a427-7f2b7ec5f2e6 Unknown error
Traceback (most recent call last):
File "/opt/python/ask_sdk_runtime/dispatch.py", line 118, in dispatch
output = self.__dispatch_request(handler_input) # type: Union[Output, None]
File "/opt/python/ask_sdk_runtime/dispatch.py", line 183, in __dispatch_request
handler_input=handler_input, handler=request_handler) # type: Union[Output, None]
File "/opt/python/ask_sdk_runtime/dispatch_components/request_components.py", line 437, in execute
return handler.handle(handler_input)
File "/opt/python/ask_sdk_runtime/skill_builder.py", line 156, in
handler_input)
File "/var/task/test.py", line 69, in notify_me_intent_handler
raise e
File "/var/task/test.py", line 65, in notify_me_intent_handler
reminder_responce = reminder_service.create_reminder(reminder_request)
File "/opt/python/ask_sdk_model/services/reminder_management/reminder_management_service_client.py", line 382, in create_reminder
response_type="ask_sdk_model.services.reminder_management.reminder_response.ReminderResponse")
File "/opt/python/ask_sdk_model/services/base_service_client.py", line 158, in invoke
headers=response.headers, body=response.body)
ask_sdk_model.services.service_exception.ServiceException: Unknown errorEND RequestId: 7b30aa9a-3e20-4834-a427-7f2b7ec5f2e6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.