-
Notifications
You must be signed in to change notification settings - Fork 3
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
请教下lordofpomelo的问题 #1
Comments
@hw233 如果运行有什么问题可以把问题抛出来一块看下怎么解决,那个仓库不打算再做更新了。 |
用你的这个demo在game-server下运行只有这两行日志 [2017-12-14 22:51:23.908] [INFO] pomelo - [/root/nodejs/lordofpomelo_bak/game-server/node_modules/pomelo/lib/application.js] application inited: "master-server-1" [2017-12-14 22:51:24.133] [INFO] console - [data sync component] load mapping file done. 如果果官方的demo注册账号没问题,但登陆会有个这样的错误 `[2017-12-14 22:56:26.656] [INFO] console - [2017-12-14 22:56:26.655] [ERROR] pomelo-rpc - [mqtt-acceptor] process rpc message error TypeError: callback is not a function [2017-12-14 22:56:26.658] [INFO] console - [2017-12-14 22:56:26.657] [WARN] pomelo-rpc - [mqtt-mailbox] timer is not exsits, serverId: connector-server-1 remote: undefined, host: 127.0.0.1, port: 3650 [2017-12-14 22:56:29.561] [ERROR] pomelo - [/Users/zqb/Desktop/lab/nodejs/pomelo/lordofpomelo_neteasy/game-server/node_modules/pomelo/lib/filters/handler/timeout.js] request "connector.entryHandler.entry" timeout. [2017-12-14 22:56:56.565] [INFO] console - [2017-12-14 22:56:56.564] [ERROR] pomelo-rpc - [mqtt-mailbox] rpc connector-server-1 callback timeout 30000, remote server 0 host: 127.0.0.1, port: 3650 [2017-12-14 22:56:56.565] [INFO] console - [2017-12-14 22:56:56.565] [ERROR] pomelo-rpc - [MailStation] [pomelo-rpc] fail to send message Error: rpc connector-server-1 callback timeout 30000, remote server 0 host: 127.0.0.1, port: 3650 [2017-12-14 22:56:56.566] [INFO] console - [2017-12-14 22:56:56.566] [ERROR] pomelo-rpc - [failprocess] rpc failed with error, remote server: auth-server-1, msg: {"namespace":"user","serverType":"auth","service":"authRemote","method":"auth","args":["54336e7af8f79e4543882121ffed004c"]}, error code: 5 |
|
现在官方最新的lordofpomelo demo和你改的那个demo都不能正常运行,能不能麻烦你把你的这个lordofpomelo更新到直接安装就可以运行,因为之前是搞c++、python方面的,对nodejs还不是太熟,希望得到你的解答。
The text was updated successfully, but these errors were encountered: