Closed asraghu123 closed 7 months ago
dash appy.py run error
@asraghu123 I got the similar error as below:
@asraghu123 @wilsonlam1 For the dash app error I just pushed a fix to the stock_vcp_dash repo. It is just an issue due to empty strings.
Not sure about the first error you posted. It seems to work fine on my side yesterday. It is saying you are trying to access Mar 21st data without updating. May be yfinance has not been updated yet or something?
The first error resolved after I deleted the entire db_yfinance folder data and recreated it from scratch. I somehow think updating from US using uk.yahoo and timezones are playing some role in the update operation issues. Will keep a watch on this for some time
I see, thanks. If that happen again please let me know.
I had to manually change the date in last update. Dat file to make it work.
On Mon, Mar 25, 2024 at 11:21 AM Jeffrey Chan @.***> wrote:
I see, thanks. If that happen again please let me know.
— Reply to this email directly, view it on GitHub https://github.com/jeffreyrdcs/stock-vcpscreener/issues/6#issuecomment-2018392751, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASF27IJTCSJNA64GIEPZDYTY2BFHJAVCNFSM6AAAAABFCW3TJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJYGM4TENZVGE . You are receiving this because you modified the open/close state.Message ID: @.***>
The output file for 21 March is empty selected_stock_2024-03-21.csv
Also the updates the ticker file in folder db_yfinance for March 21st (row) was missing for all tickers.
AAMC_.csv AACQ_.txt Not sure why the date in this folder is showing 2024.03.23. The run was done on 22nd March at 0100am CST USA
What changed from yesterday to today ?
The only change I did was to upgrade the numpy version from what is given in the requirements.txt to numpy==1.22.4 as the old version numpy==1.19.5 had dependencies issues while running dash app app.py. The errors in that was cleared when I upgraded it to 1.22.4, the command message indicated me to upgrade to a version equal or higher to 1.22.4