Closed libook closed 1 year ago
I think this should be a feature. Because by design, the console should display all content (including invisible characters such as &k)
This will seriously affect the readability of the terminal logs. The example I have provided is only the simplest case, in fact some plugins will have this character appearing in log messages in large numbers, and not dealing with it will make the logs completely unreadable.
Personally, I think it may belong to some kind of console protocol, where the console data flow and the final presentation to the user are not exactly the same.
Whenever this happens, I have to log in to the server to check the console messages, because that's where the characters can be handled properly.
@ShirasawaSama I have created a pull request for fixing that: https://github.com/neko-craft/NekoMaid/pull/39
Wow, so fast.
I use the online pages you provide, so I wait for when a new version can be released.
Describe the bug
For example the output:
The nickname of the player is
LiBook
. So thee
before the name is unnecessary.The WebSocket response was (excerpts):
We can see, there is
e
beforeLiBook
.The Unicode code of
is\u007f
which is called "Delete". It seems that the page didn't process this character correctly. Maybe it means to delete the later character.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Don't show useless characters.
Screenshots
Information
/version
)Additional context
Some logs will have this problem, some will not.