lua-nginx-tarantool icon indicating copy to clipboard operation
lua-nginx-tarantool copied to clipboard

Unable to use module after 'require' (attempt to index local 'tnt' (a boolean value))

Open amdei opened this issue 7 years ago • 0 comments

This code:

local tnt = require 'tarantool'
local tar, err = tnt:new({...})

giving this error:

runtime error: /opt/lua/res_access.lua:33: attempt to index local 'tnt' (a boolean value)

as a result, module can not be used.

amdei avatar Aug 23 '17 15:08 amdei