-
Notifications
You must be signed in to change notification settings - Fork 57
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
Chain call crash in Python-JavaScript bridge when accessing object properties. #144
Comments
JS analog
|
the screenshot and log are old, but the error is the same. Error: https://imgur.com/Ww9h3ci
|
1 similar comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Context: The bug occurs when using the Python-JavaScript bridge and the mineflayer module.
Replay conditions: The crash occurs when methods are called in a chain, e.g. playerEntity.position.offset(...).
Workaround: Assigning an intermediate value to a variable before calling a method prevents a crash.
The text was updated successfully, but these errors were encountered: