-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Dear Team,
Attempted installing TradeX, wherein I have followed the instructions exactly as provided... Running it via docker gives me the following output -
Creating network "tradex_default" with the default driver
Creating tradex_container ... done
Attaching to tradex_container
tradex_container | 2025-12-21 11:05:49,641 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
tradex_container | 2025-12-21 11:05:49,648 INFO supervisord started with pid 1
tradex_container | 2025-12-21 11:05:50,653 INFO spawned: 'dashboard_app' with pid 8
tradex_container | 2025-12-21 11:05:50,657 INFO spawned: 'webhook_app' with pid 9
tradex_container | 2025-12-21 11:05:50,664 INFO spawned: 'email_reader' with pid 10
tradex_container | 2025-12-21 11:05:55,772 INFO success: dashboard_app entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
tradex_container | 2025-12-21 11:05:55,776 INFO success: webhook_app entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
tradex_container | 2025-12-21 11:06:00,782 INFO success: email_reader entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
Exception in thread Thread-4:
Traceback (most recent call last):
File "threading.py", line 926, in _bootstrap_inner
File "threading.py", line 870, in run
File "compose/cli/log_printer.py", line 202, in watch_events
File "compose/project.py", line 626, in yield_loop
File "compose/project.py", line 594, in build_container_event
KeyError: 'id'
In this state the dashboard login page loads up fine, but after entering the password (mentioned in the .env file) it throws up -
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
Curl POST over the domain name to the server returns - {"status":"ok"} response, however there is no trade executed as per the Binance dashboard.
Would really appreciate your help in getting TradeX running....