As hsdn mentioned earlier. for an account item:
just leave empty Character number and Character name fields.
Printable View
I think he mean this https://www.youtube.com/watch?v=YtEUZ7epIW0
In account items tab like how it was for tera collectors edition and founder with terminus (speaking of eme side of course)
Has anyone figured out how to get past this error. No message defined as error code exists. [184549126]
- - - Updated - - -
Nevermind figured it out
Another great release, thanks hsdn.
Is there a way to make it so that when you have the account benifit of like found it will automatically send you the regal frost lion?
reinstalled everything on a new server and get this for the boxapi
C:\Python26\lib\site-packages\MySQLdb\__init__.py:34: DeprecationWarning: the sets module is deprecated
from sets import ImmutableSet
2022-07-01 14:11:03-0700 [-] Log opened.
2022-07-01 14:11:03-0700 [-] Box API Server Version 14738
2022-07-01 14:11:03-0700 [-] ServerID [1] Platform Hub [127.0.0.1:11001]
2022-07-01 14:11:03-0700 [-] Log [error] [log/BoxAPI.log]
2022-07-01 14:11:03-0700 [-] DB Connection [127.0.0.1:3306] user [root] catalog [box2db]
2022-07-01 14:11:03-0700 [-] 'Database Version Fetch Failed [1305] [PROCEDURE box2db.P_GetDBVersion does not exist]'
2022-07-01 14:11:03-0700 [-] Traceback (most recent call last):
2022-07-01 14:11:03-0700 [-] File "BoxAPI.py", line 434, in <module>
2022-07-01 14:11:03-0700 [-] Start()
2022-07-01 14:11:03-0700 [-] File "BoxAPI.py", line 396, in Start
2022-07-01 14:11:03-0700 [-] sys.exit(1)
2022-07-01 14:11:03-0700 [-] SystemExit: 1
Python version is?
Yes it went in with no errors or skips
@hsdn i got the database back in and I am running 5.7.37 MYSQL and it gives me the box system can not be accessed at this time. Any idea?
I'm confused with some of the ports used here.
When actually trying to add a box from the web interface I get the following error.
My error shown in boxadminweb.log is:
2022-07-10 01:40:55,571, ERROR, Connect Failed, 127.0.0.1, 8000 :: Traceback (most recent call last): File "D:\TERA-Live100_02_TW\boxadminweb\modules\BoxAdminWebRequester.py", line 174, in SendAndRecv File "<string>", line 1, in connecterror: [Errno 10061] No connection could be made because the target machine actively refused it
Fairly certainly this just means the port 8000 is wrong.
I'm not seeing port 8000 actually defined anywhere else in the config files. And some of the config files seem to be using the same terms for different things?
BoxConfig:
hub_port = 11001 - I assume this is talking about the actual hub.exe process
SteerConfig:
SteerMind hub_port=8105
SteerSession hub_port=8105
SteerCast hub_port=8105
SteerGateway: port=8109, hub_port=8105
SteerHub = 8105
I'm assuming the hub_ports here all reference the SteerHub port defined.
steeradminweb:
steer_gateway_port=8109
hub_gateway_port=8109 - seems weird this is the same and not 8105 for SteerHub?
boxadminweb:
hub_gateway_port=8000 - this feels like it should be 11001 or 8105?
steer_gateway_port=8109
Basically I think the boxadmin hub port needs to be changed? But not 100% where that points to next in the chain.
Thanks!
@angerthosenear You should not change the ports, the ports specified in the configs are correct.
Port 8000 is a hub_gw port, not a platform hub (11001).
Make sure you have Tera Server/hub_gw process running and check config_hub_gw.txt.
Working ports:
8105 - steer hub (uses for SteerServer components and WebApp)
8109 - steer hub gateway (uses for SteerWeb and BoxWeb)
11001 - tera platform hub (uses for Box)
8000 - tera platform hub gateway (uses for BoxWeb)