-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
southxchange & bleutrade fetch_balance error (ccxt v. 1.9.174, Python 2.7) #341
Comments
@PhinixPhire got it, will fix it... Unfortunately, Python is very sensitive... No problem, just a sec. |
I did a fix for bleutrade, should be ready soon. In the meantime, can you please paste verbose output for the error you were getting with southxchange? |
|
@PhinixPhire sorry, but |
Ohhh... I see what's happening. southxchange is working, but I have no balance, so it provides no output aside from the verbose pasted above. bleutrade is next in the exchange_list array, so it errors out and I mistakenly interpreted it as southxchange's error. Then I tested bleutrade in another script and found it to have the error. Sorry for the confusion! |
Oh, now I see. No problem, that happens. My advice is: put an explicit line "empty balance" there instead of nothing, when the balance is empty, following that rule for all undefined variables will save you hours of debugging, really. ;) So, I guess, the only problem is bleutrade and it should be fixed by the upcoming build in 5 minutes, right? Let me know if it works for you or not, please. ) |
Yep, that should be it. I'll confirm if working as soon as the update comes through. Thank You so much! |
It's there, will stand by to hear from you. |
Working great! I appreciate the help, as always. |
The fetch_balance() function in southxchange and bleutrade seems to result in this error:
I have bittrex, anxpro and hitbtc working with the same code.
The text was updated successfully, but these errors were encountered: