Hello,
I am having an issue running tv:start() on a connected ejabberd process. This is what I did:
1. Start ejabberd: This worked fine
2. Start ejabberdctl debug: This worked fine as it connected to by localhost node and start erlang/otp 17
3. From inside the Erlang prompt when I typed: tv:start(). I get this error
** exception error: undefined function tv:start/0
What am I doing wrong?
Regards,
Will