Skip to content

Members' Currently Playing World Data Not Handled #1

@hermaplusplus

Description

@hermaplusplus

When a member is playing on a server, the world they are on is sometimes returned - this is not handled by the project. A hotfix has been issued to return already parsed member data when encountering a world data identifier.

Example:

general
	key = "EXPUNGED"
	ckey = "EXPUNGED"
	gender = "EXPUNGED"
	joined = "EXPUNGED"
	online = 1
world/1
	name = "EXPUNGED"
	path = "EXPUNGED"
	hub_url = "EXPUNGED"
	icon = "EXPUNGED"
	small_icon = "EXPUNGED"
	banner = "EXPUNGED"
	status = "EXPUNGED"
	players = 1

Data expunged for privacy.

A solution should result in a data format similar to:

{
	"key": "EXPUNGED"
	"ckey": "EXPUNGED"
	"gender": "EXPUNGED"
	"joined": "EXPUNGED"
	"online": true
	"worlds": [
		"name": "EXPUNGED"
		"path": "EXPUNGED"
		"hub_url": "EXPUNGED"
		"icon": "EXPUNGED"
		"small_icon": "EXPUNGED"
		"banner": "EXPUNGED"
		"status": "EXPUNGED"
		"players": 1
	]
}

Data expunged for privacy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions