This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

Invalid Callback Exception ICE and Java


Tiim
 Share

Recommended Posts

Hello everybody


I want to write a bot that notifies me when someone joins my mumble server.

For that I would like to use the ICE callbacks instead of querying the server every minute, but

I can't get these callbacks to work. I tried porting the python code from testcallback.py to java. But unfortunately

the addCallback method on the Server object throws an Murmur.InvalidCallbackException.


[HERE] is my code. You can run the ICE module alone by specifying ch.tiim.murmur.IceController as main class.


I would really appreciate any help.


-Tiim


EDIT: Changed the link so it wouldn't break on my next commit

Link to comment
Share on other sites

 Share

×
×
  • Create New...