首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >错误:无效的存储桶大小规格:未定义

错误:无效的存储桶大小规格:未定义
EN

Stack Overflow用户
提问于 2017-12-20 06:39:33
回答 1查看 389关注 0票数 1
代码语言:javascript
复制
./zenbot.sh trade --manual
node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
In the future, you will have to enable it yourself.
See https://github.com/yagop/node-telegram-bot-api/issues/319. module.js:635:30
/home/local/zenbot/node_modules/timebucket/lib/bucket-size.js:15
  if (!match) throw new Error('invalid bucket size spec: ' + spec);
              ^

Error: invalid bucket size spec: undefined
    at BucketSize.parse (/home/local/zenbot/node_modules/timebucket/lib/bucket-size.js:15:21)
    at new BucketSize (/home/local/zenbot/node_modules/timebucket/lib/bucket-size.js:5:21)
    at Bucket.resize (/home/local/zenbot/node_modules/timebucket/lib/bucket.js:30:14)
    at Command.<anonymous> (/home/local/zenbot/commands/trade.js:312:32)
    at Command.listener (/home/local/zenbot/node_modules/commander/index.js:315:8)
    at emitTwo (events.js:126:13)
    at Command.emit (events.js:214:7)
    at Command.parseArgs (/home/local/zenbot/node_modules/commander/index.js:653:12)
    at Command.parse (/home/local/zenbot/node_modules/commander/index.js:475:21)
    at /home/local/zenbot/zenbot.js:39:11
    at /home/local/zenbot/boot.js:24:7
    at f (/home/local/zenbot/node_modules/once/once.js:25:25)
    at Glob.<anonymous> (/home/local/zenbot/node_modules/glob/glob.js:151:7)
    at emitOne (events.js:116:13)
    at Glob.emit (events.js:211:7)
    at Glob._finish (/home/local/zenbot/node_modules/glob/glob.js:197:8)
    at done (/home/local/zenbot/node_modules/glob/glob.js:182:14)
    at Glob._processGlobStar2 (/home/local/zenbot/node_modules/glob/glob.js:637:12)
    at /home/local/zenbot/node_modules/glob/glob.js:626:10
    at RES (/home/local/zenbot/node_modules/inflight/inflight.js:31:16)
    at f (/home/local/zenbot/nodemodules/once/once.js:25:25)
    at lstatcb (/home/local/zenbot/node_modules/glob/glob.js:519:7)

我不知道是什么导致了这一点,因为我非常确定我已经按照说明进行了测试。尝试使用它在GDAX上手动交易时,我的api密钥在conf上。我在Windows10上使用"Bash on Ubuntu on Windows“。

EN

回答 1

Stack Overflow用户

发布于 2018-04-19 06:33:56

根据GitHub上的#938问题,此问题已在#926#940拉取请求中修复。

所以请考虑升级你的Zenbot。否则引发a new issue

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/47896238

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档