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.

unable to launch request using Dotnet core

See original GitHub issue

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

github_iconTop GitHub Comments

1reaction
garyprettycommented, Mar 12, 2019

@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.

0reactions
itskrsnacommented, Mar 12, 2019

@garypretty Sure… Just Let us know When its out … will give it a ride …

Read more comments on GitHub >

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

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