在 pythonanywhere 上部署 freqtradebinance 错误时出错

问题描述

我想在 pythonanywhere 上部署 freqTrade bot,我安装了要求,然后在 pythonanywhere 的控制台中使用命令运行 api。 但我有以下错误

2021-05-24 12:16:27,446 - freqTrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair BRD/BTC due to ExchangeNotAvailable. Message: binance GET https://api.binance.com/api/v3/exchangeInfo"
2021-05-24 12:16:27,446 - freqTrade.exchange.common - WARNING - retrying _async_get_candle_history() still for 4 times
2021-05-24 12:16:27,446 - freqTrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair LINK/BTC due to ExchangeNotAvailable. Message: binance GET https://api.binance.com/api/v3/exchangeInfo"
2021-05-24 12:16:27,446 - freqTrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair ALGO/BTC due to ExchangeNotAvailable. Message: binance GET https://api.binance.com/api/v3/exchangeInfo"
2021-05-24 12:16:27,446 - freqTrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair BAT/BTC due to ExchangeNotAvailable. Message: binance GET https://api.binance.com/api/v3/exchangeInfo"
2021-05-24 12:16:27,447 - freqTrade.exchange.common - WARNING - retrying _async_get_candle_history() still for 4 times
2021-05-24 12:16:27,447 - freqTrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair ETH/BTC due to ExchangeNotAvailable. Message: binance GET https://api.binance.com/api/v3/exchangeInfo"

我尝试在浏览器中发出 get 请求并且成功了。所以我不明白这有什么问题......

这是查看错误的另一种方式:

2021-05-24 12:16:27,446 - freqTrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair BRD/BTC due to ExchangeNotAvailable. Message: binance GET api.binance.com/api/v3/exchangeInfo"
2021-05-24 12:16:27,446 - freqTrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair LINK/BTC due to ExchangeNotAvailable. Message: binance GET api.binance.com/api/v3/exchangeInfo"
2021-05-24 12:16:27,446 - freqTrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair ALGO/BTC due to ExchangeNotAvailable. Message: binance GET api.binance.com/api/v3/exchangeInfo"
2021-05-24 12:16:27,446 - freqTrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair BAT/BTC due to ExchangeNotAvailable. Message: binance GET api.binance.com/api/v3/exchangeInfo"
2021-05-24 12:16:27,447 - freqTrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "Could not fetch historical candle (OHLCV) data for pair ETH/BTC due to ExchangeNotAvailable. Message: binance GET api.binance.com/api/v3/exchangeInfo"

PS:我对另一种部署方法持开放态度

先谢谢你!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...