Object [net.user1.union.script.a@5329645a] requested a callback [handleEvent] for Event [ADD_CLIENT] but does not implement the callback method.

Added by Thijs Triemstra 626 days ago

I'm getting this error with union alpha 7 and Java 1.6/Jython 2.5.1 on OSX 10.6.2:
http://pastebin.com/teZbgFBy

with this python script:
http://pastebin.com/W3d341Y6

It prints fine:

print onRoomAddClient
<function onRoomAddClient at 0x2>

So maybe it's only exposing 2 methods properly (init and shutdown)?

Cheers,

Thijs


Replies

RE: Object [net.user1.union.script.a@5329645a] requested a callback [handleEvent] for Event [ADD_CLIENT] but does not implement the callback method. - Added by derek clayton 622 days ago

Thanks for the report Thijs. This is fixed in Alpha 8.

Derek