MikaLendingBot
MikaLendingBot copied to clipboard
ValueError: Rates must be a Pandas DataFrame
BTC : Need more data for analysis, still collecting. I have 155/270 records
Caught exception during MACD analysis, using percentile for now
Caught ERR_RATE_LIMIT, sleeping capture and increasing request delay. Current 1015ms
Caught ERR_RATE_LIMIT, sleeping capture and increasing request delay. Current 1018ms
Caught ERR_RATE_LIMIT, sleeping capture and increasing request delay. Current 1021ms
Caught ERR_RATE_LIMIT, sleeping capture and increasing request delay. Current 1024ms
ETH : Need more data for analysis, still collecting. I have 168/270 records
Caught exception during MACD analysis, using percentile for now
WARN: Exception found when analysing markets, if this happens for more than a couple minutes please create a Github issue so we can fix it. Otherwise, you can ignore it. Error: Rates must be a Pandas DataFrame
DEBUG: Class:<type 'exceptions.ValueError'> Args:('Rates must be a Pandas DataFrame',)
DEBUG: Type:<type 'exceptions.ValueError'> Value:Rates must be a Pandas DataFrame LineNo:301
Traceback (most recent call last):
File "/usr/src/bitfinex/modules/MarketAnalysis.py", line 301, in get_rate_suggestion
raise ValueError("Rates must be a Pandas DataFrame")
ValueError: Rates must be a Pandas DataFrame
Is it still happening @utdrmac ? Looks like corrupted DB.
Elaborate on "corrupted DB". I know the file is not because I can "sqlite3 file.DB 'select * from table'" and that doesn't return any corruption errors from SQLite perspective. Do you mean corrupted as in "bad data/rows"?