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

Power Rankings Not Updating #14

Closed
TOVIRAH opened this issue Oct 31, 2017 · 4 comments
Closed

Power Rankings Not Updating #14

TOVIRAH opened this issue Oct 31, 2017 · 4 comments

Comments

@TOVIRAH
Copy link

TOVIRAH commented Oct 31, 2017

We've installed the bot in a groupMe chat in our league and the power rankings haven't updated since week 4. I've forked the project so I could toy with it myself and see if I could debug the issue but just don't have the time to get into it right now with school. Anyone else noticed this? Any idea why? The code looks fine.

@dtcarls
Copy link
Owner

dtcarls commented Nov 1, 2017

Issue #1 was resolved on Sept. 22 if you installed on an earlier date it would not have the fix. If the problem is occurring after the fact please respond with your league ID and some screenshots in groupme if there are any.

Please also validate that power ranks should be changing week to week with the following python

from espnff import League
league_id = 123456
year = 2017
league = League(league_id, year)
print(league.power_rankings(week=1))
print(league.power_rankings(week=2))
print(league.power_rankings(week=3))
<you get the idea>

@TOVIRAH
Copy link
Author

TOVIRAH commented Nov 3, 2017

Thanks for the quick response. I will get back to you once I have a chance to test it out. The guy in our league that added the bot to the groupme hasn't responded, but we've had the bot since week 1, which would have been prior to 9/22. I've told him to remove it and readd it and see if it changes this coming week.

Thanks again.

@raulvasquez
Copy link

If you forked the repo you just need to submit a pull request to bring it online with this repo. If heroku is linked to your fork it should update without logging into group me

@dtcarls
Copy link
Owner

dtcarls commented Dec 18, 2017

@TOVIRAH closing issue. I will reopen if issue still occurring.

@dtcarls dtcarls closed this as completed Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants