-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot open shared object file? #2
Comments
I didn't add libinjection in my system library path. Issue was fixed after adding it. |
Unfortunately, I'm now running into 500 Internal Server Error when I send a GET request.
Please guide me on how to proceed further. This is my configuration |
how to add libinjection in my system library path?? |
@TSK-37 |
i have the same problem "500 Internal Server Error" to GET a request. @TSK-37 @ror6ax |
|
thanks for guide,I have already install the plugin successful,,,but now i have the same problem as u , 500 Internal Server Error and {"message":"An unexpected error occurred"} @TSK-37 |
this is error logs: |
I used lualocks make to deploy Kong_ The injection plug-in always reports attempt to index local 'handler' (a Boolean value) when I start. Can you give me some guidance? thank you. |
Is this plug-in compatible with version 1.4.2? Looking forward to your reply, thank you |
Is this plug-in compatible with version 1.4.2? Looking forward to your reply, thank you @ror6ax |
I'm trying to implement your plugin. I ran into the issue stated in Issue #1, and made the necessary changes. I then started the Kong API and got this error.
Please guide me on how to proceed further.
This is my configuration
-Ubuntu 18.04
-Kong API 0.13.1
-Lua 5.1.5 (I have changed the dependency from Lua 5.3.4 to Lua 5.1 and above, in the rockspec file)
-LuaJIT 2.1.0
-lua-resty-injection 1.0-1
The text was updated successfully, but these errors were encountered: