Hi guys, I am just starting out and installed Coronium on Digital Ocean (Ubuntu) last night. I can log into my Admin just fine. When I tried to run the below simple codes:
local mc = require( “mod_coronium” )
mc:init({ appId = “104.236.92.29”, apiKey = “myAPI Key” })
mc:appOpened()
I get this error:
2016-04-01 22:43:22.764 Corona Simulator[990:26305] ERROR: network request failed: http://104.236.92.29/1/analytics/opened [-1005: The network connection was lost.]
Apr 01 10:43:22.765: error: Timed out
Apr 01 10:43:22.766: errorCode: -1
Can anyone please give me some ideas about what might be causing this problem, and where I should begin looking? I’m just starting out so don’t really have any idea what’s happening here. :huh:
PS. Do I need to add a domain first for this to work? Currently I don’t have a domain name yet.