MistOfTheKnight reports: https://github.com/todada/colo ... #363

Open
opened 2021-03-23 19:29:44 +00:00 by yourland-report · 1 comment

MistOfTheKnight reports a bug:

https://github.com/todada/colored_beds

Player position:

{
	y = 3.5,
	x = 1502.3220214844,
	z = 2463.5
}

Player look:

{
	y = -0.35314828157425,
	x = -0.81794875860214,
	z = 0.45414331555367
}

Player information:

{
	min_rtt = 0.18400000035763,
	max_rtt = 10.121000289917,
	connection_uptime = 13951,
	lang_code = "",
	address = "::ffff:73.109.39.70",
	formspec_version = 4,
	protocol_version = 39,
	avg_rtt = 0.1879999935627,
	min_jitter = 0,
	ip_version = 6,
	max_jitter = 9.9250001907349,
	avg_jitter = 0.0010000020265579
}

Player meta:

{
	fields = {
		["3d_armor_inventory"] = "return {\"3d_armor:chestplate_steel 1 5920\", \"3d_armor:helmet_steel 1 160\", \"3d_armor:leggings_steel 1 5920\", \"shields:shield_steel 1 5920\", \"3d_armor:boots_steel 1 5920\", \"\"}",
		xp_redo_hud_color = "0xe11584",
		yl_church = "return {[\"last_death\"] = {[\"y\"] = 4, [\"x\"] = 1502, [\"z\"] = 2469}, [\"last_death_portal\"] = 1616526692}",
		played_time = "122797",
		["stamina:level"] = "17",
		xp = "10014",
		jointime = "1616098920",
		inflicted_damage = "17250",
		crafted = "1402",
		yl_commons_player_joined = "1616513868",
		digged_nodes = "7743",
		punch_count = "1670",
		died = "39",
		hud_state = "on",
		placed_nodes = "3220",
		yl_commons_player_created = "1616098920"
	}
}

Log identifier


[MOD] yl_report log identifier = rLjYkpoahZwVahsUCh8NfvFCSE1NiO7d

Profiler save:

profile-20210323T202939.json_pretty

Status:

# Server: version=5.3.0-yl, uptime=212118, max_lag=2.42888, clients={kitty, tinn, whosit, AliasAlreadyTaken, Cepheus, adrianana, alex01, FunkWizard, don_flymoor, MistOfTheKnight, Service, Glowark, Bailiff}
MistOfTheKnight reports a bug: > https://github.com/todada/colored_beds Player position: ``` { y = 3.5, x = 1502.3220214844, z = 2463.5 } ``` Player look: ``` { y = -0.35314828157425, x = -0.81794875860214, z = 0.45414331555367 } ``` Player information: ``` { min_rtt = 0.18400000035763, max_rtt = 10.121000289917, connection_uptime = 13951, lang_code = "", address = "::ffff:73.109.39.70", formspec_version = 4, protocol_version = 39, avg_rtt = 0.1879999935627, min_jitter = 0, ip_version = 6, max_jitter = 9.9250001907349, avg_jitter = 0.0010000020265579 } ``` Player meta: ``` { fields = { ["3d_armor_inventory"] = "return {\"3d_armor:chestplate_steel 1 5920\", \"3d_armor:helmet_steel 1 160\", \"3d_armor:leggings_steel 1 5920\", \"shields:shield_steel 1 5920\", \"3d_armor:boots_steel 1 5920\", \"\"}", xp_redo_hud_color = "0xe11584", yl_church = "return {[\"last_death\"] = {[\"y\"] = 4, [\"x\"] = 1502, [\"z\"] = 2469}, [\"last_death_portal\"] = 1616526692}", played_time = "122797", ["stamina:level"] = "17", xp = "10014", jointime = "1616098920", inflicted_damage = "17250", crafted = "1402", yl_commons_player_joined = "1616513868", digged_nodes = "7743", punch_count = "1670", died = "39", hud_state = "on", placed_nodes = "3220", yl_commons_player_created = "1616098920" } } ``` Log identifier ``` [MOD] yl_report log identifier = rLjYkpoahZwVahsUCh8NfvFCSE1NiO7d ``` Profiler save: ``` profile-20210323T202939.json_pretty ``` Status: ``` # Server: version=5.3.0-yl, uptime=212118, max_lag=2.42888, clients={kitty, tinn, whosit, AliasAlreadyTaken, Cepheus, adrianana, alex01, FunkWizard, don_flymoor, MistOfTheKnight, Service, Glowark, Bailiff} ```
AliasAlreadyTaken was assigned by yourland-report 2021-03-23 19:29:44 +00:00

Upon first test they threw errors.

2021-03-24 18:50:05: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'colored_beds' in callback node_on_punch(): ...worlds/Minetest_test/worldmods/colored_beds/beds_lib.lua:188: attempt to call field 'on_use' (a nil value)
2021-03-24 18:50:05: ERROR[Main]: stack traceback:
2021-03-24 18:50:05: ERROR[Main]: 	...worlds/Minetest_test/worldmods/colored_beds/beds_lib.lua:188: in function <...worlds/Minetest_test/worldmods/colored_beds/beds_lib.lua:176>
Upon first test they threw errors. ``` 2021-03-24 18:50:05: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'colored_beds' in callback node_on_punch(): ...worlds/Minetest_test/worldmods/colored_beds/beds_lib.lua:188: attempt to call field 'on_use' (a nil value) 2021-03-24 18:50:05: ERROR[Main]: stack traceback: 2021-03-24 18:50:05: ERROR[Main]: ...worlds/Minetest_test/worldmods/colored_beds/beds_lib.lua:188: in function <...worlds/Minetest_test/worldmods/colored_beds/beds_lib.lua:176> ```
AliasAlreadyTaken added the
1. kind/enhancement
2. prio/low
labels 2021-03-24 17:52:12 +00:00
flux added the
1. kind/node limit
label 2022-10-24 01:57:37 +00:00
flux added a new dependency 2022-10-28 16:44:35 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
You do not have permission to read 1 dependency
Reference: your-land/bugtracker#363
No description provided.