Debug library not accessible: attempt to index a nil value (global 'debug')
#448
Unanswered
ashvinsharma
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use lua-http in vector, but I got this error-
I debugged a little and found it broke at this line
Can I do anything to make mlua have access to debug std library?
NOTE
I tried to run this lua-http library in a clean docker image containing lua5.4 and it runs perfectly fine. Here's that dockerfile-
And I ran the following commands
This would otherwise break on the first line with mlua.
Beta Was this translation helpful? Give feedback.
All reactions