Closed JerBouma closed 2 years ago
It seems multiple pages on finviz have changed. I will check the full package.
Thank you for the quick response!
The package is updated. Please check the new version. Thank you for your reporting.
Is the issue you mentioned related to the package and is the issue solved since it is merged?
Hi @JerBouma, it seems the indexing causes the problem in the your testing(https://github.com/OpenBB-finance/OpenBBTerminal/runs/5729494247?check_suite_focus=true). The latest version has removed the indexing and use the css class selector. Hope that helps.
Hi @lit26, yes it relates to that indeed. The reason we haven't updated yet is due to the fact that it does break some other commands as well in a different area of our package which is most likely due to our own code. Therefore, we are not updating just yet. Thanks for the heads up nonetheless though!
No worries. Feel free to post issues if any.
Hey @lit26, within group.overview the table value on line 85 needs to be changed. Currently this is set to
table = soup.findAll("table")[5]
but should betable = soup.findAll("table")[7]
. Could you fix this minor detail please?