MattP

Results 4 comments of MattP

> Each command-line Python re-run will fetch a new crumb to initialise the new data singleton. But Jupyter persists Python state so no re-fetch happens? That could explain random difference....

Can we assume this is an issue from Yahoo's API, and not the `yfinance` package?

I've been having this same issue. For me, I can't reach any websites using a Python script with the `requests` module (which works perfectly fine when run outside of Docker)....

> I recently received the macOS Sequoia 15.0.1 update, and I believe that update resolved the issue. I can no longer recreate the failures in my original issue post. I...