Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. 13:35:37 T:296 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <class 'urllib2.URLError'>
  4. Error Contents: <urlopen error timed out>
  5. Traceback (most recent call last):
  6. File "C:\Users\Peppe\AppData\Roaming\XBMC\addons\plugin.video.popcorntv-master\default.py", line 76, in <module>
  7. show_root_folder()
  8. File "C:\Users\Peppe\AppData\Roaming\XBMC\addons\plugin.video.popcorntv-master\default.py", line 39, in show_root_folder
  9. items = popcorntv.getCategories()
  10. File "C:\Users\Peppe\AppData\Roaming\XBMC\addons\plugin.video.popcorntv-master\resources\lib\popcorntv.py", line 22, in getCategories
  11. data = urllib2.urlopen(pageUrl).read()
  12. File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 126, in urlopen
  13. return _opener.open(url, data, timeout)
  14. File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 391, in open
  15. response = self._open(req, data)
  16. File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 409, in _open
  17. '_open', req)
  18. File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
  19. result = func(*args)
  20. File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1170, in http_open
  21. return self.do_open(httplib.HTTPConnection, req)
  22. File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1145, in do_open
  23. raise URLError(err)
  24. URLError: <urlopen error timed out>
  25. -->End of Python script error report<--
  26. 13:35:37 T:556 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  27. 13:35:37 T:296 INFO: Python script stopped
  28. 13:35:37 T:296 DEBUG: Thread XBPyThread 296 terminating
  29. 13:35:37 T:2780 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
  30. 13:35:37 T:556 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.popcorntv/
  31. 13:35:37 T:556 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.popcorntv/) failed
  32. 13:35:37 T:556 DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video/)
  33. 13:35:37 T:556 DEBUG: ParentPath = []
  34. 13:35:37 T:3840 NOTICE: Thread Background Loader start, auto delete: false
  35. 13:35:37 T:3840 DEBUG: Thread Background Loader 3840 terminating
  36. 13:35:37 T:556 DEBUG: waiting for python thread 10 (C:\Users\Peppe\AppData\Roaming\XBMC\addons\plugin.video.popcorntv-master\default.py) to stop
  37. 13:35:37 T:556 DEBUG: python thread 10 (C:\Users\Peppe\AppData\Roaming\XBMC\addons\plugin.video.popcorntv-master\default.py) destructed
  38. 13:35:37 T:556 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement