roclark / sportsipy

A free sports API written for python
MIT License
475 stars 189 forks source link

join() got an unexpected keyword argument 'closing_combiner' error #784

Open danilozada opened 1 year ago

danilozada commented 1 year ago

I am trying to access NCAAF data using the sportsipy package in Python using Pycharm. The package worked 2 days ago without any errors, but is now throwing a "join() got an unexpected keyword argument 'closing_combiner'" whenever I try to access the data. Did sportsreference update their website?

This has occurred with the example code from the NCAAF package documentation:

from sportsipy.ncaaf.rankings import Rankings rankings = Rankings()

from sportsipy.ncaaf.conferences import Conferences conferences = Conferences()

I'm fairly new to Python and coding in general, any help would be appreciated !

kmart8 commented 1 year ago

Go back the the lab