stayradiated / volatile

A service for automating cryptocurrency trading.
https://volatile.co.nz
2 stars 4 forks source link

Network issues with requesting market price #21

Closed stayradiated closed 3 years ago

stayradiated commented 3 years ago
0. request to https://api.binance.us/api/v3/avgPrice?symbol=BTCUSD failed, reason: connect ENETUNREACH 65.9.134.177:443
1. request to https://api.binance.us/api/v3/avgPrice?symbol=ETHUSD failed, reason: connect ENETUNREACH 65.9.134.177:443
2. Request timed out
3. request to https://api.easycrypto.nz/public/api/ticker/BTCNZD failed, reason: connect ENETUNREACH 104.26.13.129:443
4. request to https://api.easycrypto.nz/public/api/ticker/ETHNZD failed, reason: connect ENETUNREACH 104.26.13.129:44

Why?

stayradiated commented 3 years ago

There was a bug with failed requests being cached instead of being retried. Fixed now.