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.

The remote endpoint could not be called

See original GitHub issue

Hi @stefann42 thanks for the Lib. I just setup and published on the server but got the error below : The remote endpoint could not be called, or the response it returned was invalid can you tell me why this happened, i have set the interaction model with - JSon #14 Intent Schema-

{ "intents": [ { "intent": "MyNameIsIntent", "slots": [ { "name": "Name", "type": "LITERAL" } ] }, { "intent": "WhatsMyNameIntent", "slots": [] } ] }

Sample Utterances

MyNameIsIntent my name is {john|Name} MyNameIsIntent my name is {sam brown|Name} WhatsMyNameIntent whats my name WhatsMyNameIntent what is my name WhatsMyNameIntent say my name WhatsMyNameIntent tell me my name WhatsMyNameIntent tell me what my name is

Service Response

The remote endpoint could not be called, or the response it returned was invalid. Do you have any idea why this happened ?

Thanks.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:19 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
jaddiecommented, Dec 27, 2016

I’ve been working on this since I posted that message & have a working setup. If you are creating your own self signed cert etc, make sure you have followed their instructions to generate it, there needs to be an alternate name set in the cert which matches your https url otherwise it fails.

Also if you are using the async methods, you must await the return value, do not try to execute it using .Result as it will fail on this!

0reactions
stefann42commented, Jan 18, 2018

Closing this issue because it’s not an actual issue with the library but rather operational challenges in configuring a skill endpoint.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The remote endpoint could not be called, or the response it ...
I'm currently getting into developing alexa-skills. This is in fact the 1st time I'm trying this and I kinda works out good so...
Read more >
How to Handle Error Messages about Your Remote Endpoint
' How do I fix it?" Remote Endpoint Could Not Be Called Error. The good news is you have all of the tools...
Read more >
The remote endpoint could not be called - Forums
Hey there,. i try to test a selfhosted alexa Skill. The Skill is written in java and hosted on a banapi. The server...
Read more >
The remote endpoint could not be called, or the response it ...
When I try to use the service simulator I get an error in the Lambda Response saying "The remote endpoint could not be...
Read more >
Connecting to Active Roles Web Interface fails with the ...
The remote endpoint does not exist or could not be located. Cause. Cause 1: The Active Roles service that the Web Interface is...
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