Hi,
I’m facing this issue using the Document Understanding Framework. Whenever I validate the document and resume the run, I get this error. I have already this working for other projects using the same exact code. Could this be due to the files being in Mandarin chinese?
In the screenshot you can check the packages I’m using
Also I’m using the DU Frameworkv version 21.10.2
Full error message:
RemoteException wrapping UiPath.DocumentUnderstanding.Persistence.OrchestratorException: Invalid OData query options. ---> RemoteException wrapping System.Exception: Microsoft.Rest.HttpOperationException: Operation returned an invalid status code 'BadRequest'
at UiPath.DocumentUnderstanding.Persistence.Tasks.<GetByIdWithHttpMessagesAsync>d__6.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 UiPath.DocumentUnderstanding.Persistence.TasksExtensions.<GetByIdAsync>d__1.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 UiPath.DocumentUnderstanding.Persistence.OrchestratorClient.<InternalExecuteAsync>d__21`1.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 UiPath.IntelligentOCR.Activities.BaseWaitForDocumentActionAndResume`1.<AddUserInfoToActionData>d__38.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.TaskAwaiter.ValidateEnd(Task task)
at UiPath.IntelligentOCR.Activities.BaseWaitForDocumentActionAndResume`1.<OnExecuteAsync>d__37.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 UiPath.IntelligentOCR.Activities.BaseWaitOrchestratorClientAsyncActivity`1.<ExecuteAsync>d__30.MoveNext()
--- End of inner exception stack trace ---
at UiPath.IntelligentOCR.Activities.BaseWaitOrchestratorClientAsyncActivity`1.<ExecuteAsync>d__30.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.IntelligentOCR.Activities.BaseWaitOrchestratorClientAsyncActivity`1.OnBookmarkResume(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
