You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was fault when run lua interp.lua on lua5.2.3:
lua: interp.lua:2: attempt to index global 'socket' (a nil value)
to fix this problem, add "lcoal socket = " at the start of the first line of interp.lua .