-
Notifications
You must be signed in to change notification settings - Fork 45
InvalidDataException while retrieving a list of saved searches for the specific app #70
Description
I'm experiencing a problem using SDK v2.2.5 while retrieving a list of saved searches for the specific app. I've gone through your code and seems like this is happening right here. A problematic name is different for different apps (for example: "action.customsearchbuilder.enabled", "action.slack.param.channel").
It is hard to say something about server version right now, but it should be quite old. But seems like on SDK v1.x everything was fine.
I'm not sure that this is your problem, but could you give any advice or workaround for such case?
Stack trace is always the same:
at Splunk.Client.AtomEntry.<ParseDictionaryAsync>d__32.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1.ConfiguredTaskAwaiter.GetResult()
at Splunk.Client.AtomEntry.d__34.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1.ConfiguredTaskAwaiter.GetResult() at Splunk.Client.AtomEntry.<ReadXmlAsync>d__29.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Splunk.Client.AtomFeed.<ReadXmlAsync>d__40.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Splunk.Client.BaseEntity1.d__25.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1.ConfiguredTaskAwaiter.GetResult() at Splunk.Client.EntityCollection2.d__12.MoveNext()`