Issues Loading to Excel and Pulling 2022 League Data #109
Replies: 3 comments 1 reply
-
This should be resolved by this: https://github.com/joeyagreco/leeger/releases/tag/v2.5.4 Make sure to run If you are still having issues please let me know. |
Beta Was this translation helpful? Give feedback.
-
Ok I was able to update to 2.5.4 and its looking better. Now Im getting the error "Week 17 has 2 championship matches. maximum is 1 but I checked league history and its just the consolation matchup? Also Im still not able to get the Excel output to work? It just creates a .yahoofantasy document in the library. Is it supposed to create an Excel file as well if working correctly? |
Beta Was this translation helpful? Give feedback.
-
Fixed in v2.5.5 |
Beta Was this translation helpful? Give feedback.
-
Hello Joey
First of thank you for posting this, this is great content. Im admittedly a beginner with Python but want to start learning it for work and was going to use this as my first resource. I got the entirety of the setup working but I cant load the leagues to an Excel file? In your step-by-step it says to slightly alter the code to include the call function, and then to make sure to pass into the function call to load into Excel. I dont know entirely what that means. Do I just add the "from leeger.util.excel import leagueToExcel" under the 2 functions at the top? Or do I repeat the Excel step underneath all of the first loads? I've tried several ways and cant seem to get it to work. Im also getting the same error that tprusisz is referencing here:
#108
I also uploaded my script in a .txt file for reference. Would really appreciate any help!
my code.txt
Beta Was this translation helpful? Give feedback.
All reactions