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)



RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - nozomi - 2013-12-30

(2013-12-30, 02:14)MrBozack Wrote:
(2013-12-30, 01:36)snyft Wrote: I also have this issue, appeared yesterday or the day before. Dont know if its the nightly from 26/27th that screwed it up.
I think it must be a YouTube server issue? I don't think the plugin is actually to blame, I've tried older builds (on fresh HDD) and they still don't work.

However I do enjoy my nightlies too....

I believe it's because of this: https://github.com/xbmc/xbmc/commit/820aa4df2dded16e1a9e8e5061f7080adf6c1cb0

I rolled back to a nightly before that commit and youtube and the nfl gamepass addon that stopped working is alive again. Big Grin

Guess the devs are aware of this?


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - koze - 2013-12-30

Hello,
I am not able to login to my youtube account.
Can you please check my logs and let me know what steps should I follow to succesfully login.


Thank you in advance,

koze


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - Preacher - 2013-12-30

Similar issue here:
Code:
19:01:15 T:140425111090944  NOTICE: YouTube-4.4.6
19:01:15 T:140425111090944  NOTICE: CommonFunctions-2.5.1
19:01:18 T:140425111090944   ERROR: EXCEPTION: Failed to convert to input type to either a std::string or a std::vector<(XBMCAddon::xbmcgui::InfoLabelStringOrTuple)>
19:01:18 T:140425111090944   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: Failed to convert to input type to either a std::string or a std::vector<(XBMCAddon::xbmcgui::InfoLabelStringOrTuple)>
                                            Traceback (most recent call last):
                                              File "/home/user/.xbmc/addons/plugin.video.youtube/default.py", line 122, in <module>
                                                navigation.listMenu(params)
                                              File "/home/user/.xbmc/addons/plugin.video.youtube/YouTubeNavigation.py", line 108, in listMenu
                                                return self.list(params)
                                              File "/home/user/.xbmc/addons/plugin.video.youtube/YouTubeNavigation.py", line 192, in list
                                                self.parseVideoList(params, results)
                                              File "/home/user/.xbmc/addons/plugin.video.youtube/YouTubeNavigation.py", line 487, in parseVideoList
                                                self.addVideoListItem(params, result_params, listSize)
                                              File "/home/user/.xbmc/addons/plugin.video.youtube/YouTubeNavigation.py", line 445, in addVideoListItem
                                                listitem.setInfo(type='Video', infoLabels=item_params)
                                            TypeError: Failed to convert to input type to either a std::string or a std::vector<(XBMCAddon::xbmcgui::InfoLabelStringOrTuple)>
                                            -->End of Python script error report<--
19:01:19 T:140426082957184   ERROR: GetDirectory - Error getting plugin://plugin.video.youtube/?contact=trailers&external=true&feed=uploads&login=false&path=%2froot%2fexplore%2ftrailers
19:01:19 T:140426082957184   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/?contact=trailers&external=true&feed=uploads&login=false&path=%2froot%2fexplore%2ftrailers) failed
Using plugin version 4.4.6 (TheCollective) installed from the "GetMore" list within XBMC (13.0-alpha11, compiled Dec28 2013)

I'm guessing it's something that's changed YouTube's end - they have a habit of doing this, as I've found when I use youtube-dl. Either way, hope that info helps.


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - lordashram - 2013-12-31

I was also having issues with my subscriptions, I had compiled my own nightly on the 28th and ran into the issue so I reinstalled my last nightly which was from the 24rth and I was ok.
I compiled a new nightly earlier today and so far I have not ran back into those issues.


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - koze - 2013-12-31

(2013-12-31, 07:49)lordashram Wrote: I was also having issues with my subscriptions, I had compiled my own nightly on the 28th and ran into the issue so I reinstalled my last nightly which was from the 24rth and I was ok.
I compiled a new nightly earlier today and so far I have not ran back into those issues.

What about official realease YouTube-4.4.6 which I use? Any word on that please?


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - opeters - 2013-12-31

(2013-12-31, 14:11)koze Wrote:
(2013-12-31, 07:49)lordashram Wrote: I was also having issues with my subscriptions, I had compiled my own nightly on the 28th and ran into the issue so I reinstalled my last nightly which was from the 24rth and I was ok.
I compiled a new nightly earlier today and so far I have not ran back into those issues.

What about official realease YouTube-4.4.6 which I use? Any word on that please?

With the nightly of today (31-12) this plugin is working for me. HAd installed the 30-12 and this plugin was not working.


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - koze - 2013-12-31

How to get nightly of today?

Thanks in advance,


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - opeters - 2013-12-31

(2013-12-31, 16:40)koze Wrote: How to get nightly of today?

Thanks in advance,

http://mirrors.xbmc.org/nightlies/


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - sebj - 2013-12-31

broken for me too


RE: [RELEASE] YouTube (Video) Plugin - cbrown - 2014-01-01

Add-on stopped working.
Here is my log.
Any help?

edit: Solved, enabling Common plugin cache..


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - Research - 2014-01-01

Add-on doesn't open live stream, please help.
In log: http://fpaste.org/65208/13885686/


Code change - T-Ricky - 2014-01-01

The format of parameter in the setInfo method in ListItem changed. You need to adjust like this:

Code:
diff -ur tmp/plugin.video.youtube/YouTubeNavigation.py /home/xbmc/.xbmc/addons/plugin.video.youtube/YouTubeNavigation.py
--- tmp/plugin.video.youtube/YouTubeNavigation.py    2013-07-17 22:12:30.000000000 +0200
+++ /home/xbmc/.xbmc/addons/plugin.video.youtube/YouTubeNavigation.py    2014-01-01 15:31:06.526269052 +0100
@@ -442,7 +442,7 @@

         listitem.setProperty("Video", "true")
         listitem.setProperty("IsPlayable", "true")
-        listitem.setInfo(type='Video', infoLabels=item_params)
+        listitem.setInfo('Video', {'infoLabels': 'item_params'})
         self.xbmcplugin.addDirectoryItem(handle=int(sys.argv[1]), url=url, listitem=listitem, isFolder=False, totalItems=listSize + 1)
         self.common.log("Done", 5)

diff -ur tmp/plugin.video.youtube/YouTubePlayer.py /home/xbmc/.xbmc/addons/plugin.video.youtube/YouTubePlayer.py
--- tmp/plugin.video.youtube/YouTubePlayer.py    2013-07-17 22:12:30.000000000 +0200
+++ /home/xbmc/.xbmc/addons/plugin.video.youtube/YouTubePlayer.py    2014-01-01 15:28:05.206269147 +0100
@@ -86,7 +86,7 @@

         listitem = self.xbmcgui.ListItem(label=video['Title'], iconImage=video['thumbnail'], thumbnailImage=video['thumbnail'], path=video['video_url'])

-        listitem.setInfo(type='Video', infoLabels=video)
+        listitem.setInfo('Video', {'infoLabels': 'video'})

         self.common.log(u"Playing video: " + repr(video['Title']) + " - " + repr(get('videoid')) + " - " + repr(video['video_url']))

diff -ur tmp/plugin.video.youtube/YouTubePlaylistControl.py /home/xbmc/.xbmc/addons/plugin.video.youtube/YouTubePlaylistControl.py
--- tmp/plugin.video.youtube/YouTubePlaylistControl.py    2013-07-17 22:12:30.000000000 +0200
+++ /home/xbmc/.xbmc/addons/plugin.video.youtube/YouTubePlaylistControl.py    2014-01-01 15:34:02.686269018 +0100
@@ -92,7 +92,7 @@
             listitem = self.xbmcgui.ListItem(label=video("Title"), iconImage=video("thumbnail"), thumbnailImage=video("thumbnail"))
             listitem.setProperty('IsPlayable', 'true')
             listitem.setProperty("Video", "true" )
-            listitem.setInfo(type='Video', infoLabels=entry)
+            listitem.setInfo('Video', {'infoLabels': 'entry'})

             playlist.add(video_url % (sys.argv[0], video("videoid") ), listitem)

@@ -132,7 +132,7 @@
             listitem = self.xbmcgui.ListItem(label=video("Title"), iconImage=video("thumbnail"), thumbnailImage=video("thumbnail"))
             listitem.setProperty('IsPlayable', 'true')
             listitem.setProperty("Video", "true" )
-            listitem.setInfo(type='Video', infoLabels=entry)
+            listitem.setInfo('Video', {'infoLabels': 'entry'})

             playlist.add(video_url % (sys.argv[0], video("videoid") ), listitem)



no results on my subscriptions - walker73 - 2014-01-01

HI,
recently I have thi problem with xbmc plugin 4.4.6 on xbmc 12.3 (win 7 ultimate):

the plugin login apparently correctly to my account but every time I selecy my subrisctions or favorites or anything else it says "No results"...
I had a channell on youtube where sometimes i upload some videos. recently youtube ask me in which way I want to identify myself on youtube: my gmail or the channel name, I select the channel name (maybe is an identity linked to my gmail). I tried to set on xbmc plugin the gmail credential and also the youtube linked identity credential: the credential are accepted both from plugin but the problem is the same.

I attached debug log of my session: started plugin - my subscription selection - my favorites selection (both no results), the login is my principal gmail account.
Code:
16:38:50 T:2108  NOTICE: -----------------------------------------------------------------------
16:38:50 T:2108  NOTICE: Starting XBMC (12.3 Git:20131212-9ed3e58), Platform: Windows 7 64-bit, build 7600. Built on Dec 19 2013 (compiler 1600)
16:38:50 T:2108  NOTICE: Intel(R) Atom(TM) CPU  330   @ 1.60GHz
16:38:50 T:2108  NOTICE: Desktop Resolution: 1280x720 32Bit at 60Hz
16:38:50 T:2108  NOTICE: Running with administrator rights
16:38:50 T:2108  NOTICE: Aero is enabled
16:38:50 T:2108  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
16:38:50 T:2108  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
16:38:50 T:2108  NOTICE: special://masterprofile/ is mapped to: C:\Users\Riccardo\AppData\Roaming\XBMC\userdata
16:38:50 T:2108  NOTICE: special://home/ is mapped to: C:\Users\Riccardo\AppData\Roaming\XBMC\
16:38:50 T:2108  NOTICE: special://temp/ is mapped to: C:\Users\Riccardo\AppData\Roaming\XBMC\cache
16:38:50 T:2108  NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
16:38:50 T:2108  NOTICE: Local hostname: mediacenter
16:38:50 T:2108  NOTICE: Log File is located: C:\Users\Riccardo\AppData\Roaming\XBMC\xbmc.log
16:38:50 T:2108  NOTICE: -----------------------------------------------------------------------
16:38:51 T:2108  NOTICE: Found 2 Lists of Devices
16:38:51 T:2108  NOTICE: Enumerated DirectSound devices:
16:38:51 T:2108  NOTICE:     Device 1
16:38:51 T:2108  NOTICE:         m_deviceName      : {6D11DD53-2422-42D5-B725-A4784A710241}
16:38:51 T:2108  NOTICE:         m_displayName     : HDMI - NVIDIA HDMI Out (NVIDIA High Definition Audio)
16:38:51 T:2108  NOTICE:         m_displayNameExtra: DirectSound: NVIDIA HDMI Out (NVIDIA High Definition Audio)
16:38:51 T:2108  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
16:38:51 T:2108  NOTICE:         m_channels        : FL,FR
16:38:51 T:2108  NOTICE:         m_sampleRates     : 48000
16:38:51 T:2108  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
16:38:51 T:2108  NOTICE:     Device 2
16:38:51 T:2108  NOTICE:         m_deviceName      : {2EB0AF4E-4C01-4AF0-BCB4-4392F9DE737C}
16:38:51 T:2108  NOTICE:         m_displayName     : SPDIF - Digital Audio (S/PDIF) (2- High Definition Audio Device)
16:38:51 T:2108  NOTICE:         m_displayNameExtra: DirectSound: Digital Audio (S/PDIF) (2- High Definition Audio Device)
16:38:51 T:2108  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
16:38:51 T:2108  NOTICE:         m_channels        : FL,FR
16:38:51 T:2108  NOTICE:         m_sampleRates     : 44100
16:38:51 T:2108  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
16:38:51 T:2108  NOTICE: Enumerated WASAPI devices:
16:38:51 T:2108  NOTICE:     Device 1
16:38:51 T:2108  NOTICE:         m_deviceName      : {2EB0AF4E-4C01-4AF0-BCB4-4392F9DE737C}
16:38:51 T:2108  NOTICE:         m_displayName     : SPDIF - Digital Audio (S/PDIF) (2- High Definition Audio Device)
16:38:51 T:2108  NOTICE:         m_displayNameExtra: WASAPI: Digital Audio (S/PDIF) (2- High Definition Audio Device)
16:38:51 T:2108  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
16:38:51 T:2108  NOTICE:         m_channels        : FL,FR
16:38:51 T:2108  NOTICE:         m_sampleRates     : 192000,96000,88200,48000,44100
16:38:51 T:2108  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
16:38:51 T:2108  NOTICE:     Device 2
16:38:51 T:2108  NOTICE:         m_deviceName      : {6D11DD53-2422-42D5-B725-A4784A710241}
16:38:51 T:2108  NOTICE:         m_displayName     : HDMI - NVIDIA HDMI Out (NVIDIA High Definition Audio)
16:38:51 T:2108  NOTICE:         m_displayNameExtra: WASAPI: NVIDIA HDMI Out (NVIDIA High Definition Audio)
16:38:51 T:2108  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
16:38:51 T:2108  NOTICE:         m_channels        : FL,FR
16:38:51 T:2108  NOTICE:         m_sampleRates     : 48000,44100
16:38:51 T:2108  NOTICE:         m_dataFormats     : AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
16:38:51 T:2108  NOTICE: load settings...
16:38:51 T:2108  NOTICE: special://profile/ is mapped to: special://masterprofile/
16:38:51 T:2108  NOTICE: loading special://masterprofile/guisettings.xml
16:38:51 T:2108  NOTICE: Getting hardware information now...
16:38:51 T:2108  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
16:38:51 T:2108  NOTICE: Loaded playercorefactory configuration
16:38:51 T:2108  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
16:38:51 T:2108  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
16:38:51 T:2108  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
16:38:51 T:2108  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
16:38:51 T:2108  NOTICE: Default DVD Player: dvdplayer
16:38:51 T:2108  NOTICE: Default Video Player: dvdplayer
16:38:51 T:2108  NOTICE: Default Audio Player: paplayer
16:38:51 T:2108  NOTICE: Disabled debug logging due to GUI setting. Level 0.
16:38:51 T:2108  NOTICE: Log level changed to 0
16:38:51 T:2108  NOTICE: Loading media sources from special://masterprofile/sources.xml
16:38:51 T:3852  NOTICE: Thread CSoftAE start, auto delete: false
16:38:51 T:2108  NOTICE: Running database version Addons15
16:38:51 T:3068  NOTICE: Thread XBMC Peripherals start, auto delete: false
16:38:51 T:1556  NOTICE: Thread CRemoteControl start, auto delete: false
16:38:51 T:2976  NOTICE: Thread XBMC Peripherals start, auto delete: false
16:38:51 T:2108  NOTICE: Found screen: Generic PnP Monitor on NVIDIA ION, adapter 0.
16:38:51 T:2108  NOTICE: Primary mode: 1280x720 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 640x480 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 720x480 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 720x480 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 720x576 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 800x600 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 800x600 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1024x768 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1024x768 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1024x768 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1024x768 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1152x864 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1152x864 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1152x864 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1152x864 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1152x864 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1176x664 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1176x664 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1176x664 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x720 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 1280x720 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 1280x768 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x768 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x768 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x768 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x800 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x800 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x800 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x800 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x800 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x960 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x960 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x960 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x960 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x960 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x1024 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x1024 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x1024 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x1024 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1280x1024 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1360x768 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1360x768 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1360x768 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1360x768 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1360x768 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1366x768 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1366x768 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1366x768 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1366x768 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1366x768 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1600x900 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1600x900 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1600x900 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1600x900 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1600x900 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1600x1024 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1600x1024 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1600x1024 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1600x1024 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1600x1024 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1680x1050 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1680x1050 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1680x1050 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1680x1050 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1680x1050 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1768x992 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1768x992 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1768x992 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1768x992 @ 25.00i - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1768x992 @ 30.00i - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1768x992 @ 29.97i - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1768x992 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1768x992 @ 23.98 - Full Screen
16:38:51 T:2108  NOTICE: Previous line repeats 2 times.
16:38:51 T:2108  NOTICE: Additional mode: 1920x1080 @ 50.00 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 1920x1080 @ 60.00 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 1920x1080 @ 59.94 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 1920x1080 @ 25.00i - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 1920x1080 @ 30.00i - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 1920x1080 @ 29.97i - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 1920x1080 @ 24.00 - Full Screen
16:38:51 T:2108  NOTICE: Additional mode: 1920x1080 @ 23.98 - Full Screen
16:38:52 T:2108  NOTICE: Checking resolution 16
16:38:53 T:2108  NOTICE: Running database version Addons15
16:38:53 T:2108  NOTICE: Running database version ViewModes4
16:38:53 T:2108  NOTICE: Running database version Textures13
16:38:53 T:2108  NOTICE: Running database version MyMusic32
16:38:53 T:2108  NOTICE: Running database version MyVideos75
16:38:53 T:2108  NOTICE: Running database version TV22
16:38:53 T:2108  NOTICE: Running database version Epg7
16:38:53 T:2108  NOTICE: initializing playlistplayer
16:38:53 T:2108  NOTICE: DONE initializing playlistplayer
16:38:54 T:3156  NOTICE: Thread XBPyThread start, auto delete: false
16:38:54 T:2108  NOTICE: CApplication::UpdateLibraries - Starting video library startup scan
16:38:54 T:864  NOTICE: Thread CVideoInfoScanner start, auto delete: false
16:38:54 T:2108  NOTICE: initialize done
16:38:54 T:1288  NOTICE: Thread XBPyThread start, auto delete: false
16:38:54 T:1288  NOTICE: -->Python Interpreter Initialized<--
16:38:54 T:3156  NOTICE: -->Python Interpreter Initialized<--
16:38:54 T:2108  NOTICE: Running the application...
16:38:54 T:1288  NOTICE:  StorageServer Module loaded RUN
16:38:54 T:1288  NOTICE: StorageClient-2.5.2 Starting server
16:38:54 T:1288  NOTICE: StorageServer-2.5.2 Storage Server starting C:\Users\Riccardo\AppData\Roaming\XBMC\cache\commoncache.db
16:38:54 T:3344  NOTICE: Thread Jobworker start, auto delete: true
16:38:54 T:2108  NOTICE: Webserver: Starting...
16:38:54 T:2108  NOTICE: WebServer: Started the webserver
16:38:54 T:2108  NOTICE: starting upnp server
16:38:55 T:2108  NOTICE: starting upnp renderer
16:38:55 T:2108  NOTICE: ES: Starting event server
16:38:55 T:3356  NOTICE: Thread CEventServer start, auto delete: false
16:38:55 T:3356  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
16:38:55 T:3356  NOTICE: UDP: Listening on port 9777
16:38:55 T:4476  NOTICE: Thread CTCPServer start, auto delete: false
16:38:55 T:864  NOTICE: VideoInfoScanner: Starting scan ..
16:38:55 T:4608  NOTICE: Thread CRssReader start, auto delete: false
16:38:55 T:864  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:01
16:38:57 T:4216  NOTICE: Thread Background Loader start, auto delete: false
16:39:00 T:4956  NOTICE: Thread XBPyThread start, auto delete: false
16:39:00 T:4956  NOTICE: -->Python Interpreter Initialized<--
16:39:00 T:4956  NOTICE: Loading cookies from :'C:\\Users\\Riccardo\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
16:39:00 T:4956  NOTICE: YouTube-4.4.6 ARGV: ['plugin://plugin.video.youtube/', '1', '']
16:39:00 T:4956  NOTICE: [StorageClient-2.5.2] '__init__' : 'Setting table to : YouTube'
16:39:00 T:4956  NOTICE: CommonFunctions-2.5.1
16:39:01 T:4956  NOTICE: [YouTube-4.4.6] __init__ : ''
16:39:01 T:4956  NOTICE: [StorageClient-2.5.2] '__init__' : 'Setting table to : Downloader'
16:39:01 T:4956  NOTICE: [YouTube-4.4.6] __init__ : 'Done'
16:39:01 T:3012  NOTICE: Thread Background Loader start, auto delete: false
16:39:04 T:4916  NOTICE: Thread XBPyThread start, auto delete: false
16:39:04 T:4916  NOTICE: -->Python Interpreter Initialized<--
16:39:04 T:4916  NOTICE: Loading cookies from :'C:\\Users\\Riccardo\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
16:39:04 T:4916  NOTICE: YouTube-4.4.6 ARGV: ['plugin://plugin.video.youtube/', '2', '?folder=true&login=true&path=%2froot%2fsubscriptions&user_feed=subscriptions']
16:39:04 T:4916  NOTICE: [StorageClient-2.5.2] '__init__' : 'Setting table to : YouTube'
16:39:05 T:4916  NOTICE: CommonFunctions-2.5.1
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] __init__ : ''
16:39:05 T:4916  NOTICE: [StorageClient-2.5.2] '__init__' : 'Setting table to : Downloader'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] __init__ : 'Done'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] getXBMCVersion : '12.300000000000001'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] _getAuth : ''
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] _fetchPage : 'called for : {'link': 'http://gdata.youtube.com/feeds/api/users/default/subscriptions?v=2.1&start-index=1&max-results=50', 'auth': 'true'}'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] _fetchPage : 'got auth'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] _getAuth : ''
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] _fetchPage : 'updated link: http://gdata.youtube.com/feeds/api/users/default/subscriptions?v=2.1&start-index=1&max-results=50&oauth_token=ya29.1.AADtN_Vlk2KZ4pUWIGxV5d0i-BDsrrAK1kRiwf8llGwczAX58iX3M6tXGt4eyhPCku01UA'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] _fetchPage : 'got default: http://gdata.youtube.com/feeds/api/users/default/subscriptions?v=2.1&start-index=1&max-results=50&oauth_token=ya29.1.AADtN_Vlk2KZ4pUWIGxV5d0i-BDsrrAK1kRiwf8llGwczAX58iX3M6tXGt4eyhPCku01UA'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] _fetchPage : 'connecting to server... http://gdata.youtube.com/feeds/api/users/default/subscriptions?v=2.1&start-index=1&max-results=50&oauth_token=ya29.1.AADtN_Vlk2KZ4pUWIGxV5d0i-BDsrrAK1kRiwf8llGwczAX58iX3M6tXGt4eyhPCku01UA'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] _fetchPage : 'done'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] getFolderInfo : '<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' xmlns:yt='http://gdata.youtube.com/schemas/2007' gd:etag='W/&quot;CkAAQ3g9cSp7I2A9Wh5bFUQ.&quot;'><id>tag:youtube.com,2008:user:b6cOhdeKJhol2vmEDMLfbw:subscriptions</id><updated>2014-01-01T15:39:02.669Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://gdata.youtube.com/schemas/2007#subscription'/><title>Subscriptions of null null</title><logo>http://www.gstatic.com/youtube/img/logo.png</logo><link rel='related' type='application/atom+xml' href='http://gdata.youtube.com/feeds/api/users/b6cOhdeKJhol2vmEDMLfbw?v=2.1'/><link rel='alternate' type='text/html' href='http://www.youtube.com'/><link rel='hub' href='http://pubsubhubbub.appspot.com'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gdata.youtube.com/feeds/api/users/b6cOhdeKJhol2vmEDMLfbw/subscriptions?v=2.1'/><link rel='http://schemas.google.com/g/2005#batch' type='application/atom+xml' href='http://gdata.youtube.com/feeds/api/users/b6cOhdeKJhol2vmEDMLfbw/subscriptions/batch?v=2.1'/><link rel='self' type='application/atom+xml' href='http://gdata.youtube.com/feeds/api/users/b6cOhdeKJhol2vmEDMLfbw/subscriptions?start-index=1&amp;max-results=50&amp;v=2.1'/><link rel='service' type='application/atomsvc+xml' href='http://gdata.youtube.com/feeds/api/users/b6cOhdeKJhol2vmEDMLfbw/subscriptions?alt=atom-service&amp;v=2.1'/><author><name>null null</name><uri>http://gdata.youtube.com/feeds/api/users/b6cOhdeKJhol2vmEDMLfbw</uri><yt:userId>b6cOhdeKJhol2vmEDMLfbw</yt:userId></author><generator version='2.1' uri='http://gdata.youtube.com'>YouTube data API</generator><openSearch:totalResults>0</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>50</openSearch:itemsPerPage></feed>'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] showMessage : '<type 'unicode'> - <type 'unicode'>'
16:39:05 T:4916  NOTICE: [YouTube-4.4.6] list : 'Error'
16:39:05 T:2108   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.youtube/?folder=true&login=true&path=%2froot%2fsubscriptions&user_feed=subscriptions
16:39:05 T:2108   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/?folder=true&login=true&path=%2froot%2fsubscriptions&user_feed=subscriptions) failed
16:39:05 T:3860  NOTICE: Thread XBPyThread start, auto delete: false
16:39:05 T:3860  NOTICE: -->Python Interpreter Initialized<--
16:39:06 T:3860  NOTICE: Loading cookies from :'C:\\Users\\Riccardo\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
16:39:06 T:3860  NOTICE: YouTube-4.4.6 ARGV: ['plugin://plugin.video.youtube/', '3', '']
16:39:06 T:3860  NOTICE: [StorageClient-2.5.2] '__init__' : 'Setting table to : YouTube'
16:39:06 T:3860  NOTICE: CommonFunctions-2.5.1
16:39:06 T:3860  NOTICE: [YouTube-4.4.6] __init__ : ''
16:39:06 T:3860  NOTICE: [StorageClient-2.5.2] '__init__' : 'Setting table to : Downloader'
16:39:06 T:3860  NOTICE: [YouTube-4.4.6] __init__ : 'Done'
16:39:06 T:1724  NOTICE: Thread Background Loader start, auto delete: false
16:39:10 T:3532  NOTICE: Thread XBPyThread start, auto delete: false
16:39:10 T:3532  NOTICE: -->Python Interpreter Initialized<--
16:39:10 T:3532  NOTICE: Loading cookies from :'C:\\Users\\Riccardo\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
16:39:10 T:3532  NOTICE: YouTube-4.4.6 ARGV: ['plugin://plugin.video.youtube/', '4', '?login=true&path=%2froot%2ffavorites&user_feed=favorites']
16:39:10 T:3532  NOTICE: [StorageClient-2.5.2] '__init__' : 'Setting table to : YouTube'
16:39:10 T:3532  NOTICE: CommonFunctions-2.5.1
16:39:10 T:3532  NOTICE: [YouTube-4.4.6] __init__ : ''
16:39:10 T:3532  NOTICE: [StorageClient-2.5.2] '__init__' : 'Setting table to : Downloader'
16:39:10 T:3532  NOTICE: [YouTube-4.4.6] __init__ : 'Done'
16:39:10 T:3532  NOTICE: [YouTube-4.4.6] getXBMCVersion : '12.300000000000001'
16:39:10 T:3532  NOTICE: [YouTube-4.4.6] _getAuth : ''
16:39:11 T:3532  NOTICE: [YouTube-4.4.6] _fetchPage : 'called for : {'api': 'true', 'link': 'http://gdata.youtube.com/feeds/api/users/default/favorites?start-index=1&max-results=50', 'auth': 'true'}'
16:39:11 T:3532  NOTICE: [YouTube-4.4.6] _fetchPage : 'got auth'
16:39:11 T:3532  NOTICE: [YouTube-4.4.6] _getAuth : ''
16:39:11 T:3532  NOTICE: [YouTube-4.4.6] _fetchPage : 'updated link: http://gdata.youtube.com/feeds/api/users/default/favorites?start-index=1&max-results=50&oauth_token=ya29.1.AADtN_Vlk2KZ4pUWIGxV5d0i-BDsrrAK1kRiwf8llGwczAX58iX3M6tXGt4eyhPCku01UA'
16:39:11 T:3532  NOTICE: [YouTube-4.4.6] _fetchPage : 'got default: http://gdata.youtube.com/feeds/api/users/default/favorites?start-index=1&max-results=50&oauth_token=ya29.1.AADtN_Vlk2KZ4pUWIGxV5d0i-BDsrrAK1kRiwf8llGwczAX58iX3M6tXGt4eyhPCku01UA'
16:39:11 T:3532  NOTICE: [YouTube-4.4.6] _fetchPage : 'got api'
16:39:11 T:3532  NOTICE: [YouTube-4.4.6] _fetchPage : 'connecting to server... http://gdata.youtube.com/feeds/api/users/default/favorites?start-index=1&max-results=50&oauth_token=ya29.1.AADtN_Vlk2KZ4pUWIGxV5d0i-BDsrrAK1kRiwf8llGwczAX58iX3M6tXGt4eyhPCku01UA'
16:39:11 T:3532  NOTICE: [YouTube-4.4.6] _fetchPage : 'done'
16:39:11 T:3532  NOTICE: [YouTube-4.4.6] updateVideoIdStatusInCache : 'videoidcache'
16:39:11 T:3532  NOTICE: [StorageClient-2.5.2] 'setMulti' : 'videoidcache'
16:39:11 T:3532  NOTICE: [StorageClient-2.5.2] '_sock_init' : ''
16:39:11 T:3532  NOTICE: [StorageClient-2.5.2] '_sock_init' : 'Done: ('127.0.0.1', 59994)'
16:39:11 T:3532  NOTICE: [YouTube-4.4.6] getVideoIdStatusFromCache : 'vidstatus-'
16:39:11 T:3532  NOTICE: [StorageClient-2.5.2] 'getMulti' : 'vidstatus-'
16:39:11 T:3532  NOTICE: [StorageClient-2.5.2] '_sock_init' : ''
16:39:11 T:3532  NOTICE: [StorageClient-2.5.2] '_sock_init' : 'Done: ('127.0.0.1', 59994)'
16:39:31 T:3532  NOTICE: [StorageClient-2.5.2] '_recv' : 'Except error timeout('timed out',)'
16:39:31 T:3532  NOTICE: [StorageClient-2.5.2] '_recv' : 'over time'
16:39:32 T:3532  NOTICE: [YouTube-4.4.6] showMessage : '<type 'unicode'> - <type 'unicode'>'
16:39:32 T:3532  NOTICE: [YouTube-4.4.6] list : 'Error'
16:39:32 T:2108   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.youtube/?login=true&path=%2froot%2ffavorites&user_feed=favorites
16:39:32 T:2108   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/?login=true&path=%2froot%2ffavorites&user_feed=favorites) failed
16:39:32 T:4132  NOTICE: Thread XBPyThread start, auto delete: false
16:39:32 T:4132  NOTICE: -->Python Interpreter Initialized<--
16:39:32 T:4132  NOTICE: Loading cookies from :'C:\\Users\\Riccardo\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\plugin.video.youtube\\yt-cookiejar.txt'
16:39:32 T:4132  NOTICE: YouTube-4.4.6 ARGV: ['plugin://plugin.video.youtube/', '5', '']
16:39:32 T:4132  NOTICE: [StorageClient-2.5.2] '__init__' : 'Setting table to : YouTube'
16:39:32 T:4132  NOTICE: CommonFunctions-2.5.1
16:39:32 T:4132  NOTICE: [YouTube-4.4.6] __init__ : ''
16:39:32 T:4132  NOTICE: [StorageClient-2.5.2] '__init__' : 'Setting table to : Downloader'
16:39:32 T:4132  NOTICE: [YouTube-4.4.6] __init__ : 'Done'
16:39:32 T:4796  NOTICE: Thread Background Loader start, auto delete: false



RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - sebj - 2014-01-02

@T-Ricky

Your fix confirmed working on my end. Thanks! (I'm actually surprised how much this addon is part of my daily routine!)

Added your fixes straight in the text editor, deleted the corresponding .pyo files and voila!

Hope this makes it's way into the addon, is youtube broken for everyone, or is it just me for a bleeding gotham build?Undecided


RE: [RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC - _Alkaline - 2014-01-02

@ T-Ricky, thnx! it works. One problem left: Can't play HD video Sad.
Using XBMC Gothem Alpha 11

Update:
Some videos still failing:

Full log
http://pastebin.com/6SzUxPk4