The reason for this is that the Yahoo API interface is blown, and the policy needs to successfully obtain exchange rate information before it can be started, a temporary solution:
Linux: Modified/etc/hosts
Added
98.137.200.255 query.yahooapis.com
Or execute commands directly.
echo 98.137.200.255 query.yahooapis.com >>/etc/hosts
The robot can then be restarted.
Winodows, modifiedC:\windows\system32\drivers\etc\hosts
C is the system disk symbol, plus
98.137.200.255 query.yahooapis.com
The robot can then be restarted.
下个版本会放弃yahoo接口.
2.85版本已经解决此问题, 下载最新版本即可