Skip to content

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

Closed
jorisvandenbossche opened this issue Nov 15, 2014 · 12 comments
Closed

Yahoo options failing again in the docs #8824

jorisvandenbossche opened this issue Nov 15, 2014 · 12 comments
Labels
Milestone

Comments

@jorisvandenbossche
Copy link
Member Author

Maybe related to #8783, but the examples in the docs were not yet failing when that PR was merged.
Isn't it also strange there are no tests failing when the examples in the docs fail?

@jreback
Copy link
Contributor

jreback commented Nov 15, 2014

these look ok
what is failing?

@jorisvandenbossche
Copy link
Member Author

ah, these were failing a couple of hours ago. Maybe the yahoo page that was temporarily not available ..

@jreback
Copy link
Contributor

jreback commented Nov 15, 2014

@jorisvandenbossche I believe it!

@jorisvandenbossche
Copy link
Member Author

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

@jreback
Copy link
Contributor

jreback commented Dec 8, 2014

looks ok to me. These might fail outside of mkt hours.

@jorisvandenbossche
Copy link
Member Author

@jreback ah, are there hours that this function always fails? That could be of course the reason that I regularly see failures.

@jreback
Copy link
Contributor

jreback commented Dec 8, 2014

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.

@davidastephens
Copy link
Contributor

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?

@jorisvandenbossche
Copy link
Member Author

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.

@davidastephens
Copy link
Contributor

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.

@jorisvandenbossche jorisvandenbossche modified the milestones: 0.16.0, 0.15.2 Dec 11, 2014
@jreback
Copy link
Contributor

jreback commented Mar 6, 2015

I think this is fixed. If its not pls reopen.

@jreback jreback closed this as completed Mar 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants