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
when running version procyclingstats==0.1.7 this code:
from procyclingstats import Team
team = Team("team/bora-hansgrohe-2022")
print(team.riders())
results in this error:
Traceback (most recent call last):
File "C:\Users\user\Documenten\test.py", line 12, in <module>
print(team.riders())
File "C:\Users\user\anaconda3\lib\site-packages\procyclingstats\team_scraper.py", line 183, in riders
table_parser = TableParser(career_points_table_html)
File "C:\Users\user\anaconda3\lib\site-packages\procyclingstats\table_parser.py", line 31, in __init__
table_body = html_table.css_first("tbody")
AttributeError: 'NoneType' object has no attribute 'css_first'
The text was updated successfully, but these errors were encountered:
when running version procyclingstats==0.1.7 this code:
results in this error:
The text was updated successfully, but these errors were encountered: