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

Any chance events will live update? #210

Open
pedsm opened this issue Nov 23, 2022 · 8 comments
Open

Any chance events will live update? #210

pedsm opened this issue Nov 23, 2022 · 8 comments

Comments

@pedsm
Copy link
Contributor

pedsm commented Nov 23, 2022

Currently, the current game doesn't get live event updates:

"home_team_events": [],
"away_team_events": [],

Only returning empty strings. Any chance this could be live (a minute or two delay is what I mean when I say "live")

@estiens
Copy link
Owner

estiens commented Nov 23, 2022

I will look and see if there were any errors, they have been coming in live just fine for me though because I ingest them with a slackbot and have even seen goals and subs show up before I saw them on the TV

@dg01d
Copy link
Contributor

dg01d commented Nov 25, 2022

Hi @estiens

There's definitely noting coming through from /matches/current in home_team or away_team events

As @pedsm pedsm says, its just an empty array.

@estiens
Copy link
Owner

estiens commented Nov 25, 2022

Sorry ya'll. Watching USA ENG at a bar so can't debug right now but will look at it later!

@estiens
Copy link
Owner

estiens commented Nov 25, 2022

I can restart it from here though. First debugging step anyway while pulling up the logs :D

@pedsm
Copy link
Contributor Author

pedsm commented Nov 25, 2022

Yes sorry I did see some events come in live after I posted this.

@pedsm
Copy link
Contributor Author

pedsm commented Nov 25, 2022

Looks to be coming through on my end (might have been because the current game had no events before @dg01d )

@estiens
Copy link
Owner

estiens commented Nov 26, 2022

There is a possibility one of the follower databases was overloaded and stopped writing, so depending on which db you were routed to it might not have retrieved the events, should be fixed now and everything has looked again today for me

Current stats: 3.5k RPM/300ms response time with no errors

@pedsm
Copy link
Contributor Author

pedsm commented Nov 27, 2022

Looks like the events are updating live, but I did notice a bit of an edge case. On game 28 https://worldcupjson.net/matches/28 we had a Goal event followed by a VAR cancellation. This keeps the goal event around. Not sure what the behaviour should be there?

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