Skip to content
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

移动端进入游戏提示:"登录异常,请稍后再试。错误代码:1001_1" | Mobile game prompt: "Login exception, please try again later. Error code: 1001_1" #100

Open
XiaoCllopt opened this issue Aug 24, 2024 · 0 comments

Comments

@XiaoCllopt
Copy link

XiaoCllopt commented Aug 24, 2024

我把LunarCore布置到了我的服务器上面运行,我使用的LunarCore版本是2024-08-13,再此之前,我在本地电脑布置过LunarCore,并且运行正常可以进入游戏,但是我把本地的文件放入服务器里面,并且修改了publicAddress为服务器的IP地址,但是登录正常,就在我进入游戏时弹窗提示"登录异常,请稍后再试。错误代码:1001_1"

I set up LunarCore to run on my server, and the LunarCore version I am using is 2024-08-13. Before that, I had set up LunarCore on my local computer and it was running normally to enter the game. However, I put the local files into the server and changed the publicAddress to the server's IP address, but the login was normal. Just when I entered the game, a pop-up message appeared saying "Login exception, please try again later. Error code: 1001_1"

这是我的config.json的内容

This is the content of my config.json file
{
"accountDatabase": {
"uri": "mongodb://localhost:27017",
"collection": "lunarcore",
"useInternal": false
},
"gameDatabase": {
"uri": "mongodb://localhost:27017",
"collection": "lunarcore",
"useInternal": false
},
"internalMongoServer": {
"address": "localhost",
"port": 27017,
"filePath": "database.mv"
},
"useSameDatabase": true,
"keystore": {
"path": "./keystore.p12",
"password": ""
},
"httpServer": {
"useSSL": false,
"regionListRefresh": 60000,
"bindAddress": "0.0.0.0",
"bindPort": 1234,
"publicAddress": "",
"publicPort": null
},
"gameServer": {
"id": "lunar_rail_test",
"name": "Lunar Core",
"description": "A LunarCore server",
"kcpInterval": 40,
"kcpTimeout": 30,
"bindAddress": "0.0.0.0",
"bindPort": 23301,
"publicAddress": "",
"publicPort": null
},
"serverOptions": {
"autoCreateAccount": true,
"sceneMaxEntites": 500,
"maxCustomRelicLevel": 15,
"unlockAllChallenges": true,
"spendStamina": true,
"staminaRecoveryRate": 300,
"staminaReserveRecoveryRate": 1080,
"startTrailblazerLevel": 1,
"autoUpgradeWorldLevel": true,
"language": "EN",
"defaultPermissions": [
"*"
],
"maxPlayers": -1,
"serverFriendInfo": {
"name": "Server",
"signature": "Type /help for a list of commands",
"level": 1,
"headIcon": 201001,
"chatBubbleId": 0,
"displayAvatars": [
{
"avatarId": 1001,
"level": 1
}
]
},
"welcomeMail": {
"title": "Welcome to a LunarCore server",
"sender": "Server",
"content": "Welcome to Lunar Core! Please take these items as a starter gift. For a list of commands, type /help in the server chat window. Check out our \u003ca type\u003dOpenURL1 href\u003dhttps://discord.gg/cfPKJ6N5hw\u003eDiscord\u003c/a\u003e and \u003ca type\u003dOpenURL1 href\u003dhttps://github.com/Melledy/LunarCore\u003eGithub\u003c/a\u003e for more information about the server.",
"attachments": [
{
"id": 2,
"count": 1000000
},
{
"id": 101,
"count": 100
},
{
"id": 102,
"count": 100
},
{
"id": 1001,
"count": 1
},
{
"id": 1002,
"count": 1
}
]
}
},
"serverTime": {
"spoofTime": false,
"spoofDate": "15-01-2024 08:00:00"
},
"serverRates": {
"exp": 1.0,
"credit": 1.0,
"jade": 1.0,
"material": 1.0,
"equip": 1.0
},
"logOptions": {
"commands": true,
"connections": true,
"packets": false,
"filterLoopingPackets": false
},
"resourceDir": "./resources",
"dataDir": "./data"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant