ValueRaider

Results 898 comments of ValueRaider

> Why is it only happening on one computer and i am not able to reproduce this on mine? Because `yfinance` now stores exchange timezone info in your local cache,...

I don't know, I just run the git branch directly. If you find out, document in #1080 and I'll adjust the title.

"bad" was an exaggeration on - cache database may have one row containing None (bad). If not then `yfinance` is trying to insert a None. My 2 educated guesses. Branch...

No idea. I just run the git branch directly. See #1080

https://github.com/ranaroussi/yfinance/issues/1321#issuecomment-1399003709

Use `Ticker.history` instead, it should print the traceback: ``` yf.Ticker("AAPL").history(start=startDay, end=tday) ```

Error caused by a change in branch, now fixed. Pull & try again.

Thanks, I've updated #1080

Price data should not have been affected by #1329 , and this Issue only affects price data. Anyway I've updated the branch.

> still doesn't do the fix for me Ok then post details. Exception, stack trace, etc.