Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2010
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. 01:56:51 T:2820459376 M:1730945024 ERROR: Error Type: exceptions.TypeError
  2. 01:56:51 T:2820459376 M:1730945024 ERROR: Error Contents: object does not support item assignment
  3. 01:56:51 T:2820459376 M:1730945024 ERROR: Traceback (most recent call last):
  4. File "/home/cgeorg/.xbmc/addons/plugin.video.youtube.beta/default.py", line 45, in ?
  5. navigator.executeAction(params)
  6. File "/home/cgeorg/.xbmc/addons/plugin.video.youtube.beta/YouTubeNavigation.py", line 136, in executeAction
  7. self.playVideo(params)
  8. File "/home/cgeorg/.xbmc/addons/plugin.video.youtube.beta/YouTubeNavigation.py", line 329, in playVideo
  9. (video, status) = core.construct_video_url(get('videoid'));
  10. File "/home/cgeorg/.xbmc/addons/plugin.video.youtube.beta/YouTubeCore.py", line 330, in construct_video_url
  11. video['stream_map'] = 'False'
  12. TypeError: object does not support item assignment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement