frandallfarmer / neohabitat

Repository for the NeoClassical Habitat Server Project
http://neohabitat.org
MIT License
228 stars 42 forks source link

BUG: Pawn Machine currently out of order #299

Open StuBlad opened 6 years ago

StuBlad commented 6 years ago

If you try to PUT an object into a Pawn Machine that is listed in pawn_values, it will return with "err":0 regardless.

In the following instance, I was attempting to PUT a Spray Can into the pawn and getting the error beep.

Server Log Jan 19 22:13:31 ubuntu-xenial run[1998]: - 2018/01/19 22:13:31.897 MSG comm-cli : TCP(39) -> {"to":"user-stu-8698252944752012680","op":"POSTURE","pose":255}

Jan 19 22:13:32 ubuntu-xenial run[1998]: - 2018/01/19 22:13:32.531 MSG comm-cli : TCP(39) -> {"to":"i-64177724752324562708698252944752012680","op":"PUT","containerNoid":14,"x":14,"y":139,"orientation":0}

Jan 19 22:13:32 ubuntu-xenial run[1998]: - 2018/01/19 22:13:32.532 MSG comm-cli : TCP(39) <- {"type":"reply", "noid":20, "filler":0, "err":0}

Bridge Log Jan 19 22:13:31 ubuntu-xenial run[2016]: debug: client (41:Stu) -> [noid:22 request:6 seq:13 ... [255]]

Jan 19 22:13:31 ubuntu-xenial run[2016]: debug: {"to":"user-stu-8698252944752012680","op":"POSTURE","pose":255} -> server (41:Stu)

Jan 19 22:13:32 ubuntu-xenial run[2016]: debug: client (41:Stu) -> [noid:20 request:2 seq:14 ... [14,14,139,0]]

Jan 19 22:13:32 ubuntu-xenial run[2016]: debug: {"to":"i-6417772475232456270-8698252944752012680","op":"PUT","containerNoid":14,"x":14,"y":139,"orientation":0} -> server (41:Stu)

Jan 19 22:13:32 ubuntu-xenial run[2016]: debug: server (41:Stu) -> {"type":"reply","noid":20,"filler":0,"err":0}

Jan 19 22:13:32 ubuntu-xenial run[2016]: debug: [85,238,20,0,0,null] -> client (41:Stu)

frandallfarmer commented 6 years ago

Jason ( @TheCarlSaganExpress ) - please check to see if this is an adjacency check problem. This worked at one time or another.

TheCarlSaganExpress commented 6 years ago

@frandallfarmer I'll check it out tonight.