Open elevatorctln opened 10 months ago
Try with the latest update and see if error gone away
Still fails to kill browser, but with a different error and on dotnet run this time instead of when the character is spawned. The bot does not come online. I also see chromium in task manager taking CPU and RAM usage this time which I did not with the first error
Found installed browser: C:\Users\caitl\Character-Engine-Discord\puppeteer-chrome\Chromium\Win64-1249938\chrome-win\chrome.exe
(Warning) Failed to kill browser instances
Exception details:
System.ComponentModel.Win32Exception (0x80004005): Unable to enumerate the process modules.
at System.Diagnostics.NtProcessManager.GetModules(Int32 processId, Boolean firstModuleOnly)
at System.Diagnostics.NtProcessManager.GetFirstModule(Int32 processId)
at CharacterAI.Client.CharacterAiClient.<>c__DisplayClass6_0.<EnsureAllChromeInstancesAreKilled>b__0(Process proc)
at System.Linq.Enumerable.WhereArrayIterator`1.MoveNext()
at CharacterAI.Client.CharacterAiClient.EnsureAllChromeInstancesAreKilled()
This warning doesn't really affect the work of bot. It tells you that application simply failed to free the unnecessary taken memory. I don't think there's any way to fix it as it depends from your system. If bot still ain't working, please send the full log, from the first line to the latest one
When I try to spawn a character for character.ai, I get a looping error in the console
I've tried manually setting the paths in the config to the chrome folder path and chrome.exe path, that did not fix the issue. After the error it launches the browser again and opens character.ai again, both successfully according to it, and then throws the same error again.