DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.22k stars 2.04k forks source link

Web output issue - no charts/graphics #2631

Closed Maddcow closed 3 years ago

Maddcow commented 3 years ago

System information

Describe the problem

Describe the problem clearly here. Be sure to convey here why it's a bug in Zenbot or a feature request. I am using Docker and can verify from the console that Zenbot is running (in --paper mode). Opening the local website shows only dashboard text output - there are no charts or graphics on the page. I have verified on Edge, IE, and Chrome with the same issue on each. Any suggestions?

I would submit a screen shot put its just a large blank space with just the dashboard text.

dereckmartin commented 3 years ago

if you are using docker, i had to use my system ip like 192.168.0.1:17365 in the browser versus localhost:17365 or 127.0.0.1:17365. Some of the javascript resources will not load using localhost. You can find this out by using devtools console in firefox or chrome.

Maddcow commented 3 years ago

That brings up the same thing (thanks tho). I am starting Zenbot with cmd and see output but it is not excepting any commands - ie l = list available commands. I think this is why the website is not showing anything because I am not able to dump from the CLI.

Do I need to start the docker with -d and run trade --paper from within the docker cli (just to a different port)? Or is there a way to get the cmd window to take my inputs? Any suggestions would be great.

Maddcow commented 3 years ago

After updating docker-compose.yml file to the deviavir/zenbot:unstable image and rebuilding the Docker - everything is working.