botbuilder-community-dotnet icon indicating copy to clipboard operation
botbuilder-community-dotnet copied to clipboard

Adaptive dialog not loading - TwitterAdapter

Open dileepkantapop opened this issue 3 years ago • 0 comments

Hi,

We are using TwitterAdapter in our bot for using the Twitter channel. As our bot is completely based on Adaptive dialog. It's working fine on Facebook, Webchat, SMS channels. Below is the exception. Need help!

at Bot.Builder.Community.Adapters.Twitter.TwitterAdapter.<ProcessActivity>d__4.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at Bot.Builder.Community.Adapters.Twitter.Hosting.WebhookMiddleware.<OnDirectMessageReceived>d__7.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__139_1(Object state) at System.Threading.QueueUserWorkItemCallback.<>c.<.cctor>b__6_0(QueueUserWorkItemCallback quwi) at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action`1 callback, TState& state) at System.Threading.QueueUserWorkItemCallback.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch()

dileepkantapop avatar Oct 26 '21 17:10 dileepkantapop