0
Follow
1
Followers
Cara menggunakan kode untuk memulai ulang robot secara otomatis saat melaporkan kesalahan
Created 2018-03-12 19:23:01
5
2022
Related Recommendations
in main TypeError: IO() takes at most 3 arguments (5 given)symbol not setGetTicker: 400: {"code": 2, "data": {}, "message": "invalid params"}gateio getdepth 502Decrypt: Secret key decrypt failedGetOrders: 400: {"code":-1121,"msg":"Invalid symbol."}HTTP 403 errorBitcoin trading by using botsPlease translate the buy plan pageRunning botvs docker on android
Comment
All comments (5)
- 1、 用异常处理。throw "error" ,在异常捕获的时候 ,Log("XXX", "@") 推送下 消息
- 2、 用BotVS 扩展 API ,检测机器人状态 发现停止 重启
不过 不建议这样做,因为 上图您的 TypeError 这类错误 必须要处理的,这类错误是 策略 程序设计问题。
8 years ago
- 1

