-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bridge fails on LaunchRequest #7
Comments
I see there is no condition in the bridge script to handle Launch Request. Does this require fix. |
I did do some fixes in my own fork of this repository. I'm not sure which of the changes we want to include: Furthermore it might be good to look at pointing the Azdeploy script to CatalystCode instead of daltskin: |
@devedse Thanks. That helped. Request is going to bot framework. But get "timeout from alexa" and session ends before bot responds. Even with basic echo bot hosted in azure facing the same issue. I can see in the console after the session is ended message is received by the bridge from bot. Even the bridge is hosted in cloud to avoid network latency. Any ides how can I resolve this. Please find the console output from the alexa bridge Alexa utterance: jenkins |
Did you enable the direct channel and configure that? |
@devedse yes. Direct channel is enabled. And you can see after the session closed because of timeout, bridge receives the message from bot "You said jenkins" and Alexa message out is constructed. But session is already closed. So message is not received by alexa. |
What we did was rebuild this in C# using the AlexaSkillsKit Nuget package as this implementation is missing verification anyway. The effort was about 1 day of work. |
@devedse did you pushed the c# version to github? |
@GhostAtom I don't have the IP of the c# version, sorry :/ |
I tried setting up the AlexaBridge locally but I ran into some errors:
For some reason whenever I type "start bridge" in the amazon alexa test suite a LaunchRequest message is being sent to the bridge. However the bridge doesn't seem to be able to handle this.
I want to create a conversational bot using the Bot Framework.
The text was updated successfully, but these errors were encountered: