Advertisement
Guest User

Untitled

a guest
Jun 7th, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. 09:09:11 T:4404 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.AttributeError'>
  4. Error Contents: 'NoneType' object has no attribute 'nodeValue'
  5. Traceback (most recent call last):
  6. File "C:\Users\Marcos\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py", line 722, in <module>
  7. _parse_argv()
  8. File "C:\Users\Marcos\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py", line 643, in _parse_argv
  9. _getPlaylistType ();
  10. File "C:\Users\Marcos\AppData\Roaming\XBMC\addons\script.randomandlastitems\randomandlastitems.py", line 55, in _getPlaylistType
  11. _name = _doc.getElementsByTagName('name')[0].firstChild.nodeValue
  12. AttributeError: 'NoneType' object has no attribute 'nodeValue'
  13. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement