adrianhajdin / project_threejs_ai

https://jsmastery.pro
922 stars 277 forks source link

Fix typo in the server app file #1

Open EliasPereyra opened 1 year ago

EliasPereyra commented 1 year ago

A small detail, even though it affects when receiving data in json format.

This is the issue:

https://github.com/adrianhajdin/project_threejs_ai/blob/35b86f20fd1fcbccfbe71b5c3aeaa0aa970d028b/server/index.js#L11

Change limig to limit.

That's it, thank you for the project, it's an awesome one!

pradeepthsjain commented 1 year ago

As soon as i click on ai full or ai logo button my screen goes white and i can see errors on the server terminal and even in inspect console. Screenshot (8) ![Screenshot (9)](https://github.com/adrianhajdin/project_threejs_ai/assets/115602871/712d6f9b-014d-4565-a1fd Screenshot (10) -8d91beeafb68) Screenshot (11) Can someone please help me out with this....?

saurabhraturi2000 commented 1 year ago

i am having the same problem after searching for a bit I got this answer "Your browser is hanging while rendering the WebGL scene and loses its context because the browser has effectively lost control of your GPU.

Either you have a huge memory leak in your application or your machine does not have enough power to run your texturized model on a WebGL scene. Squeezing too much, by trying to render a heavy object with a really big texture resolution, can lead to a context loss."

HydraJD commented 1 year ago

did you find the solution for the API problem @saurabhraturi2000 @pradeepth02

pradeepthsjain commented 1 year ago

On Sat, 1 Jul 2023 at 2:16 AM, HydraJD @.***> wrote:

did you find the solution for the API problem @saurabhraturi2000 https://github.com/saurabhraturi2000 @pradeepth02 https://github.com/pradeepth02

— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_threejs_ai/issues/1#issuecomment-1615180703, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3R7LN7V4NDPLXWHFSAA3LTXN43LLANCNFSM6AAAAAAWQADCPM . You are receiving this because you were mentioned.Message ID: @.***>

Thanks buddy I cleared the error it was about a node module and api error was not a error it was because the balance in my open ai account had been depleted.