uberfastman / fantasy-football-metrics-weekly-report

Command line application to create weekly reports (containing stats, metrics, and rankings) for Fantasy Football leagues on the following platforms: Yahoo, ESPN, CBS, Sleeper, Fleaflicker
GNU General Public License v3.0
199 stars 49 forks source link

[Bug] All stats coming up 0. #207

Closed tockreativ closed 10 months ago

tockreativ commented 10 months ago

Description of Issue

Just installed and setup ff-bot yesterday and am getting "0" for every week when I run docker exec -it fantasy-football-metrics-weekly-report-app-1 python main.py. I've tried adjusting the generated week as well, but no luck. Is there something I am missing in the setup or command?

image

Fantasy Football Platform

Sleeper

League ID

921237080087302144

Operating System

macOS

Other

Any other setup/environment/settings information you might deem potentially relevant.

uberfastman commented 10 months ago

Hi @tockreativ, I just tried running the report for your league with the same settings as above and it ran just fine. Maybe the output is making it confusing, but have you tried looking at the report? The command line output with all those zeroes just tells you when there are ties (or no ties) in those metrics, not that the report isn't getting any data. To be fair, that log output is a bit of a relic from earlier days of the app, so seeing the ties is not really needed and I might remove it in my next update.

Anyway, the above output looks just as expected, so I'm going to close this for now as I suspect the reports are generating fine, but please reopen this ticket if I'm mistaken and there is some other issue where you're not seeing any data in the actual report.