bmino / binance-triangle-arbitrage

Detect in-market cryptocurrency arbitrage
MIT License
1.07k stars 337 forks source link

Error: Timed out waiting for all watched tickers to receive a depth update #177

Open iPilot9 opened 2 years ago

iPilot9 commented 2 years ago

Binance Spot Test Network Error;

Using test network API, getting the error below;

binance-triangle-arbitrage@6.2.0 start node src/main/Main.js

WARNING! Order execution is enabled!

Checking configuration ... Checking latency ... Experiencing 58 ms of latency Fetching exchange info ... Found 20/20 currently trading tickers Found 32 triangular trades Checking balances ... Checking market conditions ... Opening 20 depth websockets for 20 tickers ... Waiting for all tickers to receive initial depth snapshot ... Error: Timed out waiting for all watched tickers to receive a depth update at Object.waitForUpdates (/home/tokio/project/binance-triangle-arbitrage/src/main/MarketCache.js:84:70) at listOnTimeout (node:internal/timers:568:17) at processTimers (node:internal/timers:510:7)

Alfrad commented 2 years ago

change the node-binance-api version in package.json to 0.13.0