pigskin / kodi-gamepass

NFL Game Pass add-on for Kodi
Other
123 stars 83 forks source link

Force live video game info to be interpreted as UTF-8 #413

Closed jm-duke closed 5 years ago

jm-duke commented 5 years ago

The fix proposed in aqw/xbmc-gamepass#370 helped, but I still observed some UnicodeDecodeError exceptions, when live games were on (as reported in aqw/xbmc-gamepass#369).

Enforcing the Live tag string, which is added to game_info, to be interpreted as UTF-8 got rid of all crashes during live games

aqw commented 5 years ago

@atduke Thanks for the PR. Merging. :-)

---Alex