Advertisement
csvedin

plugin.video.plexbmc-v2.0b4 fails with XBMC12 Frodo Beta1

Nov 19th, 2012
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. XBMC did something right before going to Beta1 stage of Frodo that broke PleXBMC plugin.
  2. The git has been working good up until Beta1.
  3.  
  4. Here is the XBMC log when trying to access anything in PleXBMC menu.
  5.  
  6. 12:49:31 T:4571189248 NOTICE: ===== PLEXBMC START =====
  7. 12:49:31 T:4571189248 NOTICE: PleXBMC -> running on (2, 6, 5, 'final', 0)
  8. 12:49:31 T:4571189248 NOTICE: PleXBMC -> running on 2.0b rev 1
  9. 12:49:31 T:4571189248 NOTICE: PleXBMC -> Running with cElementTree on Python 2.5+
  10. 12:49:31 T:4571189248 NOTICE: PleXBMC -> Debug is turned off. Running silent
  11. 12:49:31 T:4571189248 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  12. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  13. Error Type: <type 'exceptions.IndexError'>
  14. Error Contents: list index out of range
  15. Traceback (most recent call last):
  16. File "/Users/yakumo/Library/Application Support/XBMC/addons/plugin.video.plexbmc/default.py", line 3060, in <module>
  17. Movies(param_url)
  18. File "/Users/yakumo/Library/Application Support/XBMC/addons/plugin.video.plexbmc/default.py", line 1009, in Movies
  19. html=getURL(url)
  20. File "/Users/yakumo/Library/Application Support/XBMC/addons/plugin.video.plexbmc/default.py", line 669, in getURL
  21. server=url.split('/')[serversplit]
  22. IndexError: list index out of range
  23. -->End of Python script error report<--
  24. 12:49:31 T:4571189248 INFO: Python script stopped
  25. 12:49:31 T:4571189248 DEBUG: Thread XBPyThread 4571189248 terminating
  26. 12:49:31 T:4587995136 DEBUG: WaitOnScriptResult - plugin exited prematurely - terminating
  27. 12:49:31 T:140735126573440 ERROR: GetDirectory - Error getting plugin://plugin.video.plexbmc/?mode=2&url=http%3a%2f%2f195.22.75.87%3a32400%2flibrary%2fsections%2f4%2fall
  28. 12:49:31 T:140735126573440 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.plexbmc/?mode=2&url=http%3a%2f%2f195.22.75.87%3a32400%2flibrary%2fsections%2f4%2fall) failed
  29. 12:49:31 T:140735126573440 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.plexbmc/?content_type=video)
  30. 12:49:31 T:140735126573440 DEBUG: ParentPath = [addons://sources/video/]
  31. 12:49:31 T:140735126573440 DEBUG: Loading fileitems [plugin://plugin.video.plexbmc/?content_type=video]
  32. 12:49:31 T:140735126573440 DEBUG: -- items: 51, directory: plugin://plugin.video.plexbmc/?content_type=video sort method: 0, ascending: false
  33. 12:49:31 T:4568862720 NOTICE: Thread Background Loader start, auto delete: false
  34. 12:49:31 T:4568862720 DEBUG: Thread Background Loader 4568862720 terminating
  35. 12:49:31 T:140735126573440 DEBUG: waiting for python thread 4 to stop
  36. 12:49:31 T:140735126573440 DEBUG: python thread 4 destructed
  37. 12:49:31 T:140735126573440 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  38. 12:49:31 T:140735126573440 DEBUG: Window DialogKaiToast.xml was already loaded
  39. 12:49:31 T:140735126573440 DEBUG: Alloc resources: 0.00m
  40. 12:49:32 T:140735126573440 DEBUG: ------ Window Init (Pointer.xml) ------
  41. 12:49:32 T:140735126573440 DEBUG: ------ Window Deinit (Pointer.xml) ------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement