Skip to content
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

ValueError: No tables found #61

Open
Tardisgx opened this issue Feb 18, 2021 · 1 comment
Open

ValueError: No tables found #61

Tardisgx opened this issue Feb 18, 2021 · 1 comment

Comments

@Tardisgx
Copy link

Tardisgx commented Feb 18, 2021

af82387

I downloaded the above hash 3 days ago. Set it up and ran it twice once a day with no issue.

On the 3rd day "html5lib not found" I did pip install html5lib. The ticker_counts.py runs fine but

yfinance_analysis.py has a bunch of line errors ending in ValueError: No tables found.

I have reverted to 59cd6d0

@FanaticPythoner
Copy link

The yfinance module throws this error when it has trouble finding data for a given ticker, happened a couple of time in my personal scripts. Surround it in a try catch, and continue with another ticker if it throws. Otherwise, data should be recovered with another source than the yfinance module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants