Skip to content

[Bug]: ScoreboardV2 returns empty rowSet for 2026 Conference Semifinals (ARENA_NAME unavailable); ScoreboardV3 has no arena field #667

@jeb2260

Description

@jeb2260

NBA API Version

1.11.4

Issue

for a date last week, I see

"headers": [
        "GAME_DATE_EST",
        "GAME_SEQUENCE",
        "GAME_ID",
        "GAME_STATUS_ID",
        "GAME_STATUS_TEXT",
        "GAMECODE",
        "HOME_TEAM_ID",
        "VISITOR_TEAM_ID",
        "SEASON",
        "LIVE_PERIOD",
        "LIVE_PC_TIME",
        "NATL_TV_BROADCASTER_ABBREVIATION",
        "HOME_TV_BROADCASTER_ABBREVIATION",
        "AWAY_TV_BROADCASTER_ABBREVIATION",
        "LIVE_PERIOD_TIME_BCAST",
        "ARENA_NAME",
        "WH_STATUS",
        "WNBA_COMMISSIONER_FLAG"
      ],
      "rowSet": [
        [
          "2026-04-29T00:00:00",
          1,
          "0042500105",
          1,
          "TBD",
          "20260429/ORLDET",
          1610612765,
          1610612753,
          "2025",
          0,
          "     ",
          "TBD",
          null,
          null,
          "Q0       - TBD",
          "Little Caesars Arena",
          0,
          0
        ],
        [
          "2026-04-29T00:00:00",
          2,
          "0042500135",
          1,
          "TBD",
          "20260429/TORCLE",
          1610612739,
          1610612761,
          "2025",
          0,
          "     ",
          "TBD",
          null,
          "SN",
          "Q0       - TBD",
          "Rocket Arena",
          0,
          0
        ],
        [
          "2026-04-29T00:00:00",
          3,
          "0042500145",
          1,
          "TBD",
          "20260429/PHXOKC",
          1610612760,
          1610612756,
          "2025",
          0,
          "     ",
          "TBD",
          null,
          null,
          "Q0       - TBD",
          "Paycom Center",
          0,
          0
        ],
        [
          "2026-04-29T00:00:00",
          4,
          "0042500175",
          1,
          "TBD",
          "20260429/HOULAL",
          1610612747,
          1610612745,
          "2025",
          0,
          "     ",
          "TBD",
          null,
          null,
          "Q0       - TBD",
          "Crypto.com Arena",
          0,
          0
        ]
      ]

For yesterday, I see

"headers": [
        "GAME_DATE_EST",
        "GAME_SEQUENCE",
        "GAME_ID",
        "GAME_STATUS_ID",
        "GAME_STATUS_TEXT",
        "GAMECODE",
        "HOME_TEAM_ID",
        "VISITOR_TEAM_ID",
        "SEASON",
        "LIVE_PERIOD",
        "LIVE_PC_TIME",
        "NATL_TV_BROADCASTER_ABBREVIATION",
        "HOME_TV_BROADCASTER_ABBREVIATION",
        "AWAY_TV_BROADCASTER_ABBREVIATION",
        "LIVE_PERIOD_TIME_BCAST",
        "ARENA_NAME",
        "WH_STATUS",
        "WNBA_COMMISSIONER_FLAG"
      ],
      "rowSet": []

I mostly need the ARENA_NAME which I don't see in V3, is there a way it can be added to V3? Thanks!

Code

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriageResearching into a possible bug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions