-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
following error is prompted when start application #4
Comments
I will look into it carefully later on but my first hunch is that this is related to the fact I haven't tested derivation across 3 markets yet (not required in my config) and thus have commented out... Try re-adding the commented out line here: https://github.com/clockworkgr/bitshares-pricefeed-js/blob/master/pricefeed.js#L430 and see how it performs. |
and yes....crontab is required for repeated running. |
re-add the mentioned commented out line still not work i add more logging , seems only can get the price of BTC, CNY,USD,and EUR below is the printed result.
|
Ok , so def a 3 market derivation problem. As I said...hadn't tested it yet, thats why it was commented out..I'll get round to it and sort it out soon , then push a new version |
@clockworkgr any good news? |
working on it.. for a start: config.yml , change base: to bases: in currencylayer config cause it's not picking it up. But tehre's more...still debugging |
following error is prompted when start application, any idea?
my config is as below link:
https://github.com/crazybits/bitshares-pricefeed-js/blob/master/config.yml
btw, this program only execute one time? need crontab if we need to keep in running in loop?
The text was updated successfully, but these errors were encountered: