Skip to content

Error while players connect #617

Description

@kirr9999

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions