You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how to describe this error. But look at the reproduction steps below I think you'll understand what's going on.
To Reproduce
Steps to reproduce the behavior:
Type any command and press Enter (I use packs in this step)
Here Enter Server: should be a line break.
Since I use packs, I will enter a random server address in this step (I enter poggit.pmmp.io) and press Enter
Here the message INFO[0473] Connecting to poggit.pmmp.io:19132 should be a newline.
The previous Input Command: packs message also disappeared.
What happens in the bedrocktool.log file looks quite chaotic?
time="2024-07-01T12:50:10+07:00" level=info msg="Bedrocktool Version 1.38.0-16" part=mainAvailable Commands:
chat-log logs chat to a fileupdate self updates to latest versionskins download skins from players on a servercapture capture packets in a pcap filedebug-proxy verbose debug packetsrealm-address gets realms addresslist-realms prints all realms you have access topacks download resource packs from a serverworlds download a world from a servertrans blind-proxy raknet proxyUse 'bedrocktool <command>' to run a commandInput Command:
Input Command: p�[KInput Command: p ❌�[K�[4DInput Command: pa�[KInput Command: pa ❌�[K�[4DInput Command: pak�[KInput Command: pak ❌�[K�[4DInput Command: pa�[KInput Command: pa ❌�[K�[4DInput Command: pac�[KInput Command: pac ❌�[K�[4DInput Command: pack�[KInput Command: pack ❌�[K�[4DInput Command: packs�[KInput Command: packs ✅�[K�[4DEnter Server:
Enter Server: p�[KEnter Server: po�[KEnter Server: pog�[KEnter Server: pogg�[KEnter Server: poggi�[KEnter Server: poggit�[KEnter Server: poggit.�[KEnter Server: poggit.p�[KEnter Server: poggit.pm�[KEnter Server: poggit.pmm�[KEnter Server: poggit.pmmp�[KEnter Server: poggit.pmmp.�[KEnter Server: poggit.pmmp.i�[KEnter Server: poggit.pmmp.io�[KEnter Server: poggit.pmmp.io ❌�[K�[4DEnter Server: poggit.pmmp.io ✅�[K�[4Dtime="2024-07-01T12:58:03+07:00" level=info msg="Connecting to poggit.pmmp.io:19132"time="2024-07-01T12:58:16+07:00" level=error msg="dial raknet: dial udp: lookup poggit.pmmp.io: i/o timeout"time="2024-07-01T12:58:16+07:00" level=info msg="Press Enter to exit."
The text was updated successfully, but these errors were encountered:
the log showing all inputs is a go limitation, can fix that once next version of go releases.
other issue might be the validation causing too many dns queries
* Bedrocktool Version 1.38.0-16
I don't know how to describe this error. But look at the reproduction steps below I think you'll understand what's going on.
To Reproduce
Steps to reproduce the behavior:
packs
in this step)Here
Enter Server:
should be a line break.packs
, I will enter a random server address in this step (I enterpoggit.pmmp.io
) and press EnterHere the message
INFO[0473] Connecting to poggit.pmmp.io:19132
should be a newline.The previous
Input Command: packs
message also disappeared.What happens in the
bedrocktool.log
file looks quite chaotic?The text was updated successfully, but these errors were encountered: