-
Notifications
You must be signed in to change notification settings - Fork 54
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
attempt to call method 'watch' (a nil value) #53
Comments
|
please take a look at this test case, confirm you are using with right way: if you still have a problem, please provide your mini case. |
|
`local etcd, err = require("resty.etcd").new({protocol = "v3"}) if not body_chunk_fun then local idx = 0 ` The log: web |
the error log is if you use please take a mini case like this one: https://github.com/iresty/lua-resty-etcd/blob/5e3037f94d3fd350e7d6ce1d29f93d93edc6d522/t/v3/key.t#L125 We do not know what is the value in your etcd. If you need help, please provide an example that can reproduce the problem. |
** attempt to call method 'watch' (a nil value)**
The text was updated successfully, but these errors were encountered: