Open cjriemens opened 1 month ago
It looks like there was an issue compiling the Typescript code to JavaScript at line 529. I just updated the TypeScript compiler to 5.6 and I got the same error.
Can you edit src/cli.ts at line 529 to this:
console.info("[*] IMPORTANT: Error getting AI models (check if using correct AI type, if using Ollama - check if running). Error message: " + e.message);
Let me know if this works.
It also appears that you are using version 0.2.0
which not has been released yet. This version is not ready for use and there are some bugs with the video rendering that needs to be fixed. Version 0.1.0
is stable but does not have the UI feature.
im trying to run the server but when i start it i get the following error:
src/cli.ts:529:26 - error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.
529 console.info("[*] IMPORTANT: Error getting AI models (check if using correct AI type, if using Ollama - check if running). Error message: " + e.message ?? e.toString());