Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Cannot read property 'toLowerCase' of undefined #1090

Closed
zhaoxiaohui opened this issue Sep 7, 2017 · 5 comments
Closed

Cannot read property 'toLowerCase' of undefined #1090

zhaoxiaohui opened this issue Sep 7, 2017 · 5 comments

Comments

@zhaoxiaohui
Copy link

for live Gekkos, after starting the runner, got the wrong message from console

Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
at Oe.e.$emit (build.js:6)
at a.s.onmessage (build.js:6)
at HTMLDivElement. (reconnecting-websocket.min.js:2)
at WebSocket.h.onmessage (reconnecting-websocket.min.js:2)

@oktapodia
Copy link
Contributor

oktapodia commented Sep 8, 2017

Which strategy? Configuration?

@pavel-main
Copy link

Same problem. Using DEMA strategy with default parameters, 1 minute candle size and 1 minute warmup period.

@askmike
Copy link
Owner

askmike commented Sep 9, 2017

These look like browser console logs. Is anything else broke on the page? And do you know what button / page triggered triggered them?

@markanderson
Copy link

markanderson commented Sep 10, 2017

This happened to me last night after pulling in the latest stable changes. I noticed that my config file was using the old syntax (paper trader variables were different) which triggered this same error. If you start from the latest sample-config.json, this might go away.

@askmike
Copy link
Owner

askmike commented Sep 15, 2017

@markanderson yes this is definitely a problem (people have to make sure the config is up to date). Though I doubt this is the same as OP, since I think those are logs from the UI (which builds a config dynamically and does not use a config.js file.

Closing this as unable to reproduce, if anyone has more information on this let me know :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants