-
Notifications
You must be signed in to change notification settings - Fork 20
Description
While some player connects, I'm getting this error in console. I use SpongeForge Server 1.12.2 and the latest stable build of wrapper.
[2018-07-21 09:05:28] [Wrapper.py/ERROR]: �[31;40;1m'NoneType' object has no attribute 'string'�[0m
Traceback (most recent call last):
File "Wrapper.py/core/mcserver.py", line 216, in handle_server
self.readconsole(line.replace("\r", ""))
File "Wrapper.py/core/mcserver.py", line 934, in readconsole
self.login(name, eid, location, ip_addr)
File "Wrapper.py/core/mcserver.py", line 398, in login
self.vitals.players[username] = Player(username, self.wrapper)
File "Wrapper.py/api/player.py", line 247, in init
self.mojangUuid.string, root="wrapper-data/players")
AttributeError: 'NoneType' object has no attribute 'string'