This topic contains 1 reply, has 1 voice, and was last updated by  bceamer 8 years, 11 months ago.

attempt to index global 'Server' (a nil value)

  • I’m trying to stop a channel after a script has run by:

    test = Server:stopChannel{name=”TranslatorTOFile”}

    But getting
    attempt to index global ‘Server’ (a nil value)

    Any ideas?

    Ok, apparently a line of code similar to this helps:

    local Server = iguanaServer.connect{url=’192.168.1.12:6543′, username=’admin’, password=’password’}

    Im an old fashioned guy, I want PDF documentation in one place that handles all this

You must be logged in to reply to this topic.