You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the self.crumb attribute is None, not sure what this crumb is about , but call of response = session.get('https://fc.yahoo.com')
fails in sessions.py, therefore crumb is None
@Edison0019 I'm unable to reproduce this error. I have tried from both US and EU IPs.
@netjens Yahoo is in the process of evolving their APIs. This makes sense, given their last major evolution was about 7 years ago now. Part of this evolution is requiring a cookie and crumb to make requests. Due to the current state of everything, I've been focused on hardening YF to minimize the impacts of this transition.
I'll include additional hardening to better handle null crumbs in v1.21, which I plan to have out before New Years.
Once Yahoo stabilizes again (hopefully sometime next year), I'm going to do a full rewrite of this library.
When trying to use any of the get_* methods I'm getting this error:
The text was updated successfully, but these errors were encountered: