dtcarls / fantasy_football_chat_bot

GroupMe Discord and Slack Chatbot for ESPN Fantasy Football
GNU General Public License v3.0
297 stars 234 forks source link

Scoreboard is reflecting thursday scores on each score update #42

Closed jjordan1417 closed 5 years ago

jjordan1417 commented 5 years ago

Scoreboard is reflecting thursday scores on each score update

dtcarls commented 5 years ago

Are you running the latest version?

On Sun, Sep 8, 2019 at 8:14 PM jjordan1417 notifications@github.com wrote:

Scoreboard is reflecting thursday scores on each score update

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dtcarls/fantasy_football_chat_bot/issues/42?email_source=notifications&email_token=ACWGOWOFY262W5RFQLHNQELQIWIOHA5CNFSM4IUVMDAKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKBNZAQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ACWGOWKI2G5PM2LQSCFZSQDQIWIOHANCNFSM4IUVMDAA .

jjordan1417 commented 5 years ago

How do i check what version i’m running?

On Sep 8, 2019, at 7:33 PM, Dean Carlson notifications@github.com wrote:

Are you running the latest version?

On Sun, Sep 8, 2019 at 8:14 PM jjordan1417 notifications@github.com wrote:

Scoreboard is reflecting thursday scores on each score update

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dtcarls/fantasy_football_chat_bot/issues/42?email_source=notifications&email_token=ACWGOWOFY262W5RFQLHNQELQIWIOHA5CNFSM4IUVMDAKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKBNZAQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ACWGOWKI2G5PM2LQSCFZSQDQIWIOHANCNFSM4IUVMDAA .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dtcarls/fantasy_football_chat_bot/issues/42?email_source=notifications&email_token=ANDM4LEK32GLSVQ5KP2GEOTQIWKWTA5CNFSM4IUVMDAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6F6P6Y#issuecomment-529262587, or mute the thread https://github.com/notifications/unsubscribe-auth/ANDM4LEML577SFDCYC2E5W3QIWKWTANCNFSM4IUVMDAA.

dtcarls commented 5 years ago

I would request that you try to redeploy as the latest ff-espn-api is 1.1.0 while your deploy log is 1.0.12 . A recent change to the API has a new location (scoreboard to box_score) for certain statistics may have caused the issue.

Voidbringers commented 5 years ago

Having the same issue too. Two bot score updates today and they both showed the Thursday scores. Checked the build log in Heroku and it says:

Running setup.py install for ff-espn-api: finished with status 'done' Successfully installed apscheduler-3.6.1 certifi-2019.6.16 chardet-3.0.4 ff-espn-api-1.1.0 ...

So looks like I'm running the latest version right?

csabatini commented 5 years ago

I had the same issue and after rebuilding the docker image from the latest changes merged into master, the score update includes Sunday.

One of the matchups has an incorrect score (maybe a separate issue) but the rest all are correct.

dtcarls commented 5 years ago

@csabatini can you create a separate issue and provide relevant information for having an incorrect score? Honestly, I am usually just looking at my score, so it's possible another match up may be wrong, though unlikely.

dtcarls commented 5 years ago

Closing issue as it didn't occur over the weekend with latest version. Reopen if problem re-occurs