roclark / sportsipy

A free sports API written for python
MIT License
494 stars 191 forks source link

Not finding NHL Teams #799

Open 2Skupz opened 1 month ago

2Skupz commented 1 month ago

Describe the bug Teams() function is producing following error: The requested page returned a valid response, but no data could be found. Has the season begun, and is the data available on www.sports-reference.com?

To Reproduce Sample code which causes an issue.

from sportsipy.nba.teams import Teams
teams = Teams()

Expected behavior Should create a list object of teams.

Desktop (please complete the following information):

lucaslibshutz commented 1 week ago

same here. nothing in the library seems to work for some reason.

davidjkrause commented 5 days ago

As with most recent issues here, this case is resolved by the fork at https://github.com/davidjkrause/sportsipy

See my similar comment on most of the recent issues, this particular repo seems no longer maintained.