eracknaphobia / plugin.video.mlbtv

MLB.tv KODI add-on
GNU General Public License v2.0
19 stars 12 forks source link

fixing critical error in today's game list #40

Closed tonywagner closed 2 years ago

tonywagner commented 2 years ago

Found an error today: postponements don't have flags for no-hitters. Added a check for the presence of flags before accessing them.

Unfortunately, a recent "free game" commit removed the "try/except pass" block around create_game_listitem, so this exception on today's postponements was causing the entire list not to load. So I've also restored the "try/except pass" block around create_game_listitem.

eracknaphobia commented 2 years ago

got it, thanks!

eracknaphobia commented 2 years ago

@tonywagner When you get a chance can you check out the question here (https://github.com/xbmc/repo-plugins/pull/3989).