你好,
我尝试在 Power 自动化桌面中使用 NLP 来分析英文文本,并且奏效了。但是当我尝试在 PAD 中使用 NLP 分析俄语和中文时,即使我将“语言”参数设置为“ru”或“zh”或只是空白,它也会弹出错误。任何人都可以帮助我吗?先感谢您。






Robin.Core.ActionException: Failed to invoke cognitive action: The request was aborted: The request was canceled.. ---> System.Net.WebException: The request was aborted: The request was canceled. ---> System.IO.IOException: Cannot close stream until all bytes are written.
at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting)
--- End of inner exception stack trace ---
at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting)
at System.Net.ConnectStream.System.Net.ICloseEx.CloseEx(CloseExState closeState)
at System.Net.ConnectStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
在 Robin.Modules.Cognitive.Actions.GoogleCognitiveActions.InvokeCloudNaturalLanguageApi(Variant apiKey, Variant filePath, Variant gcsUrl, Variant language, Variant timeout, Variant& responseObject, Variant& statusCode, Int32 provideFile, Int32 的 StringType 的 Endapi
异常),堆栈跟踪 ---
在 Robin.Modules.Cognitive.Actions.AnalyzeEntitiesGoogle.Execute(ActionContext context)
在 Robin.Runtime.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement 语句)