-
-
Notifications
You must be signed in to change notification settings - Fork 959
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
TypeError: Cannot read properties of undefined (reading 'passengers') #3576
Comments
I am running into this same issue, do you know any fixes? |
I just forked it and added null checks to it bc nothing im doing is using passengers |
which minecraft version? |
I'm seeing this on 1.21 java |
Same for MC 1.20.4, Mineflayer 4.26.0, Node.js v18.19.0. Downgrade to 4.25 works:
Following code:
If I replace the |
This is happening to me too. MC 1.21.4, online mode server, NodeJS v22.13.1, mineflayer 4.26.0 |
happens to me too, nodejs: 22.13.1 ; mineflayer: 4.26.0 ; minecraft: 1.21.4 ; device: raspberry pi |
So it was bugging in my case because a server allowed to ride other players so it didn't know what to do with it. I've rewrited that listener and it works now.
|
Versions
When joining some servers that have books / or nothing sometimes on join u get
lib\plugins\entities.js:841
also a null on getting the servers dim but i don't have that error
closed my pull i don't have the time to dig deeper into the issue
The text was updated successfully, but these errors were encountered: