I'm trying to run im() so I can step through code as described here:
However, when I run im() I get the error message "Call to i:im() in application debugger failed". There is nothing in the logs related to the error.
Any thoughts?
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
I'm trying to run im() so I can step through code as described here:
However, when I run im() I get the error message "Call to i:im() in application debugger failed". There is nothing in the logs related to the error.
Any thoughts?
Maybe you don't have
Maybe you don't have installed i.beam, so you can't run i:im().
How to check if it's available:
Or maybe the window can't be opened because you start it as root. See two solutions here:
http://www.ejabberd.im/node/4790#comment-57529