Hello, Data download fails from yahoo finance. The error msg is df = web.DataReader("SPY", data_source='yahoo', start='2020-01-01', end='2020-03-03', session = sesh) Traceback (most recent call last): File "C:\Users\peter\AppData\Local\Temp/ipykernel_25324/3322276019.py", line 1, in <module> df = web.DataReader("SPY", data_source='yahoo', start='2020-01-01', end='2020-03-03', session = sesh) File "C:\Users\peter\anaconda3\lib\site-packages\pandas\util\_decorators.py", line 207, in wrapper return func(*args, **kwargs) File "C:\Users\peter\anaconda3\lib\site-packages\pandas_datareader\data.py", line 370, in DataReader return YahooDailyReader( File "C:\Users\peter\anaconda3\lib\site-packages\pandas_datareader\base.py", line 253, in read df = self._read_one_data(self.url, params=self._get_params(self.symbols)) File "C:\Users\peter\anaconda3\lib\site-packages\pandas_datareader\yahoo\daily.py", line 231, in _read_one_data data = new_j['HistoricalPriceStore'] UnboundLocalError: local variable 'new_j' referenced before assignment It was good yesterday, 01/12/2023. Thanks!