25.07.2019, 08:16
Do you have anything in Error log tab? You should also log function return values manually. Usually the first returned value is resulting status and second argument contains error message where applicable.
Code:
C3 = require('user.c3')
res, err = C3.connect("1.1.1.1")
log(res, err)