live-interview icon indicating copy to clipboard operation
live-interview copied to clipboard

initial project setup

Open caoyu1995 opened this issue 1 year ago • 3 comments

when i got this project running there are some issues image

Avatar.jsx:205 
THREE.PropertyBinding: Trying to update node for track: Armature.quaternion but it wasn't found. 
    at Avatar (http://localhost:5173/src/components/Avatar.jsx?t=1718778470467:100:13)
    at Experience (http://localhost:5173/src/components/Experience.jsx:23:3)
    at Suspense
    at ErrorBoundary (http://localhost:5173/node_modules/.vite/deps/chunk-3O454EOX.js?v=a66fa958:16025:5)
    at FiberProvider (http://localhost:5173/node_modules/.vite/deps/chunk-3O454EOX.js?v=a66fa958:17754:21)
    at Provider (http://localhost:5173/node_modules/.vite/deps/chunk-3O454EOX.js?v=a66fa958:17372:3)
Avatar.jsx:194 
Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD

and soket ios is keep regenerating as well image

pls, help me with these

caoyu1995 avatar Jun 19 '24 06:06 caoyu1995

Hi, the errors you are seeing in console shouldn't be a problem, but I think the issue is that you need to change

this.socket = io();

to

this.socket = io("localhost:5000");

in \components\hooks\chatbotService.jsx that's why the app is not able to connect to the websocket server.

You also need to first make sure you are running:

node server.js

then on another terminal you can run

npm run dev

0Shark avatar Jun 19 '24 08:06 0Shark

Screenshot 2024-07-06 at 3 34 16 AM Screenshot 2024-07-06 at 3 34 41 AM Screenshot 2024-07-06 at 3 34 57 AM Screenshot 2024-07-06 at 3 35 27 AM

harshith-vaddiparthy avatar Jul 05 '24 22:07 harshith-vaddiparthy

Hey @harshith-eth the issue you are having is because the packages are not installing properly and this is due to the missing FontAwesome token in your .npmrc file. You can check here: #3

0Shark avatar Jul 09 '24 11:07 0Shark