Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

TERA API (node.js), Shop and Launcher with Client Patcher

TERA Foundation
[VIP] Member
Joined
Jun 3, 2020
Messages
487
Reaction score
781
hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


Updated to Version 104.0.5112.81 (Official Build) (64 bits) and still the same behavior
I think it's fixed:
Please update the file src\views\launcherLoginForm.ejs and check.
 
Last edited:
Joined
Mar 29, 2019
Messages
1,012
Reaction score
1,147
If you are using a clean database from 00_db_schema.sql, you do not need to install 00_update.sql. This file is only needed to upgrade the database from a previous version of the API. This is not required for new installations.

Yep, when you said "from previous version of API" i just figure out why the hell it not worked for me, i just wanted to start with a clean db ignoring the first sentence of "update"

Now i'm trying to log in and i'm getting the following error

"REGION" is not defined

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums




Make sure you update all launcher files (public\launcher folder). Also you need to clear Internet Explorer cache.

Yes, i did a clean of public\launcher and src like you said

1. Replace the file package.json with new one and run install.bat file.
2. Completely delete the src directory and add it with a new one from the update.
3. Replace all files in the public\launcher directory with new ones.
4. Replace all files in the config directory with new ones (make your own settings if necessary).

Cleaned inet cache from inetcpl.cpl (i do not have IExplorer - Win11) and still get the 404 from POST /tera/LauncherLoginForm?lang=en



This double post is killing me lol

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


The app.js i have is the same, anyways i redownloaded and place everything again and still nothing



Also you can try to open in Chrome browser and test login.


hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums




And here ?

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


Even there lol

There's no pop up for not type username and password, that's weird (although I don't remember if there was one XD)



Don't have this problem in latest chrome. Check the javascript error log in the browser.

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


Updated to Version 104.0.5112.81 (Official Build) (64 bits) and still the same behavior

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums




I think it's fixed:
Please update the file src\views\launcherLoginForm.ejs and check.

Yes, with that fix it was resolved...it worked instantly

Even the pop up for not enter the username and password appears again

You're the best!
 
Joined
Mar 29, 2019
Messages
1,012
Reaction score
1,147
Ok, time to test everything else...

Somehow it's not working for me

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


From chrome is reachable..

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


--

Looks like the thread is bugged, or at least for me

There's no shop request from arb_gw and api neither



@hsdn It not makes any sense, but deleting the entire line after a server restart did the trick. Thank you for your support...i'll keep testing

And yes, i restarted the server several times thinking it was the server too
 
Last edited:
TERA Foundation
[VIP] Member
Joined
Jun 3, 2020
Messages
487
Reaction score
781
Check your arb_gw log. At the time of the Shop window opening, you should receive something like this:
Code:
[2022/08/06 22:04:46.816] RequestAuthkey {"Return":true,"ReturnCode":0,"Msg":"success","Tokken":"7cee7cbe-1111-4fc8-1111-e63db1018387"}
[2022/08/06 22:04:46.822] REQUEST_SHOP_TOKEN 1:95 [36]
And API side log:
Code:
[2022-08-06 22:04:46.816] (info) Arbiter API: POST /authApi/RequestAuthkey 200 - 3.487 ms
[2022/08/06 22:04:47.124] (info) Portal API: GET /tera/ShopAuth?authKey=7cee7cbe-1111-4fc8-1111-e63db1018387 302 - 3.374 ms
[2022/08/06 22:04:47.137] (info) Portal API: GET /tera/ShopMain 200 - 3.117 ms
 
Last edited:
Joined
Mar 29, 2019
Messages
1,012
Reaction score
1,147
Check your arb_gw log. At the time of the Shop window opening, you should receive something like this:
Code:
[2022/08/06 22:04:46.816] RequestAuthkey {"Return":true,"ReturnCode":0,"Msg":"success","Tokken":"7cee7cbe-1111-4fc8-1111-e63db1018387"}
[2022/08/06 22:04:46.822] REQUEST_SHOP_TOKEN 1:95 [36]
And API side log:
Code:
[2022-08-06 22:04:46.816] (info) Arbiter API: POST /authApi/RequestAuthkey 200 - 3.487 ms
[2022/08/06 22:04:47.124] (info) Portal API: GET /tera/ShopAuth?authKey=7cee7cbe-1111-4fc8-1111-e63db1018387 302 - 3.374 ms
[2022/08/06 22:04:47.137] (info) Portal API: GET /tera/ShopMain 200 - 3.117 ms

There's no request in both API/arb_gw

Code:
[2022/08/06 09:48:26.447] build : Sep 16 2020, 17:25:33, LOG_LEVEL : 5
[2022/08/06 09:48:26.447] Process URL [http://127.0.0.1:8080/api]
[2022/08/06 09:48:26.463] Host: [127.0.0.1] Port: 8080 /api/
[2022/08/06 09:48:26.463] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.463] Process URL [http://127.0.0.1:8080/]
[2022/08/06 09:48:26.479] Host: [127.0.0.1] Port: 8080 /
[2022/08/06 09:48:26.479] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.479] Start request to host [127.0.0.1:8080] 9ddf94
[2022/08/06 09:48:26.479] REST Socket closed. Reconnect [9ddf94]
[2022/08/06 09:48:26.494] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:48:26.494] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.557] Http result: 200, Size: 15, Error: 0 [9ddf94]
[2022/08/06 09:48:26.572] RequestAPIServerStatusAvailable {"Return":true}
[2022/08/06 09:48:26.572] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 09:48:26.572] REST Socket closed. Reconnect [9de834]
[2022/08/06 09:48:26.572] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:48:26.572] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.588] Http result: 200, Size: 46, Error: 0 [9de834]
[2022/08/06 09:48:26.588] ServiceTest {"result_code":0,"server_time":1659797306.588}
[2022/08/06 09:48:26.604] REST test passed
[2022/08/06 09:48:26.604] Wait for arbiter on port 10001
Server ready
[2022/08/06 09:50:05.016] 9 bytes read on 11c
[2022/08/06 09:50:05.025] Arbiter 2800 connected
[2022/08/06 09:50:05.027] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 09:50:05.032] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 09:50:05.043] REST keep-alive timeout. disconnect connection
[2022/08/06 09:50:05.051] REST Socket closed. Reconnect [9de834]
[2022/08/06 09:50:05.056] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:50:05.060] Resolving result 127.0.0.1:8080
[2022/08/06 09:50:05.089] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 09:50:05.097] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 09:50:05.103] Server stat 00000000
[2022/08/06 09:50:05.106] Hub 127.0.0.1:11001 connected
[2022/08/06 09:50:05.110] 9 bytes written on 128
[2022/08/06 09:50:05.114] 6 bytes read on 128
[2022/08/06 09:50:05.118] Server registered with 0:2800
[2022/08/06 09:50:05.133] Timezone value 18000
[2022/08/06 09:50:05.136] Handler for class UserLoginReq registered
[2022/08/06 09:50:05.140] Handler for class UserLogoutReq registered
[2022/08/06 09:50:05.147] Handler for class QueryUserReq registered
[2022/08/06 09:50:05.152] Handler for class StartChargeUserReq registered
[2022/08/06 09:50:05.156] Handler for class SendCommandUserReq registered
[2022/08/06 09:50:05.162] Handler for class SendCommandUserAns registered
[2022/08/06 09:50:05.166] Handler for class SendMessageAns registered
[2022/08/06 09:50:05.169] Handler for class DumpUserAns registered
[2022/08/06 09:50:05.171] Handler for class SvrMsgReq registered
[2022/08/06 09:50:05.174] Handler for class QueryShopInfoReq registered
[2022/08/06 09:50:05.180] 11 bytes written on 11c
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:51:05.200] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 10:00:05.303] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:00:05.303] REST keep-alive timeout. disconnect connection
[2022/08/06 10:00:05.303] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:00:05.318] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:00:05.318] Resolving result 127.0.0.1:8080
[2022/08/06 10:00:05.334] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 10:00:05.334] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 10:00:05.334] Server stat 00000000
[2022/08/06 10:01:05.323] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 10:01:05.323] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:05.323] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:05.323] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:01:05.339] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:05.339] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:05.354] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 10:01:05.354] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 10:01:05.354] Server stat 00000000
[2022/08/06 10:01:39.353] Handle UserLoginReq
[2022/08/06 10:01:39.353] GameAuthenticationLogin post data : {"authKey":"c55ad5b6-20ef-4975-8ad8-fc7ac1e0058b","clientIP":"10.0.0.2","serviceCode":"PCO012","userNo":1}


[2022/08/06 10:01:39.353] Start request to host [127.0.0.1:8080] 9ddf94
[2022/08/06 10:01:39.368] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:39.368] REST Socket closed. Reconnect [9ddf94]
[2022/08/06 10:01:39.368] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:39.385] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:39.401] Http result: 200, Size: 46, Error: 0 [9ddf94]
[2022/08/06 10:01:39.408] GameAuthenticationLogin {"Return":true,"ReturnCode":0,"Msg":"success"}
[2022/08/06 10:01:39.414] GetUserInfo post data : {"ip":"10.0.0.2","server_id":2800,"serviceCode":"PCO012","user_srl":1}


[2022/08/06 10:01:39.423] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:39.427] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:39.432] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:01:39.436] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:39.439] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:39.448] Http result: 200, Size: 231, Error: 0 [9de834]
[2022/08/06 10:01:39.464] GetUserInfo {"result_code":0,"privilege":0,"permission":0,"last_connected_server":2800,"last_play_time":1659771715,"logout_time_diff":742,"char_count_info":"2800|2800,8|","benefit":[[33,27644326],[333,27644326],[334,27644326],[1000,27644326]]}
[2022/08/06 10:01:39.479] User Benefit 1 33 27644326
[2022/08/06 10:01:39.479] User Benefit 1 333 27644326
[2022/08/06 10:01:39.479] User Benefit 1 334 27644326
[2022/08/06 10:01:39.479] User Benefit 1 1000 27644326
[2022/08/06 10:01:39.495] User Login 1 00000000 00000000
[2022/08/06 10:01:39.495] arb_gw_tw2.cpp(291):[ToDo] UserLoginReq 0200000a:1 2130361516928
[2022/08/06 10:01:39.495] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:39.511] SendMessageReq to 255:0 496:57738112
[2022/08/06 10:01:39.511] RecvMessageReq from 255:0 2130361516928
[2022/08/06 10:01:39.526] Handle Message proto_uent_arb:LoginUserAns
[2022/08/06 10:01:39.526] User IP 10.0.0.2
[2022/08/06 10:01:39.526] EnterGame post data : {"ip":"10.0.0.2","server_id":2800,"serviceCode":"PCO012","user_srl":1}


[2022/08/06 10:01:39.526] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:39.542] REST Reusing existed connection [9de834]
[2022/08/06 10:01:39.573] Http result: 200, Size: 17, Error: 0 [9de834]
[2022/08/06 10:01:39.573] EnterGame {"result_code":0}
[2022/08/06 10:01:39.573] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:39.589] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:40.259] Handle StartChargeUserReq
[2022/08/06 10:02:05.344] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}



Check your arb_gw log. At the time of the Shop window opening, you should receive something like this:
Code:
[2022/08/06 22:04:46.816] RequestAuthkey {"Return":true,"ReturnCode":0,"Msg":"success","Tokken":"7cee7cbe-1111-4fc8-1111-e63db1018387"}
[2022/08/06 22:04:46.822] REQUEST_SHOP_TOKEN 1:95 [36]
And API side log:
Code:
[2022-08-06 22:04:46.816] (info) Arbiter API: POST /authApi/RequestAuthkey 200 - 3.487 ms
[2022/08/06 22:04:47.124] (info) Portal API: GET /tera/ShopAuth?authKey=7cee7cbe-1111-4fc8-1111-e63db1018387 302 - 3.374 ms
[2022/08/06 22:04:47.137] (info) Portal API: GET /tera/ShopMain 200 - 3.117 ms

There's no shop request in the log from api/arb_gw

Code:
[2022/08/06 09:48:26.447] build : Sep 16 2020, 17:25:33, LOG_LEVEL : 5
[2022/08/06 09:48:26.447] Process URL [http://127.0.0.1:8080/api]
[2022/08/06 09:48:26.463] Host: [127.0.0.1] Port: 8080 /api/
[2022/08/06 09:48:26.463] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.463] Process URL [http://127.0.0.1:8080/]
[2022/08/06 09:48:26.479] Host: [127.0.0.1] Port: 8080 /
[2022/08/06 09:48:26.479] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.479] Start request to host [127.0.0.1:8080] 9ddf94
[2022/08/06 09:48:26.479] REST Socket closed. Reconnect [9ddf94]
[2022/08/06 09:48:26.494] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:48:26.494] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.557] Http result: 200, Size: 15, Error: 0 [9ddf94]
[2022/08/06 09:48:26.572] RequestAPIServerStatusAvailable {"Return":true}
[2022/08/06 09:48:26.572] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 09:48:26.572] REST Socket closed. Reconnect [9de834]
[2022/08/06 09:48:26.572] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:48:26.572] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.588] Http result: 200, Size: 46, Error: 0 [9de834]
[2022/08/06 09:48:26.588] ServiceTest {"result_code":0,"server_time":1659797306.588}
[2022/08/06 09:48:26.604] REST test passed
[2022/08/06 09:48:26.604] Wait for arbiter on port 10001
Server ready
[2022/08/06 09:50:05.016] 9 bytes read on 11c
[2022/08/06 09:50:05.025] Arbiter 2800 connected
[2022/08/06 09:50:05.027] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 09:50:05.032] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 09:50:05.043] REST keep-alive timeout. disconnect connection
[2022/08/06 09:50:05.051] REST Socket closed. Reconnect [9de834]
[2022/08/06 09:50:05.056] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:50:05.060] Resolving result 127.0.0.1:8080
[2022/08/06 09:50:05.089] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 09:50:05.097] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 09:50:05.103] Server stat 00000000
[2022/08/06 09:50:05.106] Hub 127.0.0.1:11001 connected
[2022/08/06 09:50:05.110] 9 bytes written on 128
[2022/08/06 09:50:05.114] 6 bytes read on 128
[2022/08/06 09:50:05.118] Server registered with 0:2800
[2022/08/06 09:50:05.133] Timezone value 18000
[2022/08/06 09:50:05.136] Handler for class UserLoginReq registered
[2022/08/06 09:50:05.140] Handler for class UserLogoutReq registered
[2022/08/06 09:50:05.147] Handler for class QueryUserReq registered
[2022/08/06 09:50:05.152] Handler for class StartChargeUserReq registered
[2022/08/06 09:50:05.156] Handler for class SendCommandUserReq registered
[2022/08/06 09:50:05.162] Handler for class SendCommandUserAns registered
[2022/08/06 09:50:05.166] Handler for class SendMessageAns registered
[2022/08/06 09:50:05.169] Handler for class DumpUserAns registered
[2022/08/06 09:50:05.171] Handler for class SvrMsgReq registered
[2022/08/06 09:50:05.174] Handler for class QueryShopInfoReq registered
[2022/08/06 09:50:05.180] 11 bytes written on 11c
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:51:05.200] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 10:00:05.303] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:00:05.303] REST keep-alive timeout. disconnect connection
[2022/08/06 10:00:05.303] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:00:05.318] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:00:05.318] Resolving result 127.0.0.1:8080
[2022/08/06 10:00:05.334] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 10:00:05.334] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 10:00:05.334] Server stat 00000000
[2022/08/06 10:01:05.323] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 10:01:05.323] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:05.323] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:05.323] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:01:05.339] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:05.339] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:05.354] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 10:01:05.354] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 10:01:05.354] Server stat 00000000
[2022/08/06 10:01:39.353] Handle UserLoginReq
[2022/08/06 10:01:39.353] GameAuthenticationLogin post data : {"authKey":"c55ad5b6-20ef-4975-8ad8-fc7ac1e0058b","clientIP":"10.0.0.2","serviceCode":"PCO012","userNo":1}


[2022/08/06 10:01:39.353] Start request to host [127.0.0.1:8080] 9ddf94
[2022/08/06 10:01:39.368] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:39.368] REST Socket closed. Reconnect [9ddf94]
[2022/08/06 10:01:39.368] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:39.385] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:39.401] Http result: 200, Size: 46, Error: 0 [9ddf94]
[2022/08/06 10:01:39.408] GameAuthenticationLogin {"Return":true,"ReturnCode":0,"Msg":"success"}
[2022/08/06 10:01:39.414] GetUserInfo post data : {"ip":"10.0.0.2","server_id":2800,"serviceCode":"PCO012","user_srl":1}


[2022/08/06 10:01:39.423] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:39.427] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:39.432] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:01:39.436] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:39.439] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:39.448] Http result: 200, Size: 231, Error: 0 [9de834]
[2022/08/06 10:01:39.464] GetUserInfo {"result_code":0,"privilege":0,"permission":0,"last_connected_server":2800,"last_play_time":1659771715,"logout_time_diff":742,"char_count_info":"2800|2800,8|","benefit":[[33,27644326],[333,27644326],[334,27644326],[1000,27644326]]}
[2022/08/06 10:01:39.479] User Benefit 1 33 27644326
[2022/08/06 10:01:39.479] User Benefit 1 333 27644326
[2022/08/06 10:01:39.479] User Benefit 1 334 27644326
[2022/08/06 10:01:39.479] User Benefit 1 1000 27644326
[2022/08/06 10:01:39.495] User Login 1 00000000 00000000
[2022/08/06 10:01:39.495] arb_gw_tw2.cpp(291):[ToDo] UserLoginReq 0200000a:1 2130361516928
[2022/08/06 10:01:39.495] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:39.511] SendMessageReq to 255:0 496:57738112
[2022/08/06 10:01:39.511] RecvMessageReq from 255:0 2130361516928
[2022/08/06 10:01:39.526] Handle Message proto_uent_arb:LoginUserAns
[2022/08/06 10:01:39.526] User IP 10.0.0.2
[2022/08/06 10:01:39.526] EnterGame post data : {"ip":"10.0.0.2","server_id":2800,"serviceCode":"PCO012","user_srl":1}


[2022/08/06 10:01:39.526] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:39.542] REST Reusing existed connection [9de834]
[2022/08/06 10:01:39.573] Http result: 200, Size: 17, Error: 0 [9de834]
[2022/08/06 10:01:39.573] EnterGame {"result_code":0}
[2022/08/06 10:01:39.573] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:39.589] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:40.259] Handle StartChargeUserReq
[2022/08/06 10:02:05.344] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}
 
TERA Foundation
[VIP] Member
Joined
Jun 3, 2020
Messages
487
Reaction score
781
There's no shop request from arb_gw and api neither


I think the problem is on the tera server side. After you commented out the line in DeploymentConfig.xml, the server should using the link from config_arb_gw.txt to open the Shop on client. Try to completely restart all server components.
 
Joined
Nov 14, 2001
Messages
29,404
Reaction score
21,607
There's no request in both API/arb_gw

Code:
[2022/08/06 09:48:26.447] build : Sep 16 2020, 17:25:33, LOG_LEVEL : 5
[2022/08/06 09:48:26.447] Process URL [http://127.0.0.1:8080/api]
[2022/08/06 09:48:26.463] Host: [127.0.0.1] Port: 8080 /api/
[2022/08/06 09:48:26.463] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.463] Process URL [http://127.0.0.1:8080/]
[2022/08/06 09:48:26.479] Host: [127.0.0.1] Port: 8080 /
[2022/08/06 09:48:26.479] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.479] Start request to host [127.0.0.1:8080] 9ddf94
[2022/08/06 09:48:26.479] REST Socket closed. Reconnect [9ddf94]
[2022/08/06 09:48:26.494] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:48:26.494] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.557] Http result: 200, Size: 15, Error: 0 [9ddf94]
[2022/08/06 09:48:26.572] RequestAPIServerStatusAvailable {"Return":true}
[2022/08/06 09:48:26.572] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 09:48:26.572] REST Socket closed. Reconnect [9de834]
[2022/08/06 09:48:26.572] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:48:26.572] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.588] Http result: 200, Size: 46, Error: 0 [9de834]
[2022/08/06 09:48:26.588] ServiceTest {"result_code":0,"server_time":1659797306.588}
[2022/08/06 09:48:26.604] REST test passed
[2022/08/06 09:48:26.604] Wait for arbiter on port 10001
Server ready
[2022/08/06 09:50:05.016] 9 bytes read on 11c
[2022/08/06 09:50:05.025] Arbiter 2800 connected
[2022/08/06 09:50:05.027] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 09:50:05.032] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 09:50:05.043] REST keep-alive timeout. disconnect connection
[2022/08/06 09:50:05.051] REST Socket closed. Reconnect [9de834]
[2022/08/06 09:50:05.056] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:50:05.060] Resolving result 127.0.0.1:8080
[2022/08/06 09:50:05.089] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 09:50:05.097] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 09:50:05.103] Server stat 00000000
[2022/08/06 09:50:05.106] Hub 127.0.0.1:11001 connected
[2022/08/06 09:50:05.110] 9 bytes written on 128
[2022/08/06 09:50:05.114] 6 bytes read on 128
[2022/08/06 09:50:05.118] Server registered with 0:2800
[2022/08/06 09:50:05.133] Timezone value 18000
[2022/08/06 09:50:05.136] Handler for class UserLoginReq registered
[2022/08/06 09:50:05.140] Handler for class UserLogoutReq registered
[2022/08/06 09:50:05.147] Handler for class QueryUserReq registered
[2022/08/06 09:50:05.152] Handler for class StartChargeUserReq registered
[2022/08/06 09:50:05.156] Handler for class SendCommandUserReq registered
[2022/08/06 09:50:05.162] Handler for class SendCommandUserAns registered
[2022/08/06 09:50:05.166] Handler for class SendMessageAns registered
[2022/08/06 09:50:05.169] Handler for class DumpUserAns registered
[2022/08/06 09:50:05.171] Handler for class SvrMsgReq registered
[2022/08/06 09:50:05.174] Handler for class QueryShopInfoReq registered
[2022/08/06 09:50:05.180] 11 bytes written on 11c
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:51:05.200] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 10:00:05.303] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:00:05.303] REST keep-alive timeout. disconnect connection
[2022/08/06 10:00:05.303] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:00:05.318] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:00:05.318] Resolving result 127.0.0.1:8080
[2022/08/06 10:00:05.334] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 10:00:05.334] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 10:00:05.334] Server stat 00000000
[2022/08/06 10:01:05.323] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 10:01:05.323] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:05.323] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:05.323] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:01:05.339] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:05.339] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:05.354] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 10:01:05.354] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 10:01:05.354] Server stat 00000000
[2022/08/06 10:01:39.353] Handle UserLoginReq
[2022/08/06 10:01:39.353] GameAuthenticationLogin post data : {"authKey":"c55ad5b6-20ef-4975-8ad8-fc7ac1e0058b","clientIP":"10.0.0.2","serviceCode":"PCO012","userNo":1}


[2022/08/06 10:01:39.353] Start request to host [127.0.0.1:8080] 9ddf94
[2022/08/06 10:01:39.368] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:39.368] REST Socket closed. Reconnect [9ddf94]
[2022/08/06 10:01:39.368] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:39.385] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:39.401] Http result: 200, Size: 46, Error: 0 [9ddf94]
[2022/08/06 10:01:39.408] GameAuthenticationLogin {"Return":true,"ReturnCode":0,"Msg":"success"}
[2022/08/06 10:01:39.414] GetUserInfo post data : {"ip":"10.0.0.2","server_id":2800,"serviceCode":"PCO012","user_srl":1}


[2022/08/06 10:01:39.423] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:39.427] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:39.432] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:01:39.436] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:39.439] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:39.448] Http result: 200, Size: 231, Error: 0 [9de834]
[2022/08/06 10:01:39.464] GetUserInfo {"result_code":0,"privilege":0,"permission":0,"last_connected_server":2800,"last_play_time":1659771715,"logout_time_diff":742,"char_count_info":"2800|2800,8|","benefit":[[33,27644326],[333,27644326],[334,27644326],[1000,27644326]]}
[2022/08/06 10:01:39.479] User Benefit 1 33 27644326
[2022/08/06 10:01:39.479] User Benefit 1 333 27644326
[2022/08/06 10:01:39.479] User Benefit 1 334 27644326
[2022/08/06 10:01:39.479] User Benefit 1 1000 27644326
[2022/08/06 10:01:39.495] User Login 1 00000000 00000000
[2022/08/06 10:01:39.495] arb_gw_tw2.cpp(291):[ToDo] UserLoginReq 0200000a:1 2130361516928
[2022/08/06 10:01:39.495] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:39.511] SendMessageReq to 255:0 496:57738112
[2022/08/06 10:01:39.511] RecvMessageReq from 255:0 2130361516928
[2022/08/06 10:01:39.526] Handle Message proto_uent_arb:LoginUserAns
[2022/08/06 10:01:39.526] User IP 10.0.0.2
[2022/08/06 10:01:39.526] EnterGame post data : {"ip":"10.0.0.2","server_id":2800,"serviceCode":"PCO012","user_srl":1}


[2022/08/06 10:01:39.526] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:39.542] REST Reusing existed connection [9de834]
[2022/08/06 10:01:39.573] Http result: 200, Size: 17, Error: 0 [9de834]
[2022/08/06 10:01:39.573] EnterGame {"result_code":0}
[2022/08/06 10:01:39.573] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:39.589] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:40.259] Handle StartChargeUserReq
[2022/08/06 10:02:05.344] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}





There's no shop request in the log from api/arb_gw

Code:
[2022/08/06 09:48:26.447] build : Sep 16 2020, 17:25:33, LOG_LEVEL : 5
[2022/08/06 09:48:26.447] Process URL [http://127.0.0.1:8080/api]
[2022/08/06 09:48:26.463] Host: [127.0.0.1] Port: 8080 /api/
[2022/08/06 09:48:26.463] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.463] Process URL [http://127.0.0.1:8080/]
[2022/08/06 09:48:26.479] Host: [127.0.0.1] Port: 8080 /
[2022/08/06 09:48:26.479] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.479] Start request to host [127.0.0.1:8080] 9ddf94
[2022/08/06 09:48:26.479] REST Socket closed. Reconnect [9ddf94]
[2022/08/06 09:48:26.494] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:48:26.494] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.557] Http result: 200, Size: 15, Error: 0 [9ddf94]
[2022/08/06 09:48:26.572] RequestAPIServerStatusAvailable {"Return":true}
[2022/08/06 09:48:26.572] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 09:48:26.572] REST Socket closed. Reconnect [9de834]
[2022/08/06 09:48:26.572] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:48:26.572] Resolving result 127.0.0.1:8080
[2022/08/06 09:48:26.588] Http result: 200, Size: 46, Error: 0 [9de834]
[2022/08/06 09:48:26.588] ServiceTest {"result_code":0,"server_time":1659797306.588}
[2022/08/06 09:48:26.604] REST test passed
[2022/08/06 09:48:26.604] Wait for arbiter on port 10001
Server ready
[2022/08/06 09:50:05.016] 9 bytes read on 11c
[2022/08/06 09:50:05.025] Arbiter 2800 connected
[2022/08/06 09:50:05.027] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 09:50:05.032] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 09:50:05.043] REST keep-alive timeout. disconnect connection
[2022/08/06 09:50:05.051] REST Socket closed. Reconnect [9de834]
[2022/08/06 09:50:05.056] Host: [127.0.0.1] Port: 8080
[2022/08/06 09:50:05.060] Resolving result 127.0.0.1:8080
[2022/08/06 09:50:05.089] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 09:50:05.097] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 09:50:05.103] Server stat 00000000
[2022/08/06 09:50:05.106] Hub 127.0.0.1:11001 connected
[2022/08/06 09:50:05.110] 9 bytes written on 128
[2022/08/06 09:50:05.114] 6 bytes read on 128
[2022/08/06 09:50:05.118] Server registered with 0:2800
[2022/08/06 09:50:05.133] Timezone value 18000
[2022/08/06 09:50:05.136] Handler for class UserLoginReq registered
[2022/08/06 09:50:05.140] Handler for class UserLogoutReq registered
[2022/08/06 09:50:05.147] Handler for class QueryUserReq registered
[2022/08/06 09:50:05.152] Handler for class StartChargeUserReq registered
[2022/08/06 09:50:05.156] Handler for class SendCommandUserReq registered
[2022/08/06 09:50:05.162] Handler for class SendCommandUserAns registered
[2022/08/06 09:50:05.166] Handler for class SendMessageAns registered
[2022/08/06 09:50:05.169] Handler for class DumpUserAns registered
[2022/08/06 09:50:05.171] Handler for class SvrMsgReq registered
[2022/08/06 09:50:05.174] Handler for class QueryShopInfoReq registered
[2022/08/06 09:50:05.180] 11 bytes written on 11c
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:50:05.182] Entering Main loop
[2022/08/06 09:51:05.200] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 10:00:05.303] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:00:05.303] REST keep-alive timeout. disconnect connection
[2022/08/06 10:00:05.303] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:00:05.318] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:00:05.318] Resolving result 127.0.0.1:8080
[2022/08/06 10:00:05.334] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 10:00:05.334] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 10:00:05.334] Server stat 00000000
[2022/08/06 10:01:05.323] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}


[2022/08/06 10:01:05.323] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:05.323] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:05.323] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:01:05.339] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:05.339] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:05.354] Http result: 200, Size: 32, Error: 0 [9de834]
[2022/08/06 10:01:05.354] GetServerPermission {"result_code":0,"permission":0}
[2022/08/06 10:01:05.354] Server stat 00000000
[2022/08/06 10:01:39.353] Handle UserLoginReq
[2022/08/06 10:01:39.353] GameAuthenticationLogin post data : {"authKey":"c55ad5b6-20ef-4975-8ad8-fc7ac1e0058b","clientIP":"10.0.0.2","serviceCode":"PCO012","userNo":1}


[2022/08/06 10:01:39.353] Start request to host [127.0.0.1:8080] 9ddf94
[2022/08/06 10:01:39.368] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:39.368] REST Socket closed. Reconnect [9ddf94]
[2022/08/06 10:01:39.368] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:39.385] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:39.401] Http result: 200, Size: 46, Error: 0 [9ddf94]
[2022/08/06 10:01:39.408] GameAuthenticationLogin {"Return":true,"ReturnCode":0,"Msg":"success"}
[2022/08/06 10:01:39.414] GetUserInfo post data : {"ip":"10.0.0.2","server_id":2800,"serviceCode":"PCO012","user_srl":1}


[2022/08/06 10:01:39.423] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:39.427] REST keep-alive timeout. disconnect connection
[2022/08/06 10:01:39.432] REST Socket closed. Reconnect [9de834]
[2022/08/06 10:01:39.436] Host: [127.0.0.1] Port: 8080
[2022/08/06 10:01:39.439] Resolving result 127.0.0.1:8080
[2022/08/06 10:01:39.448] Http result: 200, Size: 231, Error: 0 [9de834]
[2022/08/06 10:01:39.464] GetUserInfo {"result_code":0,"privilege":0,"permission":0,"last_connected_server":2800,"last_play_time":1659771715,"logout_time_diff":742,"char_count_info":"2800|2800,8|","benefit":[[33,27644326],[333,27644326],[334,27644326],[1000,27644326]]}
[2022/08/06 10:01:39.479] User Benefit 1 33 27644326
[2022/08/06 10:01:39.479] User Benefit 1 333 27644326
[2022/08/06 10:01:39.479] User Benefit 1 334 27644326
[2022/08/06 10:01:39.479] User Benefit 1 1000 27644326
[2022/08/06 10:01:39.495] User Login 1 00000000 00000000
[2022/08/06 10:01:39.495] arb_gw_tw2.cpp(291):[ToDo] UserLoginReq 0200000a:1 2130361516928
[2022/08/06 10:01:39.495] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:39.511] SendMessageReq to 255:0 496:57738112
[2022/08/06 10:01:39.511] RecvMessageReq from 255:0 2130361516928
[2022/08/06 10:01:39.526] Handle Message proto_uent_arb:LoginUserAns
[2022/08/06 10:01:39.526] User IP 10.0.0.2
[2022/08/06 10:01:39.526] EnterGame post data : {"ip":"10.0.0.2","server_id":2800,"serviceCode":"PCO012","user_srl":1}


[2022/08/06 10:01:39.526] Start request to host [127.0.0.1:8080] 9de834
[2022/08/06 10:01:39.542] REST Reusing existed connection [9de834]
[2022/08/06 10:01:39.573] Http result: 200, Size: 17, Error: 0 [9de834]
[2022/08/06 10:01:39.573] EnterGame {"result_code":0}
[2022/08/06 10:01:39.573] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:39.589] AdminFlag 1 00000000 -> 00000000
[2022/08/06 10:01:40.259] Handle StartChargeUserReq
[2022/08/06 10:02:05.344] GetServerPermission post data : {"server_id":2800,"serviceCode":"PCO012"}
Bug check. Cannot reallocate.
 
Joined
Jan 13, 2011
Messages
770
Reaction score
177
In log of Arbiter server strange messages me see:
disconnected by client (recv 0 bytes)
AuthManager::OnDisconnectSession [AuthStatus:1] [Account:0000000000000000] [AccountId:0]
disconnected by client (recv 0 bytes)
AuthManager::OnDisconnectSession [AuthStatus:1] [Account:0000000000000000] [AccountId:0]
disconnected by client (recv 0 bytes)
AuthManager::OnDisconnectSession [AuthStatus:1] [Account:0000000000000000] [AccountId:0]
disconnected by client (recv 0 bytes)
AuthManager::OnDisconnectSession [AuthStatus:1] [Account:0000000000000000] [AccountId:0]
disconnected by client (recv 0 bytes)
AuthManager::OnDisconnectSession [AuthStatus:1] [Account:0000000000000000] [AccountId:0]
disconnected by client (recv 0 bytes)
AuthManager::OnDisconnectSession [AuthStatus:1] [Account:0000000000000000] [AccountId:0]

Is that normal?
 
TERA Foundation
[VIP] Member
Joined
Jun 3, 2020
Messages
487
Reaction score
781
In log of Arbiter server strange messages me see:


Is that normal?

You may consider this normal.
This is the result of the server availability port-checker used for non-existent Planet IDs.
Use ID 2800 in your Server List and remove non-existent IDs, then the check server will be done via Platform Hub without direct port checking.

Also you will probably need to install the fix available in the latest update 08.08.2022
(download update and replace the src directory).
 
Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


What is my problem...??thx...

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums
 
Last edited:
Joined
Mar 29, 2019
Messages
1,012
Reaction score
1,147
Now that the problem to post here is solved i can report what i encountered,

I had exactly the same behavior of tielay, but with the latest update is resolved.

"AuthManager::OnDisconnectSession [AuthStatus:1] [Account:0000000000000000] [AccountId:0]"

1 question, how much time will take the purchase to arrive to the item claim?

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


Bought 3 items, more than 15 mins has been passed and still does not arrived

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


Task queue is empty (if it matters)
 
Joined
Mar 29, 2019
Messages
1,012
Reaction score
1,147
The purchase is instant, however, some items may not be in the client or server, so they will not be delivered.

The items i bought are available

152511 - Radiand Wings
268964 - Stamp: Matryoska
450 - Sleipnir

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


I bring them to my inventory through makeitem command to make sure it exist, but still none of them arrived to my item claim.
 
TERA Foundation
[VIP] Member
Joined
Jun 3, 2020
Messages
487
Reaction score
781
I check now. It works fine.
QHvZ3KJ - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


Check API log with debug level.
 

Attachments

You must be registered for see attachments list
Joined
Mar 29, 2019
Messages
1,012
Reaction score
1,147
Looks like is something related to timezone i guess, because when i create an item via boxserver and use the same time the system gives me it not works, but if i use a time before registered date it works instantly

Work

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


Not works

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums


Is there a way to change the time zone in the boxserver? (i guess that's the problem, because i don't understand why the registered date is different than the activation date)
 
TERA Foundation
[VIP] Member
Joined
Jun 3, 2020
Messages
487
Reaction score
781
Is there a way to change the time zone in the boxserver? (i guess that's the problem, because i dont understand why the registered dates is different than the activation date)
I think the box server and tera server is using OS time, then the API is using UTC time when registering the item. If your time zone is less than UTC, there may be problems.

For fix it, try editing the API file tera-api\src\utils\boxHelper.js and replace all of entries like moment().utc() with moment().
Save file and restart API. If it solve this problem, I make the update (for box and benefits).
 
Joined
Mar 29, 2019
Messages
1,012
Reaction score
1,147
I think the box server and tera server is using OS time, then the API is using UTC time when registering the item. If your time zone is less than UTC, there may be problems.

For fix it, try editing the API file tera-api\src\utils\boxHelper.js and replace all of entries like moment().utc() with moment().
Save file and restart API. If it solve this problem, I make the update (for box and benefits).

Yep, it worked instantly

hsdn - TERA API (node.js), Shop and Launcher with Client Patcher - RaGEZONE Forums
 
Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
fitnessguy0 Did you add server to server list in admin panel? Also check API log.
OK,it seems like work now...

just wondering can it log into the game without steer and box sever...??because I only have laucher in my server...I mean I don't have tera full client files in my server...so I currently cannot test ..thx

 
Back
Top