devalpha-io / devalpha-node

A stream-based approach to algorithmic trading and backtesting in Node.js
https://devalpha.io
GNU General Public License v3.0
246 stars 40 forks source link

Cannot connect to backtester #8

Closed simonvpe closed 6 years ago

simonvpe commented 6 years ago

Steps to reproduce:

git clone https://github.com/devalpha-io/devalpha-example.git
cd $_
npm install
npm start

Output:

> devalpha-example@0.0.0 start /home/starlord/projects/devalpha/devalpha-example
> node index.js

Waiting for DevAlpha...

My setup:

[starlord@localhost devalpha-example]$ npm --version
3.10.10
[starlord@localhost devalpha-example]$ node --version
v6.11.2
[starlord@localhost devalpha-example]$ uname -a
Linux localhost.localdomain 4.12.9-200.fc25.x86_64 #1 SMP Fri Aug 25 13:23:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
[starlord@localhost devalpha-example]$ 
fhqvst commented 6 years ago

Does your browser console produce any useful output?

simonvpe commented 6 years ago

Yes indeed! I managed to fix it like so. https://kb.iu.edu/d/bdny

Maybe you should mention it in the docs :)

Thank you :100: