Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFL Teams object returns 404 error #254

Closed
brandonschein opened this issue Nov 14, 2019 · 5 comments
Closed

NFL Teams object returns 404 error #254

brandonschein opened this issue Nov 14, 2019 · 5 comments
Labels
duplicate This issue or pull request already exists

Comments

@brandonschein
Copy link

Describe the bug

  • Attempting to use NFL package's Teams object or any of its methods returns an HTTP Error 404

To Reproduce

from sportsreference.nfl.teams import Teams

for team in Teams():
     print(team.name)

Expected behavior

  • Print all NFL team names

Screenshots
Screen Shot 2019-11-14 at 1 09 05 PM

Desktop (please complete the following information):

  • OS: macOS Catalina 10.15.1
  • Sportsreference Version 0.46
  • Python Version 3.7

Additional context

@oneshotbob
Copy link

I ran into the same issue

@DavidLiuGit
Copy link
Contributor

I had the same issue. It's been fixed in #250.

@shafty80
Copy link

i am updated to the current version, and the issue is not fixed.

thanks

@roclark
Copy link
Owner

roclark commented Nov 17, 2019

Hey @shafty80, can you provide some more details on this? Are you using the latest wheel available on PyPI (version 0.4.6), or are you using the master branch of the code? If the former, the update is not included in this release yet as I am planning on a few more patch fixes to be completed before pushing the next version.

If, however, you are using the latest code, this is something that I will need to look into.

@roclark
Copy link
Owner

roclark commented Nov 17, 2019

I'm going to close this one for now as it should already be resolved with #250 as @DavidLiuGit mentioned, but if that appears to not be the case, please let me know and I will gladly reopen this for further troubleshooting!

@roclark roclark closed this as completed Nov 17, 2019
@roclark roclark added the duplicate This issue or pull request already exists label Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

5 participants