Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. 19:23:15.726 T:1675137952 DEBUG: [Light IMDb Ratings Update] - "Siostry": Update started (IMDb ID: tt6764030, TVDB ID: None)
  2. 19:23:19.134 T:1675137952 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4. Error Type: <type 'exceptions.IndexError'>
  5. Error Contents: list index out of range
  6. Traceback (most recent call last):
  7. File "/storage/.kodi/addons/script.light.imdb.ratings.update/main.py", line 15, in <module>
  8. StartUpdate()
  9. File "/storage/.kodi/addons/script.light.imdb.ratings.update/main.py", line 12, in StartUpdate
  10. update_main.perform_update()
  11. File "/storage/.kodi/addons/script.light.imdb.ratings.update/resources/core/update_main.py", line 206, in perform_update
  12. if onMovies == "true": Movies()
  13. File "/storage/.kodi/addons/script.light.imdb.ratings.update/resources/core/update_main.py", line 24, in __init__
  14. self.doUpdate()
  15. File "/storage/.kodi/addons/script.light.imdb.ratings.update/resources/core/update_main.py", line 60, in doUpdate
  16. parsed_data = parse_IMDb_page(IMDb)
  17. File "/storage/.kodi/addons/script.light.imdb.ratings.update/resources/core/imdb_scraper.py", line 45, in parse_IMDb_page
  18. rating = re.findall(r"[-+]?\d*\.\d+|\d+", str(tag_rating[0]))[0]
  19. IndexError: list index out of range
  20. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement