Git Product home page Git Product logo

Comments (4)

toddrob99 avatar toddrob99 commented on July 25, 2024 1

Fixed in v0.0.9, update with pip install --upgrade mlb-statsapi.

Thank you for the bug report!

from mlb-statsapi.

toddrob99 avatar toddrob99 commented on July 25, 2024

Thank you for the report.

This happened because the decisions field is missing in the MLB data for a game. I thought MLB included the decisions field for all completed games, but perhaps there was a suspended game or something else out of the ordinary for which they leave that field out. I’ll take a closer look later today or tomorrow.

The fix is easy regardless of why the data is not included. I just have to change game[‘decisions’] to game.get(‘decisions’,{}) to account for the field missing sometimes.

from mlb-statsapi.

philconow avatar philconow commented on July 25, 2024

Thank you!

from mlb-statsapi.

toddrob99 avatar toddrob99 commented on July 25, 2024

It's due to gamePk 565060 from 6/13 not having the decisions data included, but I don't see anything special about that game. It completed after 8.5 innings, the status is FInal, and the Red Sox beat the Rangers 7-6. MLB Gameday shows W/L/S in the pitching box score, but it is also missing a couple of names for the Red Sox (no name on the row after Brewer, and no name with the save credited). I'll add protection against missing decision data, but I don't know why it's missing.

from mlb-statsapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.