You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Broker/Holidays/Server config files path are not found during the compilation -
PS I:\AlgoTrade\deployment\sdoosa-algo-trade-python> & "C:/Program Files/Python311/python.exe" i:/AlgoTrade/deployment/sdoosa-algo-trade-python/src/main.py
Traceback (most recent call last):
File "i:\AlgoTrade\deployment\sdoosa-algo-trade-python\src\main.py", line 26, in
serverConfig = getServerConfig()
^^^^^^^^^^^^^^^^^
File "i:\AlgoTrade\deployment\sdoosa-algo-trade-python\src\config\Config.py", line 5, in getServerConfig
with open('../config/server.json', 'r') as server:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '../config/server.json'
The text was updated successfully, but these errors were encountered:
The Broker/Holidays/Server config files path are not found during the compilation -
PS I:\AlgoTrade\deployment\sdoosa-algo-trade-python> & "C:/Program Files/Python311/python.exe" i:/AlgoTrade/deployment/sdoosa-algo-trade-python/src/main.py
Traceback (most recent call last):
File "i:\AlgoTrade\deployment\sdoosa-algo-trade-python\src\main.py", line 26, in
serverConfig = getServerConfig()
^^^^^^^^^^^^^^^^^
File "i:\AlgoTrade\deployment\sdoosa-algo-trade-python\src\config\Config.py", line 5, in getServerConfig
with open('../config/server.json', 'r') as server:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '../config/server.json'
The text was updated successfully, but these errors were encountered: