kolbytn / mindcraft

MIT License
1.89k stars 230 forks source link

Help! Error while trying to start the bot! #155

Open CodeKing547 opened 2 months ago

CodeKing547 commented 2 months ago

There's this weird error that pops up that says this, here's the whole log:

"PS C:\Users*****\Downloads\mindcraft-main\mindcraft-main> node main.js Using chat settings: { model: 'gpt-3.5-turbo', api: 'openai' } Using embedding settings: { api: 'openai' } Loading examples... Examples loaded. Logging in... Mineflayer detected that you are using a deprecated event (physicTick)! Please use this event (physicsTick) instead. Agent process exited with code 0 and signal null"

Any way to fix this?

saladnoob commented 2 months ago

had the same problem with claude

jiveshkalra commented 1 month ago

Same issue with groq Any fix?

FateUnix29 commented 1 month ago

Same issue with groq Any fix?

I'm surprised my PR has spread that far and wide (at least I can infer because other issues also mention it) If you have any issues with Groq, please bring it up with me in my #115 PR.

For your agent process exiting issue, regardless of the model, perhaps try reinstalling Mindcraft and see if that works? It would be nice if we had stuff like settings.js here.

jiveshkalra commented 1 month ago

Hey fate!

I'm surprised my PR has spread that far and wide (at least I can infer because other issues also mention it)

yeah ofcourse man , you doing a great work with that PR.

For your agent process exiting issue, regardless of the model, perhaps try reinstalling Mindcraft and see if that works? It would be nice if we had stuff like settings.js here.

For me (and I think for most of us) the issue might not be anything with the code part itself, many of us when we are first setting up are keeping names like "My Bot" or etc etc , problem is that there is a space " " in that name , which for us seems fine , but minecraft doesnt allow space in names I Wish they mentioned this issue in their readme.md since its soo common issue and It can save many of us tons of hours while first setting the bot up