-
Notifications
You must be signed in to change notification settings - Fork 210
unable to start talkingbot frondend #1517
Comments
Hi, could you please confirm your node version? I'm using the latest node [node: v20.11.1, npm: 10.1.0], and it runs smoothly. It seems the issue might be due to version incompatibility. Would you consider upgrading your node version to see if the problem persists? Versions 18 and above should all be compatible. |
@WenjiaoYue, upgrading the npm version solve dependency problem. server output:
|
Now it works fine. The reason for the unresponsive was that browsers only allow microphone and camera access on HTTPS websites by default. You can add the current IP to the "Insecure origins treated as secure" list. After reloading, the browser will prompt to allow microphone access. |
@WenjiaoYue, that's great |
It looks like there might be some issues with the backend return values. Maybe Liang could help you confirm. I've already informed him, but he's been quite busy with tasks lately. He'll help you solve it when he's available. |
followed the guidelines mentioned here:
https://github.com/intel/intel-extension-for-transformers/tree/main/intel_extension_for_transformers/neural_chat/ui/customized/talkingbot
process failed during dependencies
The text was updated successfully, but these errors were encountered: