Closed nijikon closed 6 years ago
Actually it happens on local lyaml = require "lyaml"
@gvvaughan any obvious pointers?
It’s trying to load the std._debug module to determine whether or not strict variables, runtime function argument checking and others are required (I did this to avoid looking at _G._DEBUG which is a global potentially used by the caller or another library).
I think installing std._debug into your LUA_PATH will work around the issue for now, but i’ll work on having sensible defaults when it’s missing rather than causing a runtime error in the next few days.
@gvvaughan thanks!
When I try to load yaml in my
openresty
withlocal settings = lyaml.load(tenant.settings)
it generates this error for me.nginx version: openresty/1.13.6.1