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.
Printable View
In log of Arbiter server strange messages me see:
Is that normal?Quote:
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]
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).
https://thumbnail1.baidupcs.com/thum...e&autopolicy=1
What is my problem...??thx...
https://pri.pm.qq.com/2612698197/7B8...70/interlace/1
@fitnessguy0 Did you add server to server list in admin panel? Also check API log.
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?
https://i.ibb.co/nsZxtLn/TERA-Screen...808-184011.png
Bought 3 items, more than 15 mins has been passed and still does not arrived
https://i.ibb.co/sQFmz6D/Screenshot-36.png
Task queue is empty (if it matters)
The items i bought are available
152511 - Radiand Wings
268964 - Stamp: Matryoska
450 - Sleipnir
https://i.ibb.co/Vt3bG4R/Screenshot-37.png
I bring them to my inventory through makeitem command to make sure it exist, but still none of them arrived to my item claim.
I check now. It works fine.
https://i.imgur.com/QHvZ3KJ.png
Check API log with debug level.
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
https://i.ibb.co/n8GRLfF/Screenshot-39.png
https://i.ibb.co/QPNN6rk/Screenshot-40.png
Not works
https://i.ibb.co/VHp88fj/Screenshot-38.png
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)
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
https://i.ibb.co/T0WhCMS/ezgif-1-315730bc17.gif
This is good. Thank you for testing.
- - - Updated - - -
The update has been committed.