2012-01-26, 13:32
jonnysarmbrace Wrote:Worked perfectly, thanks guys!
Hi there, I've tried this over and over and saw the same fix in another thread but for some reason it won't work for me. Here's the paste from my log, really appreciate any suggestions ? (I'm running pretty much vanilla XBMC 10.1 on OS X 10.7)
Thanks!
22:20:54 T:2955448320 M:131579904 ERROR: Error Type: exceptions.AttributeError
22:20:54 T:2955448320 M:131579904 ERROR: Error Contents: YouTubePlayer instance has no attribute 'showMessage'
22:20:54 T:2955448320 M:131489792 ERROR: Traceback (most recent call last):
File "/Users/jdbox/Library/Application Support/XBMC/addons/plugin.video.youtube/default.py", line 52, in ?
navigator.executeAction(params)
File "/Users/jdbox/Library/Application Support/XBMC/addons/plugin.video.youtube/YouTubeNavigation.py", line 205, in executeAction
player.playVideo(params)
File "/Users/jdbox/Library/Application Support/XBMC/addons/plugin.video.youtube/YouTubePlayer.py", line 57, in playVideo
self.showErrorMessage(self.__language__(30603), video["apierror"], status)
File "/Users/jdbox/Library/Application Support/XBMC/addons/plugin.video.youtube/YouTubePlayer.py", line 365, in showErrorMessage
self.showMessage(title, result)
AttributeError: YouTubePlayer instance has no attribute 'showMessage'