Has anyone seen this error before? We're trying the GameAnalytics plugin

Hi 

Has anyone hit errors like the one below when trying to use the GameAnalytics plugin on android?

01-29 17:11:47.318: I/Corona(4619): Runtime error

01-29 17:11:47.318: I/Corona(4619): module ‘socket_core’ not found:resource (socket_core.lu) does not exist in archive

01-29 17:11:47.318: I/Corona(4619):     no field package.preload[‘socket_core’]

01-29 17:11:47.318: I/Corona(4619):     no file ‘(null)/socket_core.lua’

01-29 17:11:47.318: I/Corona(4619):     no file ‘(null)/socket_core.lua’

01-29 17:11:47.318: I/Corona(4619):     no file ‘/data/data/net.studycat.dev.FEC864_android/lib/libsocket_core.so’

01-29 17:11:47.318: I/Corona(4619):     no file ‘./socket_core.so’

01-29 17:11:47.318: I/Corona(4619):     no file ‘(null)/socket_core.so’

01-29 17:11:47.318: I/Corona(4619): stack traceback:

01-29 17:11:47.318: I/Corona(4619):     [C]: ?

01-29 17:11:47.318: I/Corona(4619):     [C]: in function ‘require’

01-29 17:11:47.318: I/Corona(4619):     ?: in function <?:982>

01-29 17:11:47.318: I/Corona(4619):     (tail call): ?

01-29 17:11:47.318: I/Corona(4619):     ?: in main chunk

01-29 17:11:47.318: I/Corona(4619):     [C]: ?

01-29 17:11:47.318: I/Corona(4619):     [C]: in function ‘require’

01-29 17:11:47.318: I/Corona(4619):     ?: in function <?:982>

01-29 17:11:47.318: I/Corona(4619):     (tail call): ?

01-29 17:11:47.318: I/Corona(4619):     …op/Plugin/android/…/shared/plugin_gameanalytics.lua:134: in function ‘socketNetworkStatus’

01-29 17:11:47.318: I/Corona(4619):     …op/Plugin/android/…/shared/plugin_gameanalytics.lua:155: in main chunk

01-29 17:11:47.318: I/Corona(4619):     …

01-29 17:11:47.318: I/Corona(4619):     ?: in function <?:982>

01-29 17:11:47.318: I/Corona(4619):     (tail call): ?

01-29 17:11:47.318: I/Corona(4619):     ?: in function ‘new’

01-29 17:11:47.318: I/Corona(4619):     ?: in function ‘new’

01-29 17:11:47.318: I/Corona(4619):     ?: in main chunk

01-29 17:11:47.318: I/Corona(4619):     [C]: in function ‘require’

01-29 17:11:47.318: I/Corona(4619):     ?: in function ‘require’

01-29 17:11:47.318: I/Corona(4619):     ?: in function ‘_listener’

01-29 17:11:47.318: I/Corona(4619):     ?: in function <?:141>

01-29 17:11:47.318: I/Corona(4619):     ?: in function <?:218>

01-29 17:11:47.318: I/Corona(4619): Output multiple:     Ignoring the unhandled error >>>

You haven’t named the library that you’re trying to ‘require’ properly.

I’ve double checked all requires and they look fine to me.

Is there anything wrong with this line?

local socket = require(“socket”)

Ok found my problem, it’s specific to our project.

We fiddled with the require function and broke it buy overriding it.

Thanks.

You haven’t named the library that you’re trying to ‘require’ properly.

I’ve double checked all requires and they look fine to me.

Is there anything wrong with this line?

local socket = require(“socket”)

Ok found my problem, it’s specific to our project.

We fiddled with the require function and broke it buy overriding it.

Thanks.