Try to locate the cookie that was reported in yfinance #2381
Unanswered
byteatwork
asked this question in
Yahoo's data
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DEBUG Entering history()
DEBUG Entering _fetch_ticker_tz()
DEBUG Entering get()
DEBUG url=https://query2.finance.yahoo.com/v8/finance/chart/A
DEBUG params=frozendict.frozendict({'range': '1d', 'interval': '1d'})
DEBUG Entering _get_cookie_and_crumb()
DEBUG cookie_mode = 'basic'
DEBUG Entering _get_cookie_and_crumb_basic()
DEBUG loaded persistent cookie <Cookie A3=d=AQABBO_Z4GcCEMZyGcNPWfOrBoboigXTskMFEgEBAQEr4mfqZ1ib8HgB_eMAAA&S=AQAAAnm5uF7qi_F8CZhH8LA5tRc for .yahoo.com/>
DEBUG reusing cookie
DEBUG crumb = 'Edge: Too Many Requests'
DEBUG Exiting _get_cookie_and_crumb_basic()
I was trying to understand better myself the latest download issue. While I can manage to clear the two cache files in the folder C:\Users<User>\AppData\Local\py-yfinance, I can still see there is a cookie that is in use. (I have modified the code to show the cookie next to the debug message. )
Any idea where can I find and remove this cookie? Just guess if the cookie was the culprit for "Too Many Requests" because I don't use Edge at all
Thanks
Beta Was this translation helpful? Give feedback.
All reactions