The version I use is 1.7.2, and I have encountered the following error many times. Generally, this problem occurs when the program is opened for 2 to 3 days.
System.NullReferenceException: an object reference is not set to an instance of the object.
In openAI.myAI. < askForChat > d9. MoveNext () position E:\ workSpace\ tools\ gptGPT\ openAI.cs: line number 0
---The end of the stack trace in the previous position that raised the exception ---
System.Runtime.CompilerServices.AsyncMethodBuilderCore. < > c. < ThrowAsync > b6_0 (Object state)
The version I use is 1.7.2, and I have encountered the following error many times. Generally, this problem occurs when the program is opened for 2 to 3 days. System.NullReferenceException: an object reference is not set to an instance of the object. In openAI.myAI. < askForChat > d9. MoveNext () position E:\ workSpace\ tools\ gptGPT\ openAI.cs: line number 0 ---The end of the stack trace in the previous position that raised the exception --- System.Runtime.CompilerServices.AsyncMethodBuilderCore. < > c. < ThrowAsync > b6_0 (Object state)
how should I do to solve this error?