microsoft-graph-comms-samples icon indicating copy to clipboard operation
microsoft-graph-comms-samples copied to clipboard

Method not found

Open garaya-cmw opened this issue 11 months ago • 2 comments

Describe the issue The bot uploaded successfully but when I make a test call the bot has the following problems

Logs Method not found: 'Void Microsoft.Graph.Communications.Common.Transport.GraphHttpClient.LogResponse(System.Diagnostics.TraceLevel, System.Net.Http.HttpRequestMessage, Int64, System.Net.Http.HttpResponseMessage, System.Object, System.Exception, System.String, System.String, Int32)'. StackTrace: at Microsoft.Graph.Communications.Client.Transport.GraphAuthClient.<SendHttpRequestAsync>d__42.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.Start[TStateMachine](TStateMachine& stateMachine) at Microsoft.Graph.Communications.Client.Transport.GraphAuthClient.SendHttpRequestAsync[T1,T2](IGraphRequest1 graphRequest, CancellationToken cancellationToken) at Microsoft.Graph.Communications.Common.Transport.GraphHttpClient.SendAsync[T1,T2](IGraphRequest1 graphRequest, CancellationToken cancellationToken) at Microsoft.Graph.Communications.Client.Transport.GraphClientWrapper.<ValidateAndWrapAsync>d__12`1.MoveNext() $>2025-01-06T20:46:38.7704483Z Info: CommunicationsClientExtensions.cs:156 LogAndCreateResponse

garaya-cmw avatar Jan 06 '25 22:01 garaya-cmw

I am investigating the same problem, I will reply again if I found a solution.

An unhandled exception occurred while processing the request. MissingMethodException: Method not found: 'Void Microsoft.Graph.Communications.Common.Transport.GraphHttpClient.LogResponse(System.Diagnostics.TraceLevel, System.Net.Http.HttpRequestMessage, Int64, System.Net.Http.HttpResponseMessage, System.Object, System.Exception, System.String, System.String, Int32)'.

vicjicaman avatar Mar 03 '25 19:03 vicjicaman

I'm also running into this problem with HueBot

jag43 avatar Jul 24 '25 14:07 jag43