You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unitypackage v.0.6.1 works fine.
But when I replace the script "ChatGPTStreamSkill.cs" with the latest one and add the script "ExampleFunctions.cs" in the project, I get the following error: NullReferenceException: Object reference not set to an instance of an object ChatdollKit.Examples.ChatGPT.ChatGPTStreamSkill+ChatGPTStreamDownloadHandler.ReceiveData (System.Byte[] data, System.Int32 dataLength) (at Assets/ChatdollKit/Examples/ChatGPT/ChatGPTStreamSkill.cs:377)
I imported the latest Newtonsoft json v.3.2.1.
Please let me know how to fix this error.
The text was updated successfully, but these errors were encountered:
The unitypackage v.0.6.1 works fine.
But when I replace the script "ChatGPTStreamSkill.cs" with the latest one and add the script "ExampleFunctions.cs" in the project, I get the following error:
NullReferenceException: Object reference not set to an instance of an object ChatdollKit.Examples.ChatGPT.ChatGPTStreamSkill+ChatGPTStreamDownloadHandler.ReceiveData (System.Byte[] data, System.Int32 dataLength) (at Assets/ChatdollKit/Examples/ChatGPT/ChatGPTStreamSkill.cs:377)
I imported the latest Newtonsoft json v.3.2.1.
Please let me know how to fix this error.
The text was updated successfully, but these errors were encountered: