TypeError when using realms in createBot #3587
Labels
possible bug
Stage1
just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Versions
Detailed description of a problem
Using a simple example code, attempting to connect to a local server with username and password does not result in any TypeErrors. Changing the example code to using
realms
with apickRealms
function results in a TypeError when loading thegame.js
plugin.What did you try yet?
I tried a simple
npm install mineflayer
with the echo example code inREADME.md
.I then changed the
createBot
to use the realms option withpickRealms
.Your current code
Expected behavior
A request to open a browser to authenticate to Microsoft for the Microsoft authentication for Realms.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: