Advertisement
Guest User

Untitled

a guest
Oct 8th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.13 KB | None | 0 0
  1. 2019-10-08 20:52:49.266 T:26802   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.UnboundLocalError'>
  4.                                             Error Contents: local variable 'progress' referenced before assignment
  5.                                             Traceback (most recent call last):
  6.                                               File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.light.imdb.ratings.update/main.py", line 15, in <module>
  7.                                                 StartUpdate()
  8.                                               File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.light.imdb.ratings.update/main.py", line 12, in StartUpdate
  9.                                                 update_main.perform_update()
  10.                                               File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.light.imdb.ratings.update/resources/core/update_main.py", line 216, in perform_update
  11.                                                 Movies()
  12.                                               File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.light.imdb.ratings.update/resources/core/update_main.py", line 60, in __init__
  13.                                                 self.doUpdate()
  14.                                               File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.light.imdb.ratings.update/resources/core/update_main.py", line 104, in doUpdate
  15.                                                 start_new_thread(thread_parse_IMDb_page,("movie", Movie[0], Movie[1], Movie[2], Movie[3], Movie[4], -1, progress, 0, self.lock, self.flock))
  16.                                             UnboundLocalError: local variable 'progress' referenced before assignment
  17.                                             -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement