-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid cookie for https://finance.yahoo.com/quote/%5EGSPC/options #176
Comments
Same here:
I'm only getting it when I am in Germany, not in the US. |
The issue seems to be the '$' character at the beginning of the key-names ($Domain, $Path, $Version). check out java.net.HttpCookie.class : |
Hi, has anybody found a solution for this problem? Am I understanding this correctly: Yahoo-Finance sends cookies with keys that have illegal characters (i.e. $). Any way to clean this up, manually? |
Recently I got those messeages when downloading some data.
Has anyone an idea what the cause might be and how to solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered: