You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/src/finviz/main_func.py", line 37, in get_stock
company_details = title.cssselect('h2[class="quote-header_ticker-wrapper_company"]')[0]
IndexError: list index out of range
Root cause:
Finviz has added a new text-xl class name in the h2
When running PR #202 Getting this error:
Root cause:
Finviz has added a new
text-xl
class name in the h2PR #204 fixes this issue
The text was updated successfully, but these errors were encountered: