initial project setup
when i got this project running there are some issues
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
pls, help me with these
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
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