Kodi Community Forum
Release [depricated] old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release [depricated] old YouTube Plugin - XBMC 13.0 Frodo/Gotham only (/showthread.php?tid=79487)



4.4.6 update - marvtigre - 2013-07-18

@ Update to 4.4.6

' Script failed! : plugin.video.youtube ' on OpenElec on HTPC as well as on XBMC on PC.

Anyone?


RE: [RELEASE] YouTube (Video) Plugin - Fragarach - 2013-07-18

(2013-07-17, 07:16)MoronicAcid Wrote: Even when using the pages.plusgoogle.com account, I still can't login to my YouTube account.


Did you set a password and change both username and password in XBMC?


RE: 4.4.6 update - Zoomer88 - 2013-07-18

(2013-07-18, 06:17)marvtigre Wrote: @ Update to 4.4.6

' Script failed! : plugin.video.youtube ' on OpenElec on HTPC as well as on XBMC on PC.

Anyone?

Same problem. Here's the log file concerning this issue:

Code:
10:24:51 T:7760  NOTICE: YouTube-4.4.6
10:24:51 T:7760  NOTICE: CommonFunctions-2.5.1
10:24:52 T:7760   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\Zoomer\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\Zoomer\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\Zoomer\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\Zoomer\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\Zoomer\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\Zoomer\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\Zoomer\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\Zoomer\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\Zoomer\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
                                            -->End of Python script error report<--
10:24:52 T:7760 WARNING: The python script "C:\Users\Zoomer\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
10:24:52 T:5276   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=BUY6HGqYweQ]
This is after the last update today's morning (or yesterday's evening?) Windows 7 x64 PC.
Also is there a place I can download the previous version?


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon - tuputamadre - 2013-07-18

last night before the update i could play videos just fine, now it gives me that "script failed" error described on the post above

Code:
12:00:35 T:4912  NOTICE: YouTube-4.4.6
12:00:35 T:4912  NOTICE: CommonFunctions-2.5.1
12:00:37 T:4912   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:00:37 T:4912 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:00:37 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=ajtW-DrV-ps]
12:00:37 T:4600  NOTICE: Thread Background Loader start, auto delete: false
12:00:56 T:2608  NOTICE: Thread XBPyThread start, auto delete: false
12:00:56 T:2608  NOTICE: -->Python Interpreter Initialized<--
12:00:56 T:2608  NOTICE: Loading cookies from :'C:\\Users\\~\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
12:00:56 T:2608  NOTICE: YouTube-4.4.6
12:00:56 T:2608  NOTICE: CommonFunctions-2.5.1
12:00:58 T:2608   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:00:58 T:2608 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:00:58 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=HF7JAyhnlQ0]
12:01:01 T:1916  NOTICE: Thread Background Loader start, auto delete: false
12:01:20 T:4376  NOTICE: Thread XBPyThread start, auto delete: false
12:01:20 T:4376  NOTICE: -->Python Interpreter Initialized<--
12:01:20 T:4376  NOTICE: Loading cookies from :'C:\\Users\\~\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
12:01:20 T:4376  NOTICE: YouTube-4.4.6
12:01:20 T:4376  NOTICE: CommonFunctions-2.5.1
12:01:23 T:4376   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:01:23 T:4376 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:01:23 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=Zgc5w-xyQa0]
12:01:23 T:4368  NOTICE: Thread Background Loader start, auto delete: false
12:01:25 T:5016  NOTICE: Thread XBPyThread start, auto delete: false
12:01:25 T:5016  NOTICE: -->Python Interpreter Initialized<--
12:01:25 T:5016  NOTICE: Loading cookies from :'C:\\Users\\~\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
12:01:25 T:5016  NOTICE: YouTube-4.4.6
12:01:25 T:5016  NOTICE: CommonFunctions-2.5.1
12:01:27 T:5016   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:01:27 T:5016 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:01:27 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=9qCgyyzqD_g]
12:01:27 T:2184  NOTICE: Thread Background Loader start, auto delete: false
12:01:33 T:4156  NOTICE: Thread XBPyThread start, auto delete: false
12:01:33 T:4156  NOTICE: -->Python Interpreter Initialized<--
12:01:33 T:4156  NOTICE: Loading cookies from :'C:\\Users\\~\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
12:01:33 T:4156  NOTICE: YouTube-4.4.6
12:01:33 T:4156  NOTICE: CommonFunctions-2.5.1
12:01:35 T:4156   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:01:35 T:4156 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:01:35 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=9qCgyyzqD_g]
12:01:35 T:3652  NOTICE: Thread Background Loader start, auto delete: false
12:01:41 T:5108  NOTICE: Thread XBPyThread start, auto delete: false
12:01:41 T:5108  NOTICE: -->Python Interpreter Initialized<--
12:01:42 T:5108  NOTICE: Loading cookies from :'C:\\Users\\~\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
12:01:42 T:5108  NOTICE: YouTube-4.4.6
12:01:42 T:5108  NOTICE: CommonFunctions-2.5.1
12:01:44 T:5108   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:01:44 T:5108 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:01:44 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=3F0pJv8BToA]
12:01:45 T:2760  NOTICE: Thread Background Loader start, auto delete: false



RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon - tuputamadre - 2013-07-18

it works again

edit: worked for 1 video then it stopped working again

(2013-07-18, 12:13)tuputamadre Wrote: last night before the update i could play videos just fine, now it gives me that "script failed" error described on the post above

Code:
12:00:35 T:4912  NOTICE: YouTube-4.4.6
12:00:35 T:4912  NOTICE: CommonFunctions-2.5.1
12:00:37 T:4912   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:00:37 T:4912 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:00:37 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=ajtW-DrV-ps]
12:00:37 T:4600  NOTICE: Thread Background Loader start, auto delete: false
12:00:56 T:2608  NOTICE: Thread XBPyThread start, auto delete: false
12:00:56 T:2608  NOTICE: -->Python Interpreter Initialized<--
12:00:56 T:2608  NOTICE: Loading cookies from :'C:\\Users\\~\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
12:00:56 T:2608  NOTICE: YouTube-4.4.6
12:00:56 T:2608  NOTICE: CommonFunctions-2.5.1
12:00:58 T:2608   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:00:58 T:2608 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:00:58 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=HF7JAyhnlQ0]
12:01:01 T:1916  NOTICE: Thread Background Loader start, auto delete: false
12:01:20 T:4376  NOTICE: Thread XBPyThread start, auto delete: false
12:01:20 T:4376  NOTICE: -->Python Interpreter Initialized<--
12:01:20 T:4376  NOTICE: Loading cookies from :'C:\\Users\\~\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
12:01:20 T:4376  NOTICE: YouTube-4.4.6
12:01:20 T:4376  NOTICE: CommonFunctions-2.5.1
12:01:23 T:4376   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:01:23 T:4376 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:01:23 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=Zgc5w-xyQa0]
12:01:23 T:4368  NOTICE: Thread Background Loader start, auto delete: false
12:01:25 T:5016  NOTICE: Thread XBPyThread start, auto delete: false
12:01:25 T:5016  NOTICE: -->Python Interpreter Initialized<--
12:01:25 T:5016  NOTICE: Loading cookies from :'C:\\Users\\~\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
12:01:25 T:5016  NOTICE: YouTube-4.4.6
12:01:25 T:5016  NOTICE: CommonFunctions-2.5.1
12:01:27 T:5016   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:01:27 T:5016 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:01:27 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=9qCgyyzqD_g]
12:01:27 T:2184  NOTICE: Thread Background Loader start, auto delete: false
12:01:33 T:4156  NOTICE: Thread XBPyThread start, auto delete: false
12:01:33 T:4156  NOTICE: -->Python Interpreter Initialized<--
12:01:33 T:4156  NOTICE: Loading cookies from :'C:\\Users\\~\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
12:01:33 T:4156  NOTICE: YouTube-4.4.6
12:01:33 T:4156  NOTICE: CommonFunctions-2.5.1
12:01:35 T:4156   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:01:35 T:4156 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:01:35 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=9qCgyyzqD_g]
12:01:35 T:3652  NOTICE: Thread Background Loader start, auto delete: false
12:01:41 T:5108  NOTICE: Thread XBPyThread start, auto delete: false
12:01:41 T:5108  NOTICE: -->Python Interpreter Initialized<--
12:01:42 T:5108  NOTICE: Loading cookies from :'C:\\Users\\~\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
12:01:42 T:5108  NOTICE: YouTube-4.4.6
12:01:42 T:5108  NOTICE: CommonFunctions-2.5.1
12:01:44 T:5108   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib.py", line 1269, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
                                            -->End of Python script error report<--
12:01:44 T:5108 WARNING: The python script "C:\Users\~\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py" has left several classes in memory that we couldn't clean up. The classes include: Addon,Addon
12:01:44 T:3780   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=3F0pJv8BToA]
12:01:45 T:2760  NOTICE: Thread Background Loader start, auto delete: false



error - razerdog - 2013-07-18

Script failed message also. Yesterday worked fine - now not...

Code:
18:55:46 T:140118897358592  NOTICE: YouTube-4.4.6
18:55:47 T:140118897358592  NOTICE: CommonFunctions-2.5.1
18:55:48 T:140118897358592   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode characters in position 12-13: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "/home/razerdog/.xbmc/addons/plugin.video.youtube/default.py", line 120, in <module>
                                                navigation.executeAction(params)
                                              File "/home/razerdog/.xbmc/addons/plugin.video.youtube/YouTubeNavigation.py", line 143, in executeAction
                                                self.player.playVideo(params)
                                              File "/home/razerdog/.xbmc/addons/plugin.video.youtube/YouTubePlayer.py", line 80, in playVideo
                                                (video, status) = self.buildVideoObject(params)
                                              File "/home/razerdog/.xbmc/addons/plugin.video.youtube/YouTubePlayer.py", line 285, in buildVideoObject
                                                (links, video) = self.extractVideoLinksFromYoutube(video, params)
                                              File "/home/razerdog/.xbmc/addons/plugin.video.youtube/YouTubePlayer.py", line 418, in extractVideoLinksFromYoutube
                                                result = self.getVideoPageFromYoutube(get)
                                              File "/home/razerdog/.xbmc/addons/plugin.video.youtube/YouTubePlayer.py", line 401, in getVideoPageFromYoutube
                                                page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
                                              File "/home/razerdog/.xbmc/addons/plugin.video.youtube/YouTubeCore.py", line 447, in _fetchPage
                                                self.login._httpLogin()
                                              File "/home/razerdog/.xbmc/addons/plugin.video.youtube/YouTubeLogin.py", line 183, in _httpLogin
                                                ret = self.core._fetchPage(fetch_options)
                                              File "/home/razerdog/.xbmc/addons/plugin.video.youtube/YouTubeCore.py", line 400, in _fetchPage
                                                request = urllib2.Request(link, urllib.urlencode(get("url_data")))
                                              File "/usr/lib/python2.7/urllib.py", line 1312, in urlencode
                                                v = quote_plus(str(v))
                                            UnicodeEncodeError: 'ascii' codec can't encode characters in position 12-13: ordinal not in range(128)
                                            -->End of Python script error report<--



RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube XBMC - tuputamadre - 2013-07-19

ok, so i rolled back to 4.4.4 and it started working again, why didnt i think of this sooner? lol


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube XBMC - Zoomer88 - 2013-07-19

(2013-07-19, 02:00)tuputamadre Wrote: ok, so i rolled back to 4.4.4 and it started working again, why didnt i think of this sooner? lol

Could you please share the download link?


RE: [RELEASE] YouTube (Video) Plugin - Maxopp - 2013-07-19

I had the same problem with 4.4.6 but it start working again a couple of hours ago.


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube XBMC - marvtigre - 2013-07-19

(2013-07-19, 02:09)Zoomer88 Wrote:
(2013-07-19, 02:00)tuputamadre Wrote: ok, so i rolled back to 4.4.4 and it started working again, why didnt i think of this sooner? lol

Could you please share the download link?

You have 'Rollback' option in plugin's info.

Sadly, not in OpenELEC :/


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube XBMC - Zoomer88 - 2013-07-19

(2013-07-19, 06:43)marvtigre Wrote:
(2013-07-19, 02:09)Zoomer88 Wrote:
(2013-07-19, 02:00)tuputamadre Wrote: ok, so i rolled back to 4.4.4 and it started working again, why didnt i think of this sooner? lol

Could you please share the download link?

You have 'Rollback' option in plugin's info.

Sadly, not in OpenELEC :/

Yeah, see it now. I'm an idiot, sorry :\


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube - DesktopMasters - 2013-07-19

4.4.6 does not work for me ether. Rolling back to 4.4.4.did fix it. Seems there might be a bug in this release.


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard - shlomicthailand - 2013-07-20

i'm sorry but 4.4.4 and 4.4.6 are not working for me - something has changed with Youtube ?


subscriptions - sogopot - 2013-07-20

I was hoping someone can help me with a subscription not showing up.

I'm using version 4.4.6, though the problem also occurred with v 4.4.5.

I added a subscription for Freeman's Mind, which is unfortunately part of the Machinma conglomerate.

Here's the url to the Freemans Mind channel...

Code:
https://www.youtube.com/channel/SWbYPdeqBaYDg

The subscription shows up in my Youtube subscriptions sidebar on my PC's browser, however it will not appear in the subscriptions for the Youtube plugin.

Could the problem be Machinima?

I was wondering if Freemans Mind is a Machinima playlist, which might be the cause. Though, it does appear as a subscription in my PC's browser. Also, the URL is a "channel" url.

Anyone else experience this problem, or have a solution.

Thanks to the developers for this plugin, it's incredible.


You Tube Log File for OPENELEC / XMBC - emjayuu - 2013-07-20

I would be grateful if someone could let me know where the YouTube plug in Log File is stored when using the OPENELEC version of XMBC.