-
Notifications
You must be signed in to change notification settings - Fork 80
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
初始化成功 配置完 interface 后 访问dependencies下接口方法抛出异常 #97
Comments
Dubbo.provider.upload().then(console.log).catch(console.error); |
楼主你说的那个问题有没解决啊 |
当时没解决 提了issues和给owner发了邮件没回,后改用拿java的jar包,node用eggjs相关配合egg-dubbbo-rpc、egg-rpc-generator等插件自行解析的jar包方法使用 |
如果不由node层自行解析jar包而该仓库使用过程有问题的话可以尝试使用 |
我也出现了这个问题,有解决的吗 |
(node:97667) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:97667) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered: