BitBotFactory / MikaLendingBot

Automated lending on Cryptocurrency exchanges Poloniex and Bitfinex
http://poloniexlendingbot.readthedocs.io/en/latest/index.html
MIT License
1.11k stars 344 forks source link

Unhandled error: KeyError: u'USD_OMG' #479

Closed JCBauza closed 7 years ago

JCBauza commented 7 years ago

Welcome to Lending Bot on BITFINEX 2017-08-21 18:47:50 Error USD_OMG Traceback (most recent call last): File "lendingbot.py", line 94, in Lending.lend_all() File "/home/jcarlos/poloniexlendingbot/modules/Lending.py", line 232, in lend_all usable_currencies += lend_cur(cur, total_lent, lending_balances, ticker) File "/home/jcarlos/poloniexlendingbot/modules/Lending.py", line 429, in lend_cur raise msg KeyError: u'USD_OMG'

Unhandled error, please open a Github issue so we can fix it!

eduardopaula commented 7 years ago

2017-08-22 12:05:29 Error USD_BCH Traceback (most recent call last): File "lendingbot.py", line 94, in Lending.lend_all() File "D:\Users\poloniexlendingbot\modules\ Lending.py", line 232, in lend_all usable_currencies += lend_cur(cur, total_lent, lending_balances, ticker) File "D:\Users\poloniexlendingbot\modules\ Lending.py", line 429, in lend_cur raise msg KeyError: u'USD_BCH'

Unhandled error, please open a Github issue so we can fix it!

mike4001 commented 7 years ago

had this also (but happened only once)

eduardopaula commented 7 years ago

I guess is the same error reported on Bug #447

JCBauza commented 7 years ago

Closing it as it is the same bug as reported by eduardo #447