unable to launch request using Dotnet core
See original GitHub issueFollowing the Same Process using the DotNet core 2.2 , unable to create an Invocation.
POST http://xxxxx.azurewebsites.net/api/skillrequests application/json; charset=utf-8 2934
2019-03-11 12:37:01.989 +00:00 [Error] Microsoft.BotBuilderSamples.BasicBot: Exception caught : System.MissingMethodException: Method not found: 'Void Microsoft.Bot.Schema.ConversationAccount..ctor(System.Nullable`1<Boolean>, System.String, System.String, System.String, System.String, System.String)'.
at Bot.Builder.Community.Adapters.Alexa.AlexaAdapter.RequestToActivity(AlexaRequestBody skillRequest)
at Bot.Builder.Community.Adapters.Alexa.AlexaAdapter.<ProcessActivity>d__8.MoveNext()
2019-03-11 12:37:02.049 +00:00 [Error] Microsoft.AspNetCore.Server.Kestrel: Connection id "0HLL62M5F1KSE", Request id "0HLL62M5F1KSE:00000006": An unhandled exception was thrown by the application.
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.BotBuilderSamples.Startup.<>c__DisplayClass6_1.<<ConfigureServices>b__6>d.MoveNext() in D:\Kishore\Projects\Bot_dotnet\Startup.cs:line 154
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Bot.Builder.Community.Adapters.Alexa.AlexaAdapter.<ProcessActivity>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Bot.Builder.Community.Adapters.Alexa.Integration.AspNet.Core.AlexaRequestHandler.<ProcessMessageRequestAsync>d__4.MoveNext()
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Unable to start process dotnet.exe
Unable to start process C:\Program Files\dotnet\dotnet.exe. The web server request failed with status code 500. I am working in Visual Studio ...
Read more >Troubleshoot app launch failures
NET installation not found. If a .NET installation isn't found, the application fails to launch with a message similar to: Console
Read more >Unable to launch the previously selected debugger. Please ...
I'm attempting to launch multiple startup projects at once (not sure if this is significant). One project is an Asp.Net Core project, and...
Read more >To run this application, you must install .NET core.
First of all I'd like to put out there that I'm aware there are already a few threads on this floating around, none...
Read more >To run this application you must install .NET Core [Fix]
In this error, the app that is crashing is failing to communicate with . NET Core, usually due to corrupted files. If you...
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 Free
Top 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
@Webrusterkk great news. Thanks for flagging the issue! Let me know how you get on with the adapter - always good to understand how people find it. ps. Google adapter coming v. soon which can be used side by side with Alexa.
@garypretty Sure… Just Let us know When its out … will give it a ride …