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

No Penalty Details for some plays #65

Open
BobBrennan opened this issue Feb 8, 2018 · 0 comments
Open

No Penalty Details for some plays #65

BobBrennan opened this issue Feb 8, 2018 · 0 comments

Comments

@BobBrennan
Copy link

BobBrennan commented Feb 8, 2018

201?????-NE-MIA

A false start penalty did not have any details for it in the Play By Play feed. It did show the passing play details even though it was "No Play". Also, the isNoPlay flag incorrectly showed false. Same applies to a 12 men on the field penalty for 20180204-PHI-NE

gam:play
gam:currentDown1</gam:currentDown>
gam:yardsRemaining10</gam:yardsRemaining>
gam:lineOfScrimmage
gam:teamNE</gam:team>
gam:yardLine40</gam:yardLine>
</gam:lineOfScrimmage>
gam:quarter1</gam:quarter>
gam:time7:24</gam:time>
gam:description
(7:36) (No Huddle, Shotgun) T.Brady pass short left to J.White to NE 44 for 4 yards (N.Bradham). PENALTY on PHI-P.Robinson, Defensive 12 On-field, 5 yards, enforced at NE 40 - No Play.
</gam:description>
gam:passingPlay
gam:teamAbbreviationNE</gam:teamAbbreviation>
gam:passingPlayer
gam:ID7549</gam:ID>
gam:LastNameBrady</gam:LastName>
gam:FirstNameTom</gam:FirstName>
gam:JerseyNumber12</gam:JerseyNumber>
gam:PositionQB</gam:Position>
</gam:passingPlayer>
gam:receivingPlayer
gam:ID7558</gam:ID>
gam:LastNameWhite</gam:LastName>
gam:FirstNameJames</gam:FirstName>
gam:JerseyNumber28</gam:JerseyNumber>
gam:PositionRB</gam:Position>
</gam:receivingPlayer>
gam:receivedAtPosition
gam:teamNE</gam:team>
gam:yardLine44</gam:yardLine>
</gam:receivedAtPosition>
gam:soloTacklingPlayer
gam:ID6265</gam:ID>
gam:LastNameBradham</gam:LastName>
gam:FirstNameNigel</gam:FirstName>
gam:JerseyNumber53</gam:JerseyNumber>
gam:PositionLB</gam:Position>
</gam:soloTacklingPlayer>
gam:stoppedAtPosition
gam:teamNE</gam:team>
gam:yardLine44</gam:yardLine>
</gam:stoppedAtPosition>
gam:isCompletedtrue</gam:isCompleted>
gam:isOutOfBoundsfalse</gam:isOutOfBounds>
gam:isTackledfalse</gam:isTackled>
gam:isEndedWithTouchdownfalse</gam:isEndedWithTouchdown>
gam:isTwoPointConversionfalse</gam:isTwoPointConversion>
gam:isFirstDownPenaltyfalse</gam:isFirstDownPenalty>
gam:isNoPlayfalse</gam:isNoPlay>
gam:yardsPassed4</gam:yardsPassed>
gam:yardsRushed0</gam:yardsRushed>
gam:yardsIntercepted0</gam:yardsIntercepted>
gam:totalYardsGained4</gam:totalYardsGained>
</gam:passingPlay>
</gam:play>

20180204-Phi-NE

gam:play
gam:currentDown1</gam:currentDown>
gam:yardsRemaining10</gam:yardsRemaining>
gam:lineOfScrimmage
gam:teamNE</gam:team>
gam:yardLine40</gam:yardLine>
</gam:lineOfScrimmage>
gam:quarter1</gam:quarter>
gam:time7:24</gam:time>
gam:description
(7:36) (No Huddle, Shotgun) T.Brady pass short left to J.White to NE 44 for 4 yards (N.Bradham). PENALTY on PHI-P.Robinson, Defensive 12 On-field, 5 yards, enforced at NE 40 - No Play.
</gam:description>
gam:passingPlay
gam:teamAbbreviationNE</gam:teamAbbreviation>
gam:passingPlayer
gam:ID7549</gam:ID>
gam:LastNameBrady</gam:LastName>
gam:FirstNameTom</gam:FirstName>
gam:JerseyNumber12</gam:JerseyNumber>
gam:PositionQB</gam:Position>
</gam:passingPlayer>
gam:receivingPlayer
gam:ID7558</gam:ID>
gam:LastNameWhite</gam:LastName>
gam:FirstNameJames</gam:FirstName>
gam:JerseyNumber28</gam:JerseyNumber>
gam:PositionRB</gam:Position>
</gam:receivingPlayer>
gam:receivedAtPosition
gam:teamNE</gam:team>
gam:yardLine44</gam:yardLine>
</gam:receivedAtPosition>
gam:soloTacklingPlayer
gam:ID6265</gam:ID>
gam:LastNameBradham</gam:LastName>
gam:FirstNameNigel</gam:FirstName>
gam:JerseyNumber53</gam:JerseyNumber>
gam:PositionLB</gam:Position>
</gam:soloTacklingPlayer>
gam:stoppedAtPosition
gam:teamNE</gam:team>
gam:yardLine44</gam:yardLine>
</gam:stoppedAtPosition>
gam:isCompletedtrue</gam:isCompleted>
gam:isOutOfBoundsfalse</gam:isOutOfBounds>
gam:isTackledfalse</gam:isTackled>
gam:isEndedWithTouchdownfalse</gam:isEndedWithTouchdown>
gam:isTwoPointConversionfalse</gam:isTwoPointConversion>
gam:isFirstDownPenaltyfalse</gam:isFirstDownPenalty>
gam:isNoPlayfalse</gam:isNoPlay>
gam:yardsPassed4</gam:yardsPassed>
gam:yardsRushed0</gam:yardsRushed>
gam:yardsIntercepted0</gam:yardsIntercepted>
gam:totalYardsGained4</gam:totalYardsGained>
</gam:passingPlay>
</gam:play>

@BobBrennan BobBrennan changed the title No Penalty Details for False Start No Penalty Details for some plays Feb 15, 2018
@bradbarkhouse bradbarkhouse added this to the API v2.0 milestone Apr 8, 2018
@bradbarkhouse bradbarkhouse removed this from the API v2.0 milestone Jun 29, 2018
@bradbarkhouse bradbarkhouse added this to the Improved Play-by-Play milestone Feb 10, 2020
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

2 participants