Skip to content
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

Error action Error: Invalid get_ticker #7

Open
mistersms opened this issue May 25, 2018 · 2 comments
Open

Error action Error: Invalid get_ticker #7

mistersms opened this issue May 25, 2018 · 2 comments

Comments

@mistersms
Copy link

Hello,
i sometimes get error message "Error action Error: Invalid get_ticker"
is this an error from binance api or from the bot self?
i am using last binance-traderBot code with npm 5.6.0 and nodejs v8.11.2 on an debian 8.10
thx for support

@mistersms
Copy link
Author

maby i ran into solved issue #2 with old code in trader.js, now i changed code in trader.js to the new code in fixed issue #2
know i am testing.....

@mistersms
Copy link
Author

the newest version ov trader.js did not resolve my issue with Invalid get_ticker

i am using the following coin.js with quantity 0, so autocalc is used:

const coins = [
{
symbol:'ETHBTC',
quantity:0,
stop_loss:0,
mode:'profit',
profit:1.0,
increasing:0.00000001,
decreasing:0.00000001,
loop:0,
wait_time:1,
prints: 1,
},
{
symbol:'EOSBTC',
quantity:0,
stop_loss:0,
mode:'profit',
profit:1.0,
increasing:0.00000001,
decreasing:0.00000001,
loop:0,
wait_time:1,
prints: 1,
}
]

module.exports = coins;

thats the logging output, i am forwarding default output to an own log file like npm start >> logxxx

[]
openOrders Exception: Error: Request failed with status code 429
[]
Invalid Order Book
Error action Error: Invalid Order Book
Invalid Order Book
Error action Error: Invalid Order Book
Error action Error: Invalid get_ticker
Error action Error: Invalid get_ticker
Error action Error: Invalid get_ticker
Error action Error: Invalid get_ticker
-snip-

has anybody an idea?

@mistersms mistersms mentioned this issue May 26, 2018
ignaciop000 added a commit that referenced this issue May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant