-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Yahoo options failing again in the docs #8824
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
Comments
Maybe related to #8783, but the examples in the docs were not yet failing when that PR was merged. |
these look ok |
ah, these were failing a couple of hours ago. Maybe the yahoo page that was temporarily not available .. |
@jorisvandenbossche I believe it! |
reopening this for now, as they are failing again. We should just be sure there are no failures when building the docs for the 0.15.2 release http://pandas-docs.github.io/pandas-docs-travis/remote_data.html#yahoo-finance-options |
looks ok to me. These might fail outside of mkt hours. |
@jreback ah, are there hours that this function always fails? That could be of course the reason that I regularly see failures. |
I would think they would always are available, but its possible (this is a guess), that > 12AM EST - 3AM ST (e.g. middle of the night EST) that they might not be. |
I'll check at some random times to see if I can isolate the error (maybe the page changes in some way). If you see it fail, can you post the traceback? |
You can see the traceback in the logs on travis (eg https://travis-ci.org/pydata/pandas/jobs/43288475, scroll down and expand line 1216 ('$ if [ -f /tmp/doc.log ]; then cat /tmp/doc.log; fi')). There you see the doc build log. |
Thanks. The tests aren't failing because we skip on remote data error - this is failing because its not receiving data from Yahoo. Maybe its worth setting it up so that it retries 3 times when it doesn't get any data - that might reduce the number of times it errors out. |
I think this is fixed. If its not pls reopen. |
See http://pandas-docs.github.io/pandas-docs-travis/remote_data.html#yahoo-finance-options and http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0151-api
@dstephens99
The text was updated successfully, but these errors were encountered: