Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. 18:20:30 T:10396 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.TypeError'>
  4. Error Contents: string indices must be integers
  5. Traceback (most recent call last):
  6. File "C:\Users\OEMSAM\AppData\Roaming\XBMC\addons\plugin.video.xbmc-nhl-gamecenter\main.py", line 354, in <module>
  7. game_center.MODE_list(today_only)
  8. File "C:\Users\OEMSAM\AppData\Roaming\XBMC\addons\plugin.video.xbmc-nhl-gamecenter\main.py", line 205, in MODE_list
  9. games = self.game_center.get_games_list(today_only)
  10. File "C:\Users\OEMSAM\AppData\Roaming\XBMC\addons\plugin.video.xbmc-nhl-gamecenter\resources\lib\nhlgc.py", line 210, in get_games_list
  11. if type(game['homeTeam']) == type(list()):
  12. TypeError: string indices must be integers
  13. -->End of Python script error report<--
  14. 18:20:30 T:16656 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmc-nhl-gamecenter/?mode=list&type=today
  15. 18:20:30 T:16656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmc-nhl-gamecenter/?mode=list&type=today) failed
  16. 18:20:30 T:14792 NOTICE: Thread BackgroundLoader start, auto delete: false
  17. 18:20:30 T:12120 ERROR: CCurlFile::FillBuffer - Failed: Failure when receiving data from the peer(56)
  18. 18:20:30 T:12120 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement