DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server: 404 on trades.csv

InfoAddict opened this issue · comments

Fresh install (using a raspberry pi) - everything is working except I get a 404 on the URL below when hitting the web server. The page renders and everything else is found but I get the spinny image and that's it.

http://192.168.1.101:3013/trades.csv?sim_id=&selector=gdax.ETH-BTC&period=1h&limit=200

hmm, i'm not sure why this would be a 404. I don't have experience with raspberry pi either so I'm afraid I'm not of much help.

same issue here on desktop

main.js:381 Uncaught TypeError: Cannot read property 'map' of undefined

I started getting the same issue around 3.5.11 (not exact sorry) . I'm
seeing it with a config using btc/usd but not with a separate instance I
have using eth/usd

On Wednesday, August 24, 2016, Efim Gorbenko notifications@github.com
wrote:

same issue here on desktop

main.js:381 Uncaught TypeError: Cannot read property 'map' of undefined


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#39 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ACU0bcM3EgQDet_wra1pSpok1oHxDLM0ks5qjKUlgaJpZM4JreBU
.

At first I thought something was up with my docker setup. But I get the same issue everywhere including separate instance.

ahh, found a simple error on my part. patch incoming...

please run ./update.sh and let me know if the issue still persists.

Seems better for me.