Saleh Awesome thanks. Debugging local and narrowed it down to this line: from jesse.modes import backtest_mode
, and in modes.init from jesse.services.cache import cache
, then to self.db = pickle.load(f)
in cache.init.
I deleted all the Pickle files in storage/temp and we're back in business!