We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const invoker = new ZD.Invoker( 'dubbo://[host]/[port]/[path]?interface=[path]&methods=[methods]', {path: [path]} ) 必须在参数中指定path字段否则报错
The text was updated successfully, but these errors were encountered:
{ NO_NODE: Exception: NO_NODE[-101] at emitOne (events.js:116:13) at Socket.emit (events.js:211:7) at addChunk (_stream_readable.js:263:12) at readableAddChunk (_stream_readable.js:250:11) at Socket.Readable.push (_stream_readable.js:208:10) at TCP.onread (net.js:594:20) code: -101, name: 'NO_NODE', path: undefined, message: 'Exception: NO_NODE[-101]' }
这个是什么问题呢?我向刚才上面那样设置也不能成功
Sorry, something went wrong.
@yueyangxiaoyi 看看这个错误是哪个模块报出的,我猜可能是 zookeeper 节点没找到
No branches or pull requests
const invoker = new ZD.Invoker(
'dubbo://[host]/[port]/[path]?interface=[path]&methods=[methods]',
{path: [path]}
)
必须在参数中指定path字段否则报错
The text was updated successfully, but these errors were encountered: