Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial project setup #2

Open
caoyu1995 opened this issue Jun 19, 2024 · 3 comments
Open

initial project setup #2

caoyu1995 opened this issue Jun 19, 2024 · 3 comments

Comments

@caoyu1995
Copy link

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

@0Shark
Copy link
Owner

0Shark commented Jun 19, 2024

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

@harshith-eth
Copy link

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

@0Shark
Copy link
Owner

0Shark commented Jul 9, 2024

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 0Shark changed the title got some trubles initial project setup Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants