askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.08k stars 3.93k forks source link

I cant run the importer, and having no error #2863

Closed ardialamwijaya closed 5 years ago

ardialamwijaya commented 5 years ago

I'm submitting a bug where the importer dropdown is not working on Windows 10 [x] bug report [ ] question about the decisions made in the repository

Action taken

(image gekko1.png and gekko2.png) gekko2 gekko1

it gives me no error, just blank importer (gekko4.png) gekko4

do i need to provide api key? but when i want to provide api key for binance, i can only provide it with bitfinex api, and it doesnt have any api key for other exchange (image gekko3.png), is it just me or thats an expected result? gekko3

Expected result i want to be able to choose my exchange (such as binance)

Actual result i can not choose anything

Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc)

IAMtheIAM commented 5 years ago

It appears your console is not actually showing the console messages because you have the what's new tab highlighted. X that or click console to the left of it and see if there are any errors.

I'm almost certain that there will be errors since your UI is not loading correctly.

It is not necessary to provide an API key for using the importer since those are publicly available APIs

ardialamwijaya commented 5 years ago

i solved this issue by installing gekko using docker. and since im in windows 10, i need to switch my docker container to linux container. and its good to go. hope it helps others for those who have the same issue with me