Client side code:
mc:getObjects("Players")
From the server logs:
2016/04/03 13:03:04 [error] 965#0: \*5740 lua entry thread aborted: runtime error: /usr/local/coronium/lib/mod\_object.lua:76: bad argument #1 to 'decode' (string expected, got table) stack traceback: coroutine 0: [C]: in function 'decode' /usr/local/coronium/lib/mod\_object.lua:76: in function \</usr/local/coronium/lib/mod\_object.lua:1\>, client: 72.80.80.202, server: , request: "GET /1/objects/Players? HTTP/1.1", host: "xxx.xxx.xxx.xxx"
The error seems to go away if I supply a non-empty query table, but I want to get back all results.