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

[Bug] - Report .html couldn't be created. #5953

Open
duonghobo opened this issue Jan 14, 2024 · 1 comment
Open

[Bug] - Report .html couldn't be created. #5953

duonghobo opened this issue Jan 14, 2024 · 1 comment

Comments

@duonghobo
Copy link

Describe the bug
As shown in the picture, the reports function cannot generatet the HTML even thought the ipynb file is created

To Reproduce
Steps(from the start) and commands to reproduce the behavior

Screenshots
CleanShot 2024-01-15 at 01 08 00@2x
CleanShot 2024-01-15 at 01 09 51@2x

Desktop (please complete the following information):

  • OS: MacOS Monterrey

Additional context

@EricLi-Dev
Copy link
Contributor

I looked through the generated .ipynb and it looks like it's because of a problem with finviz.get_stock(ticker).

In cell 10: info = finviz.get_stock(ticker) returns an empty DF.
image

The report fails on cell 13 where it's trying to access fields not available in the info DataFrame.
image

This is a current issue raised in the finviz package: mariostoev/finviz#205
Looks like there needs to be a new release from finviz for this to be fixed on OpenBB

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