-
Notifications
You must be signed in to change notification settings - Fork 263
Index out of range when getting prices from sdex #416
Comments
@joaofrp Had missed this issuer earlier. Are you still getting this issue? If so, can you please send me the log file (or upload to the issue here?) |
Yes, I'm still getting this issue in version 1.9.0. Here is the log file: |
@joaofrp The log files does not show the Separately, I noticed that your log file shows that you don't have any balance of one of quote BTC asset. Can you fix that and see if it resolved the issue?
|
@nikhilsaraf Here is a log file that shows the error: Now I have a non zero balance in both assets and the error still happened. |
@joaofrp thanks for sharing the log file. fixed the issue. Are you running from the source code, in which case you can pull from master to get the fix. |
@nikhilsaraf Thank you for your work! I'll pull from master. |
Describe the bug
Getting error "index out of range" when the bot gets the price feed of two tokens on the sdex
Frequency
Always
Steps To Reproduce
Set the bot to get a feed from the sdex, for example:
DATA_TYPE_A="sdex"
DATA_FEED_A_URL="BTC:GAUTUYY2THLF7SGITDFMXJVYH3LHDSMGEAKSBU267M2K7A3W543CKUEF/BTC:GBVOL67TMUQBGL4TZYNMY3ZQ5WGQYFPFD5VJRWXR72VA33VFNL225PL5"
DATA_TYPE_B="fixed"
DATA_FEED_B_URL="1.0"
Your Environment
cli version: master:v1.8.1
gui version: v0.0.1-alpha
git branch: master
git hash: 90e3102
build date: 20200217T212830Z
env: release
GOOS: linux
GOARCH: arm
The text was updated successfully, but these errors were encountered: