Skip to content

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

@danilozada

Description

@danilozada

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions