question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when testing the skill

See original GitHub issue

Hi,

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:closed
  • Created 5 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
aswetlowcommented, Apr 10, 2018

I’m glad it helped. Btw: You can use another port:

  1. Change port from 3000 to whatever in index.js in your project.
  2. jovo run --port XXX
0reactions
ermalgunicommented, Apr 10, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found