Closed alberto33 closed 1 year ago
On it, some date wording changed on the Finviz site
Issue is fixed. Please update to the latest version and confirm:
pip install pyfinviz==0.14
I will close this issue once I receive confirmation. Thanks!
Thank you for the update
On Wed, Sep 20, 2023, 7:44 PM Oscar @.***> wrote:
Issue is fixed. Please update to the latest version and confirm: pip install pyfinviz==0.14 I will close this issue once I receive confirmation. Thanks!
— Reply to this email directly, view it on GitHub https://github.com/oscar0812/pyfinviz/issues/17#issuecomment-1728561986, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYGAABEOKSKDZKFPLA43VTX3N5WBANCNFSM6AAAAAA4RTBPIY . You are receiving this because you authored the thread.Message ID: @.***>
Thank you for the update
On Wed, Sep 20, 2023, 7:44 PM Oscar @.***> wrote:
Issue is fixed. Please update to the latest version and confirm: pip install pyfinviz==0.14 I will close this issue once I receive confirmation. Thanks!
— Reply to this email directly, view it on GitHub https://github.com/oscar0812/pyfinviz/issues/17#issuecomment-1728561986, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYGAABEOKSKDZKFPLA43VTX3N5WBANCNFSM6AAAAAA4RTBPIY . You are receiving this because you authored the thread.Message ID: @.***>
Let me know if the issue is fixed.
Confirming that version 0.14 works like a charm.
I thought I had reported this issue but I don't see it in the list of issues. Apologies if it is a repeat.
Suddenly Pyfinviz stopped working probably because of a change in the Finviz layout. This call now fails:
With this error:
I fixed it by commenting out this line on quote.py (not an ideal fix)
# self.outer_news_df = Quote.__get_outer_news_df__(self.soup)