Advertisement
Guest User

Untitled

a guest
Aug 11th, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. 16:49:23 T:139979812493056 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.IndexError'>
  4. Error Contents: list index out of range
  5. Traceback (most recent call last):
  6. File "/root/.kodi/addons/service.start.epg/addon.py", line 84, in <module>
  7. startService()
  8. File "/root/.kodi/addons/service.start.epg/addon.py", line 79, in startService
  9. searchProxy()
  10. File "/root/.kodi/addons/service.start.epg/addon.py", line 53, in searchProxy
  11. boolean, host, port, udpTV = lifeProxy()
  12. File "/root/.kodi/addons/service.start.epg/addon.py", line 35, in lifeProxy
  13. udpTV = proxyM3U[4].replace('\n','')
  14. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement