Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live Rust : Default config file found but unable to read data #159

Open
gaugau3000 opened this issue Nov 14, 2024 · 2 comments
Open

Live Rust : Default config file found but unable to read data #159

gaugau3000 opened this issue Nov 14, 2024 · 2 comments

Comments

@gaugau3000
Copy link

Hi,

First many TKS for this beautiful software !

When i try to run :
hft_backtest/hftbacktest/connector

Using

cargo run main binancefutures ./examples/binancefutures.toml

I got this warning :
2024-11-14T01:09:45.742671Z WARN iceoryx2_bb_log::logger::tracing: Default config file found but unable to read data, populate config with default values. origin="Config::global_config()"

Not sure if it is a false positive or not.

# Testnet: wss://fstream.binancefuture.com/ws
# Mainnet: wss://fstream.binance.com/ws
# Private: wss://fstream-auth.binance.com/ws
# Low-Latency Market Maker: wss://fstream-mm.binance.com/ws
stream_url = "wss://fstream.binance.com/ws"

# Testnet: https://testnet.binancefuture.com
# Mainnet: https://fapi.binance.com
# Low-Latency Market Maker: https://fapi-mm.binance.com
api_url = "https://fapi.binance.com"

order_prefix = "test"
api_key = "******"
secret = "******"

Many tks.

@nkaz001
Copy link
Owner

nkaz001 commented Nov 16, 2024

The warning relates to the iceoryx configuration, not the Connector configuration. You can disregard this warning, as the configuration is currently hard-coded.

@AlexiaChen
Copy link

Hey buddy, are you ran into this issue/error #165 ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants