
PRO
afcorson
Australia
Asked
Has anyone encountered this error when using BingSpeech? It's occurring today, and I'm not sure why.
Here's the error message I'm receiving:
Error in response received: Server was unable to process the request. ---> Method UserServices.OpenAIChatGPT cannot be reflected. ---> There was an error reflecting 'request'. ---> There was an error reflecting type 'OpenAIChatGPTRequestCls'. ---> There was an error reflecting property 'ChatMessages'. ---> There was an error reflecting type 'OpenAI.Chat.ChatMessage'. ---> Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
It seems like the issue might be related to the OpenAIChatGPT
method in UserServices and a possible missing dependency on Microsoft.Bcl.AsyncInterfaces
. Has anyone faced a similar issue or have any insights into resolving this dependency error? Any help would be appreciated!
That is an interesting error. Because of the Open AI references, I can only assume you caught an exception during the migration as we prepare for the new server upgrade tomorrow evening. Check this posting to ensure it aligns with your use case: https://synthiam.com/About/BlogPost/22802
The error only lasted for an hour or so, then back to normal. Bad tming though.