Advertisement
Guest User

C E Feature Error

a guest
Feb 28th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. 07:34:07 T:1112 ERROR: Traceback (most recent call last):
  2. 07:34:07 T:1112 ERROR: File "C:\Users\Veepu Eco\AppData\Roaming\XBMC\addons\script.cinema.experience\resources\lib\json_utils.py", line 56, in retrieve_json_dict
  3. 07:34:07 T:1112 ERROR: json_dict = result[ items ]
  4. 07:34:07 T:1112 ERROR: KeyError: 'items'
  5. 07:34:07 T:1112 ERROR: Traceback (most recent call last):
  6. 07:34:07 T:1112 ERROR: File "C:\Users\Veepu Eco\AppData\Roaming\XBMC\addons\script.cinema.experience\resources\lib\ce_playlist.py", line 409, in _get_queued_video_info
  7. 07:34:07 T:1112 ERROR: movie_detail = _movie_details( plist[feature]['id'] )
  8. 07:34:07 T:1112 ERROR: TypeError: 'NoneType' object is unsubscriptable
  9. 07:34:07 T:1112 ERROR: Traceback (most recent call last):
  10. 07:34:07 T:1112 ERROR: File "C:\Users\Veepu Eco\AppData\Roaming\XBMC\addons\script.cinema.experience\addon.py", line 189, in <module>
  11. 07:34:07 T:1112 ERROR: exit = Script().start_script( "oldway" )
  12. 07:34:07 T:1112 ERROR: File "C:\Users\Veepu Eco\AppData\Roaming\XBMC\addons\script.cinema.experience\resources\lib\ce_player.py", line 95, in start_script
  13. 07:34:07 T:1112 ERROR: mpaa, audio, genre, movie, equivalent_mpaa, is_3d_movie = _get_queued_video_info( feature = 0 )
  14. 07:34:07 T:1112 ERROR: File "C:\Users\Veepu Eco\AppData\Roaming\XBMC\addons\script.cinema.experience\resources\lib\ce_playlist.py", line 421, in _get_queued_video_info
  15. 07:34:07 T:1112 ERROR: movie_title = path = mpaa = audio = genre = movie = equivalent_mpaa, short_mpaa = ""
  16. 07:34:07 T:1112 ERROR: ValueError: need more than 0 values to unpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement