2012-12-19, 20:27
When I look in my xbmc.log I see the following error:
Debug Log
Code:
13:19:33 T:4625797120 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'MyPlayer' object has no attribute 'type'
Traceback (most recent call last):
File "/Volumes/iMac_27 HD/Users/mwinestock/Library/Application Support/XBMC/addons/service.skin.widgets/default.py", line 685, in onPlayBackStopped
if self.type == 'movie':
AttributeError: 'MyPlayer' object has no attribute 'type'
-->End of Python script error report<--
Debug Log