-
Notifications
You must be signed in to change notification settings - Fork 2k
Web UI causes an error #1574
Comments
Also get this error about 30 seconds after the first error
|
Just a wild guess but |
Tried adding --max-old-space-size=8192 to the script, made no difference. Still getting the same error when I try to access the web UI, |
Weird, removing —period from the startup script lets the web ui open... I’m gonna close for now. |
Just tried this on my dev box using current unstable and i am not able to reproduce it, even after upgrading to node 10 So unless you got anything fancy in your |
Yeah, --period=55m was causing my error. Once I removed that from my startup script, I had no issues. |
System information
Have I written custom code (as opposed to using zenbot vanilla): No
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
Zenbot version (commit ref, or version): 4.1.0
Zenbot branch: unstable
NodeJS version: 10.0.0
Python version (when using a python script): N/A
Exact command to reproduce (include everything): .
/zenbot.sh trade --paper --order_type="taker" --conf /root/configs/zenbot/btc-usdt-conf.js --period=55m --trend_ema=34 --neutral_rate=auto --currency_capital 100 --asset_capital 0.08
Did I make any changes to conf-sample.js?: Yes, https://pastebin.com/iUqvQ7x9
Describe the problem
Zenbot throws an error when trying to access the Web UI. It does not crash the bot, but freezes for about 15 seconds and then throws an error when you load the Web UI, and in the bot log.
Source code / Error logs
The text was updated successfully, but these errors were encountered: