"JWT not active" FAQ (#397)
This commit is contained in:
parent
3b59446780
commit
2cea7d6912
1 changed files with 5 additions and 0 deletions
|
|
@ -21,5 +21,10 @@ Get-AppxPackage -AllUsers | Where Name -Match ".*Minecraft.*" | Select Name,Inst
|
|||
Use the PackageFullName field in place of the `Microsoft.MinecraftUWP_8wekyb3d8bbwe` for the command above.
|
||||
|
||||
## Kicked during login
|
||||
NOTE: If you not receiving any errors, the error probably logged in debug mode which is not enabled. To enable it, set `process.env.DEBUG = 'minecraft-protocol'` to the top of the file
|
||||
|
||||
Some servers can kick you if you don't set `authTitle` as explained in the README.
|
||||
|
||||
## Server clients kicked due to "jwt not active"
|
||||
|
||||
The system time is incorrect and needs to be corrected.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue