You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
I'm getting the following error when trading on kraken: "could not fetch liability for asset 'quote ', error = error fetching open orders in LoadOffersHack: base asset could not be converted: asset converter could not recognize string: ETH" when trading ETH/BTC on kraken. I've noticed that this error only happens in the second iteration, when there are orders placed. If there are no orders placed, kelp is able to put the orders of all my five levels.
Expected behavior
The bot should recognize the string as it is the same that it used to place the first orders during the first iteration of the algorithm.
Frequency
The frequency is always (when there are orders placed).
Steps To Reproduce
Here are the steps to reproduce the issue:
Run kelp configured to trade ETH/BTC (haven't tested other pairs) on kraken.
Let the bot put the orders of your levels. Once there are orders placed and the bot runs for the second time, this error appears and keeps appearing until all the orders are consumed. Then the bot manages to put new orders.
Your Environment
version: master:v1.6.0
git branch: master
git hash: 761e114
build date: 20190329T234001Z
GOOS: linux
GOARCH: arm
Context
This error prevents the bot from adjusting the orders according to the configuration files.
@nikhilsaraf now i'm getting a different error: "error fetching open orders in LoadOffersHack: cannot load open orders for Kraken: Could not execute request #5! (Response Content-Type is 'text/html', but should be 'application/json'.)"
It happens again during kelp's second run (in the first run it was able to put the orders fine, just like before). Maybe this is on kraken's side?
Yes, you should set your delete cycles threshold so it doesn’t error out in these situations. Ccxt-Kraken is more stable than the native kraken integration
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I'm getting the following error when trading on kraken: "could not fetch liability for asset 'quote ', error = error fetching open orders in LoadOffersHack: base asset could not be converted: asset converter could not recognize string: ETH" when trading ETH/BTC on kraken. I've noticed that this error only happens in the second iteration, when there are orders placed. If there are no orders placed, kelp is able to put the orders of all my five levels.
Expected behavior
The bot should recognize the string as it is the same that it used to place the first orders during the first iteration of the algorithm.
Frequency
The frequency is always (when there are orders placed).
Steps To Reproduce
Here are the steps to reproduce the issue:
Run kelp configured to trade ETH/BTC (haven't tested other pairs) on kraken.
Let the bot put the orders of your levels. Once there are orders placed and the bot runs for the second time, this error appears and keeps appearing until all the orders are consumed. Then the bot manages to put new orders.
Your Environment
version: master:v1.6.0
git branch: master
git hash: 761e114
build date: 20190329T234001Z
GOOS: linux
GOARCH: arm
Context
This error prevents the bot from adjusting the orders according to the configuration files.
Attachments
kelp_log.txt
The text was updated successfully, but these errors were encountered: