pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
227 stars 53 forks source link

Server name cannot contain newlines #94

Closed pdinklag closed 4 years ago

pdinklag commented 4 years ago

[...] there are zero awards showing now. See http://nix.catpasswd.net/MinecraftStats

Originally posted by @CatPasswd in https://github.com/pdinklag/MinecraftStats/issues/91#issuecomment-577325975

pdinklag commented 4 years ago

I checked using Chrome's debugging function and it appears your server name / MOTD contains a newline and MinecraftStats can't handle that.

I'll fix that in the future, but for now you'll have to use --server-name "NIX" or something to override that.

CatPasswd commented 4 years ago

That argument did indeed fix it. Thanks.

pdinklag commented 4 years ago

Thanks for confirming!