The remote endpoint could not be called
See original GitHub issueHi @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:
- Created 7 years ago
- Comments:19 (4 by maintainers)
Top GitHub Comments
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!
Closing this issue because it’s not an actual issue with the library but rather operational challenges in configuring a skill endpoint.