Advertisement
Guest User

ReTVIssue

a guest
Nov 24th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. 23:17:24 T:3536 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 'Poster' referenced before assignment
  5. Traceback (most recent call last):
  6. File "C:\Users\Ashish\AppData\Roaming\XBMC\addons\plugin.retv.movies-2.0.0\default.py", line 277, in <module>
  7. loadMovieAlbums(params["function"])
  8. File "C:\Users\Ashish\AppData\Roaming\XBMC\addons\plugin.retv.movies-2.0.0\default.py", line 229, in loadMovieAlbums
  9. print "Poster :" + Poster
  10. UnboundLocalError: local variable 'Poster' referenced before assignment
  11. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement