odota / core

Open source Dota 2 data platform
https://www.opendota.com
MIT License
1.51k stars 303 forks source link

OpenDota web failing because gold_t returns null instead of array #2665

Closed aadittmk closed 1 year ago

aadittmk commented 1 year ago
  1. Opening any match on OpenDota Web results in the page stuck in the 'loading' state
  2. Debugging console errors point to reading the gold_t[10] value
  3. The API response is presently returning null instead of an array

Images attached below are in the order of the statements above

image

image

image

howardchung commented 1 year ago

Looks like an issue with the new winner display. I've added a check to ensure gold_t exists.