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

'serverName' is not defined #146

Closed pdinklag closed 2 years ago

pdinklag commented 3 years ago

A user reported the following error:

Traceback (most recent call last):
  File "update.py", line 561, in <module>
    'serverName': serverName,
NameError: name 'serverName' is not defined
pdinklag commented 3 years ago

After a brief code analysis, this should only happen if there's no custom name in the config AND no motd in the server.properties. In any event, serverName must be defined, so a default value should be set if it is not.

wiktor-karczewski commented 3 years ago

I confirm, once the empty motd in server.properties` was filled, problem cleared.