Getting Started #347
-
I'm new to Python and working with GitHub and everything. I'm having trouble just initializing the Football side of things, I get some errors (4 to be precise). I did the following: I installed the espn_api package from espn_api.football import League If you have any feedback I would greatly appreciate it. Thank you and I appreciate your time in advance.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @JosePabloPQ, try initializing the league without |
Beta Was this translation helpful? Give feedback.
-
Hey @cwendt94 . I am getting a League ID doesn't exist error. I have gotten my league ID from the URL for the league and have converted it to an integer, but it's not returning anything. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Hi @JosePabloPQ, try initializing the league without
username
andpassword
. I have been meaning to remove those fields because it no longer works. ESPN changed how they authenticate username and password.