Advertisement
Guest User

XBMC 40D Script Failed

a guest
Jun 20th, 2012
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. 22:44:57 T:1217012800 DEBUG: Process - Entering source directory /home/pi/.xbmc/addons/plugin.video.4od
  2. 22:44:57 T:1217012800 DEBUG: Instantiating addon using automatically obtained id of "plugin.video.4od" dependent on version 1.0 of the xbmc.python api
  3. 22:44:58 T:1217012800 DEBUG: Platform: linux
  4. 22:44:58 T:1217012800 DEBUG: cacheDir: /home/pi/.xbmc/userdata/addon_data/plugin.video.4od/cache
  5. 22:44:58 T:1217012800 DEBUG: GetURL: http://www.channel4.com/programmes/tags/4od
  6. 22:44:58 T:1217012800 DEBUG: maxAgeSeconds: 200000
  7. 22:44:58 T:1217012800 DEBUG: cachedURLTimestamp: 1340223957.92
  8. 22:44:58 T:1217012800 DEBUG: Get page from cache
  9. 22:44:58 T:1217012800 NOTICE: Traceback (most recent call last):
  10. 22:44:58 T:1217012800 NOTICE: File "/home/pi/.xbmc/addons/plugin.video.4od/default.py", line 1087, in <module>
  11. 22:44:58 T:1217012800 NOTICE: ShowCategories()
  12. 22:44:58 T:1217012800 NOTICE: File "/home/pi/.xbmc/addons/plugin.video.4od/default.py", line 438, in ShowCategories
  13. 22:44:58 T:1217012800 NOTICE: html = re.findall( '<ol class="display-cats">(.*?)</div>', html, re.DOTALL | re.IGNORECASE )[0]
  14. 22:44:58 T:1217012800 NOTICE: IndexError: list index out of range
  15. 22:44:58 T:1217012800 INFO: -->Python script returned the following error<--
  16. 22:44:58 T:1217012800 ERROR: Error Type: <type 'exceptions.IndexError'>
  17. 22:44:58 T:1217012800 ERROR: Error Contents: list index out of range
  18. 22:44:58 T:1217012800 ERROR: Traceback (most recent call last):
  19. File "/home/pi/.xbmc/addons/plugin.video.4od/default.py", line 1087, in <module>
  20. ShowCategories()
  21. File "/home/pi/.xbmc/addons/plugin.video.4od/default.py", line 438, in ShowCategories
  22. html = re.findall( '<ol class="display-cats">(.*?)</div>', html, re.DOTALL | re.IGNORECASE )[0]
  23.  
  24. IndexError: list index out of range
  25. 22:44:58 T:1217012800 INFO: -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement