Start up error #113
-
First, this seems awesome and I'm excited to get it working. I'm having an issue with the League loader. I've got a yahoo fantasy league. I downloaded the yahooleagueloaderexample.py sample code and changed the values for client_id and client_secret to my app on the yahoo developer site. When I run the script, I get this error. FileNotFoundError: [WinError 2] The system cannot find the file specified |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey @tinman0608 thanks for checking out the library! Could you send the full code that you're running (make sure to fill your client secret / client id with fake values)? This will help me find the issue the quickest. |
Beta Was this translation helpful? Give feedback.
-
So after some troubleshooting, I figured it out and... I'm dumb. My script wasn't in the same directory as everything else so my client info wasn't getting passed through correctly. Thanks for the help! |
Beta Was this translation helpful? Give feedback.
So after some troubleshooting, I figured it out and... I'm dumb. My script wasn't in the same directory as everything else so my client info wasn't getting passed through correctly. Thanks for the help!