Error when testing the skill
See original GitHub issueHi,
I am trying to run the helloworld project but jovo seems to have a problem. When I test from the test console I get: The requested skill took too long to respond
While the logs in the commandline show:
jovo run
Example server listening on port 3000!
This is your webhook url: https://webhook.jovo.cloud/160dd151-ac4d-488f-92da-93c522732efe
Unhandled Rejection at: Promise Promise {
<rejected> Error: Something went wrong
at IncomingMessage.res.on (/usr/local/lib/node_modules/jovo-cli/commands/run.js:153:28)
at IncomingMessage.emit (events.js:185:15)
at IncomingMessage.emit (domain.js:422:20)
at endReadableNT (_stream_readable.js:1106:12)
at process._tickCallback (internal/process/next_tick.js:178:19) } reason: Error: Something went wrong
at IncomingMessage.res.on (/usr/local/lib/node_modules/jovo-cli/commands/run.js:153:28)
at IncomingMessage.emit (events.js:185:15)
at IncomingMessage.emit (domain.js:422:20)
at endReadableNT (_stream_readable.js:1106:12)
at process._tickCallback (internal/process/next_tick.js:178:19)
Unhandled Rejection at: Promise Promise {
<rejected> Error: Something went wrong
at IncomingMessage.res.on (/usr/local/lib/node_modules/jovo-cli/commands/run.js:153:28)
at IncomingMessage.emit (events.js:185:15)
at IncomingMessage.emit (domain.js:422:20)
at endReadableNT (_stream_readable.js:1106:12)
at process._tickCallback (internal/process/next_tick.js:178:19) } reason: Error: Something went wrong
at IncomingMessage.res.on (/usr/local/lib/node_modules/jovo-cli/commands/run.js:153:28)
at IncomingMessage.emit (events.js:185:15)
at IncomingMessage.emit (domain.js:422:20)
at endReadableNT (_stream_readable.js:1106:12)
at process._tickCallback (internal/process/next_tick.js:178:19)```
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Six Types of Test-Taking Errors
Application errors Mistakes that you make when you know the concept but cannot apply it to the problem. To reduce this type of...
Read more >Five common errors why Alexa skills don't get certified—and ...
Five common errors why Alexa skills don't get certified—and how to fix them · Functionality. Alexa skills need to pass functional tests to...
Read more >What is error guessing? - Educative.io
Error guessing makes use of the knowledge gained by previous testing in order to make educated guesses about the defects that may exist...
Read more >Unable to activate test stimulator for alexa skill - Stack Overflow
While trying to enable testing on a new skill, I am getting the following error on the test tab : There was a...
Read more >Identifying error types in visual diagnostic skill assessment
Errors can occur in different phases of the diagnostic process. Insight in the error types made by learners is crucial for training and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m glad it helped. Btw: You can use another port:
Hmmmmm, that is weird. I just found out to have a docker container with grafana in port 3000. I would have expected node to have thrown an exception. Now everything works fine. I would suggest to document this issue in case another dev runs into this error.
Thanks a lot for the help. I am closing this issue now.