Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2019-10-08 20:52:49.266 T:26802 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
- Error Type: <type 'exceptions.UnboundLocalError'>
- Error Contents: local variable 'progress' referenced before assignment
- Traceback (most recent call last):
- File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.light.imdb.ratings.update/main.py", line 15, in <module>
- StartUpdate()
- File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.light.imdb.ratings.update/main.py", line 12, in StartUpdate
- update_main.perform_update()
- 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
- Movies()
- 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__
- self.doUpdate()
- 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
- 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))
- UnboundLocalError: local variable 'progress' referenced before assignment
- -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement