-
Notifications
You must be signed in to change notification settings - Fork 40
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
SEA servers not pulling games #217
Comments
here is another of the players who played 2 matches on stream both private draft.
|
URLs to API with players who played these matches
|
I'm logged into my SEA account, just played a BR, it showed up. We can rule out that SEA is not pulling any games. |
SEA is getting games - that's not an issue. it's either no Private Draft games are getting pulled since 2.6 - check on VGMINER for same people i linked up - they have games in 2.5 but none in 2.6. or something peculiar with these matches |
SEA is getting Private Draft Matches confirmed. I have SEA Matches that are done for EZL Matches that are coming through on the API. I believe the issue is somewhere in one of three portions because they are the only differences from 1 match to another.
A game is set up in almost the same manner so if some matches are showing up they should all be showing up. The only differences that can occur between the setup of matches are listed. Hope this helps. |
I tried the first match with NomNomTNT and Kronos17. curl -g "https://api.dc01.gamelockerapp.com/shards/sg/players?filter[playerNames]=Kronos17" -H "Authorization: Bearer $APIKEY" -H "X-TITLE-ID: semc-vainglory" -H "Accept: application/vnd.api+json" | jq "." NomNomTNT (sg) has the player id This query should return a private_party_draft match at 2017-08-04, played at about 18:00 (that was when @kvahuja reported the bug, he needs to confirm). Looking at the accounts that spectate, I saw two names on recent streams:
curl -g "https://api.dc01.gamelockerapp.com/shards/sg/players?filter[playerNames]=VGIF1" -H "Authorization: Bearer $APIKEY" -H "X-TITLE-ID: semc-vainglory" -H "Accept: application/vnd.api+json" | jq "." # should succeed
curl -g "https://api.dc01.gamelockerapp.com/shards/sg/matches?filter[playerNames]=VGIF1&filter[createdAt-start]=2017-04-01T00:00:00Z" -H "Authorization: Bearer $APIKEY" -H "X-TITLE-ID: semc-vainglory" -H "Accept: application/vnd.api+json" | jq "." # returns matches?!
I suspect that data did not get stored on |
they didnt use VGIF1 all day yesterday and still we cant get games |
Hey Folks - We looked, no matches are being missed. @schneefux is likely correct on #151. Its possible there was a game server issue or some other transient thing. I dont think this is enough to lose confidence in either the game systems or the api, as we compare quite frequently and don't see any discrepancies. I'm closing this because there's nothing we can do further to address this. |
hey @schneefux Just want to make sure you know that this should not work, and that is expected. We don't associate a match with a player unless they were on a team. Spectatorship doesn't really mean much, other than to give you a queue as to who was casting.
|
SERVER: SEA (public)
Here are the detilals...
This API call has a player "Kronos17" who on stream played a game with 5 more people all of them were T9-10. Yet the match is not shwing up in API.
The SS of the match data - https://cdn.discordapp.com/attachments/273223857337401344/343093128158248960/image.png
Links to all players and their records - all of them have played several ranked games
https://www.vainsocial.com/player/Nikhil21
https://www.vainsocial.com/player/NomNomTNT
https://www.vainsocial.com/player/ConQuisTaDoR
https://www.vainsocial.com/player/DevourX
https://www.vainsocial.com/player/yoyoAjay
https://www.vainsocial.com/player/Kronos17
Possible spectators in matches were:
VGIF1 (can't pull in API)
VGIF2 (0 ranked matches)
VGIF4 (58 ranked matches)
The text was updated successfully, but these errors were encountered: