Advertisement
Guest User

Tivix

a guest
Oct 24th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. 16:22:16 T:4244 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.HTTPError'>
  4. Error Contents: HTTP Error 451:
  5. Traceback (most recent call last):
  6. File "C:\Users\Sergey\Desktop\Kodi\portable_data\addons\plugin.video.tivix.net\default.py", line 358, in <module>
  7. plugin = Tivix()
  8. File "C:\Users\Sergey\Desktop\Kodi\portable_data\addons\plugin.video.tivix.net\default.py", line 49, in __init__
  9. self.epg = self.loadEPG()
  10. File "C:\Users\Sergey\Desktop\Kodi\portable_data\addons\plugin.video.tivix.net\default.py", line 140, in loadEPG
  11. response = urllib2.urlopen(request).read()
  12. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 127, in urlopen
  13. return _opener.open(url, data, timeout)
  14. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 410, in open
  15. response = meth(req, response)
  16. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 523, in http_response
  17. 'http', request, response, code, msg, hdrs)
  18. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 442, in error
  19. result = self._call_chain(*args)
  20. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 382, in _call_chain
  21. result = func(*args)
  22. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 629, in http_error_302
  23. return self.parent.open(new, timeout=req.timeout)
  24. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 410, in open
  25. response = meth(req, response)
  26. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 523, in http_response
  27. 'http', request, response, code, msg, hdrs)
  28. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 448, in error
  29. return self._call_chain(*args)
  30. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 382, in _call_chain
  31. result = func(*args)
  32. File "C:\Users\Sergey\Desktop\Kodi\system\python\Lib\urllib2.py", line 531, in http_error_default
  33. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  34. HTTPError: HTTP Error 451:
  35. -->End of Python script error report<--
  36. 16:22:16 T:5468 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.tivix.net/
  37. 16:22:16 T:5468 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.tivix.net/) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement