Code Monkey home page Code Monkey logo

Comments (14)

jingfengsama avatar jingfengsama commented on August 24, 2024

1.2 version not crash

from afk-bot.

urFate avatar urFate commented on August 24, 2024

Did you use it on AFK farm or something else? It's very difficult to say what is the root of your problem. If it's applicable, you can just disable mob hit feature.

It would be great if you sent a list/screenshot of the nearest mobs to the bot within a radius of 6 blocks, but I don't think this is already possible.

from afk-bot.

jingfengsama avatar jingfengsama commented on August 24, 2024

from afk-bot.

jingfengsama avatar jingfengsama commented on August 24, 2024

Did you use it on AFK farm or something else? It's very difficult to say what is the root of your problem. If it's applicable, you can just disable mob hit feature.

It would be great if you sent a list/screenshot of the nearest mobs to the bot within a radius of 6 blocks, but I don't think this is already possible.

one used on afk farm but another just stay at home

from afk-bot.

jingfengsama avatar jingfengsama commented on August 24, 2024

i mean both of them crashed with the same crash log.

from afk-bot.

jingfengsama avatar jingfengsama commented on August 24, 2024

{
"bot-account": {
"username": "jfmiao",
"password": "",
"type": "mojang"
},

"server": {
"ip": "dx.coreages.com",
"port": 25565,
"version": "1.19.3"
},

"position": {
"enabled": false,
"x": 0,
"y": 0,
"z": 0
},

"utils": {
"auto-auth": {
"enabled": true,
"password": "whitealbum2"
},

"anti-afk": {
  "enabled": false,
  "sneak": false,
  "jump": false,
  "rotate": false,

  "hit": {
    "enabled": false,
    "delay": 1000,
    "attack-mobs": false 
  },

  "circle-walk": {
    "enabled": false,
    "radius": 2
  }
},

"chat-messages": {
  "enabled": false,
  "repeat": false,
  "repeat-delay": 60,

  "messages": [
    "I'm a regular player ",
    "My owner is urFate_ ",
    "I want be alone ",
    "Visit my GitHub page! (urFate/Afk-Bot)"
  ]
},

"chat-log": false ,
"auto-reconnect": true,
"auto-reconnect-delay": 5000

}
}

cloud server 's setting ,crashed too

from afk-bot.

Minionguyjpro avatar Minionguyjpro commented on August 24, 2024

I think I got the same error, the bot was working first but since a few days it randomly leaves after like 8 hours.

from afk-bot.

Minionguyjpro avatar Minionguyjpro commented on August 24, 2024

I think it is an issue with the Node.js modules, and not the repo itself. But I am not sure...

from afk-bot.

urFate avatar urFate commented on August 24, 2024

I think it is an issue with the Node.js modules, and not the repo itself. But I am not sure...

Seems like it is. I'm really can't figure out what happened from this logs. E.g. somewhere in mineflayer, some entity is null, and blah, blah, blah...

So i've recommend to create new issue in mineflayer repo, idk...

from afk-bot.

jingfengsama avatar jingfengsama commented on August 24, 2024

I think it is an issue with the Node.js modules, and not the repo itself. But I am not sure...

Seems like it is. I'm really can't figure out what happened from this logs. E.g. somewhere in mineflayer, some entity is null, and blah, blah, blah...

So i've recommend to create new issue in mineflayer repo, idk...

some clues here:
crash periodically whether hit mobs is on nor off.

certainly not work while rebirth in the main town

I have not joined other servers to find if the afk bot runs well.

bot of 1.2 version do not crash while 1.3 crashes no matter what configuration.

from afk-bot.

jingfengsama avatar jingfengsama commented on August 24, 2024

find that two bots crashed at the same time on different windows servers.
may related to the data transmission between certain mc server and users.

you could check these by login this server(only need to regist).

from afk-bot.

urFate avatar urFate commented on August 24, 2024

I think it is an issue with the Node.js modules, and not the repo itself. But I am not sure...

Seems like it is. I'm really can't figure out what happened from this logs. E.g. somewhere in mineflayer, some entity is null, and blah, blah, blah...
So i've recommend to create new issue in mineflayer repo, idk...

some clues here: crash periodically whether hit mobs is on nor off.

certainly not work while rebirth in the main town

I have not joined other servers to find if the afk bot runs well.

bot of 1.2 version do not crash while 1.3 crashes no matter what configuration.

1.2 Version have outdated mineflayer, and outdated dependencies. So this bug could appear in latest releases of mineflayer. As temporary solution you can downgrade mineflayer in package.json to 4.1.0 which is used in 1.2 release. But you will lose 1.19.3 support.

from afk-bot.

jingfengsama avatar jingfengsama commented on August 24, 2024

I think it is an issue with the Node.js modules, and not the repo itself. But I am not sure...

Seems like it is. I'm really can't figure out what happened from this logs. E.g. somewhere in mineflayer, some entity is null, and blah, blah, blah...
So i've recommend to create new issue in mineflayer repo, idk...

some clues here: crash periodically whether hit mobs is on nor off.
certainly not work while rebirth in the main town
I have not joined other servers to find if the afk bot runs well.
bot of 1.2 version do not crash while 1.3 crashes no matter what configuration.

1.2 Version have outdated mineflayer, and outdated dependencies. So this bug could appear in latest releases of mineflayer. As temporary solution you can downgrade mineflayer in package.json to 4.1.0 which is used in 1.2 release. But you will lose 1.19.3 support.

thx, that do ues

from afk-bot.

urFate avatar urFate commented on August 24, 2024

Updated mineflayer to 4.8.1 which can fix this issue.

from afk-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.