Oh, thank you so much))
@britzl It seems like there is an issue with go.get crashing the engine instead of just calling an error though.
-
go.get("/test_go", "bob")
--> Error: ‘/test_go’ does not have any property called ‘bob’ -
go.get(hash("/test_go"), "bob")
--> Crashes. -
go.get(msg.url("/test_go"), "bob")
– > Error: bad argument #1 to ‘?’ (string expected, got userdata) -
go.get(msg.url("/test_go"), "position")
--> Works fine.
1 Like
he already fixed
Yes, this is bad. We’ll look into it tomorrow.
1 Like
Created Issue-4286