Advertisement
Guest User

Untitled

a guest
Aug 12th, 2011
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 15.32 KB | None | 0 0
  1. 16:28:44 T:1920  NOTICE: -----------------------------------------------------------------------
  2. 16:28:44 T:1920  NOTICE: Starting XBMC, Platform: Windows 7, 32-bit Service Pack 1 build 7601. Built on Aug 11 2011 (Git:20110810-d6e73b8, compiler 1600)
  3. 16:28:44 T:1920  NOTICE: Intel(R) Core(TM)2 CPU          4300  @ 1.80GHz
  4. 16:28:44 T:1920  NOTICE: Desktop Resolution: 1440x900 32Bit at 60Hz
  5. 16:28:44 T:1920  NOTICE: Running with restricted rights
  6. 16:28:44 T:1920  NOTICE: Aero is disabled
  7. 16:28:44 T:1920  NOTICE: special://xbmc/ is mapped to: C:\Program Files\XBMC
  8. 16:28:44 T:1920  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files\XBMC
  9. 16:28:44 T:1920  NOTICE: special://masterprofile/ is mapped to: C:\Users\xbmc\AppData\Roaming\XBMC\userdata
  10. 16:28:44 T:1920  NOTICE: special://home/ is mapped to: C:\Users\xbmc\AppData\Roaming\XBMC
  11. 16:28:44 T:1920  NOTICE: special://temp/ is mapped to: C:\Users\xbmc\AppData\Roaming\XBMC\cache
  12. 16:28:44 T:1920  NOTICE: The executable running is: C:\Program Files\XBMC\XBMC.exe
  13. 16:28:44 T:1920  NOTICE: Log File is located: C:\Users\xbmc\AppData\Roaming\XBMC\xbmc.log
  14. 16:28:44 T:1920  NOTICE: -----------------------------------------------------------------------
  15. 16:28:44 T:1920  NOTICE: Setup SDL
  16. 16:28:44 T:1920  NOTICE: Found screen: Dummy Monitor on RDPDD Chained DD, adapter 0.
  17. 16:28:44 T:1920  NOTICE: Primary mode: 1440x900 @ 60.00 - Full Screen
  18. 16:28:44 T:1920  NOTICE: Additional mode: 1440x900 @ 60.00 - Full Screen
  19. 16:28:44 T:1920  NOTICE: load settings...
  20. 16:28:44 T:1920  NOTICE: special://profile/ is mapped to: special://masterprofile/
  21. 16:28:44 T:1920  NOTICE: loading special://masterprofile/guisettings.xml
  22. 16:28:44 T:1920  NOTICE: Getting hardware information now...
  23. 16:28:44 T:1920  NOTICE: Checking resolution 12
  24. 16:28:44 T:1920  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  25. 16:28:44 T:1920  NOTICE: Loaded playercorefactory configuration
  26. 16:28:44 T:1920  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  27. 16:28:44 T:1920  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  28. 16:28:44 T:1920  NOTICE: No settings file to load to load (special://xbmc/system/advancedsettings.xml)
  29. 16:28:44 T:1920  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  30. 16:28:44 T:1920  NOTICE: Contents of special://profile/advancedsettings.xml are...
  31.                                             <advancedsettings>
  32.                                               <pictureextensions>
  33.                                                 <!-- <add>.tbn</add> -->
  34.                                               </pictureextensions>
  35.                                               <video>
  36.                                                 <excludefromscan>
  37.                                                   <regexp>[-\._ ](sample|trailer|extrathumbs|.actors|bonus)[-\._ ]</regexp>
  38.                                                 </excludefromscan>
  39.                                                 <excludefromlisting>
  40.                                                   <regexp>[-\._ ](sample|trailer|extrathumbs|.actors)[-\._ ]</regexp>
  41.                                                 </excludefromlisting>
  42.                                               </video>
  43.                                               <musiclibrary>
  44.                                                 <albumssortbyartistthenyear>true</albumssortbyartistthenyear>
  45.                                               </musiclibrary>
  46.                                               <videolibrary>
  47.                                                 <cleanonupdate>true</cleanonupdate>
  48.                                                 <allitemsonbottom>false</allitemsonbottom>
  49.                                                 <backgroundupdate>false</backgroundupdate>
  50.                                                 <hideallitems>true</hideallitems>
  51.                                                 <hideemptyseries>true</hideemptyseries>
  52.                                               </videolibrary>
  53.                                             </advancedsettings>
  54. 16:28:44 T:1920  NOTICE: Getting hardware information now...
  55. 16:28:44 T:1920  NOTICE: Checking resolution 12
  56. 16:28:44 T:1920  NOTICE: Default DVD Player: dvdplayer
  57. 16:28:44 T:1920  NOTICE: Default Video Player: dvdplayer
  58. 16:28:44 T:1920  NOTICE: Default Audio Player: paplayer
  59. 16:28:44 T:1920  NOTICE: Loading media sources from special://masterprofile/sources.xml
  60. 16:28:45 T:1920   ERROR: Window Translator: Can't find window scriptsdebuginfo
  61. 16:28:45 T:1920   ERROR: Previous line repeats 1 times.
  62. 16:28:45 T:1920  NOTICE: initializing playlistplayer
  63. 16:28:45 T:1920  NOTICE: DONE initializing playlistplayer
  64. 16:28:46 T:1920 WARNING: Skin has invalid include: Window_OpenClose_Animation
  65. 16:28:46 T:1920  NOTICE: initialize done
  66. 16:28:46 T:1920  NOTICE: Running the application...
  67. 16:28:46 T:1920  NOTICE: ES: Starting event server
  68. 16:28:46 T:3152  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  69. 16:28:46 T:3152  NOTICE: UDP: Listening on port 9777
  70. 16:28:47 T:2544   ERROR: CRemoteControl::Connect - failed to connect
  71. 16:28:47 T:1920  NOTICE: ES: Starting event server
  72. 16:28:48 T:2856  NOTICE: -->Python Interpreter Initialized<--
  73. 16:28:48 T:2856  NOTICE: #########################################################################################
  74. 16:28:48 T:2856  NOTICE: Recently added script is no longer needed and the skins should remove dependencies for it
  75. 16:28:48 T:2856  NOTICE: https://github.com/xbmc/xbmc/commit/a61cf8750163905eff53a3adb0090954e4494a22
  76. 16:28:48 T:2856  NOTICE: forum thread can be found at http://forum.xbmc.org/showthread.php?t=99502
  77. 16:28:48 T:2856  NOTICE: #########################################################################################
  78. 16:28:48 T:3096  NOTICE: -->Python Interpreter Initialized<--
  79. 16:28:53 T:1920 WARNING: Skin has invalid include: control
  80. 16:28:53 T:1920 WARNING: Previous line repeats 26 times.
  81. 16:28:53 T:1920 WARNING: Skin has invalid include: recent_right_side
  82. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(16374))
  83. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(16375))
  84. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(16376))
  85. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(16377))
  86. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(16378))
  87. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(2448))
  88. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(26374))
  89. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(26375))
  90. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(26376))
  91. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(26377))
  92. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(26378))
  93. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(26379))
  94. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(26380))
  95. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(26381))
  96. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(26382))
  97. 16:28:53 T:1920   ERROR: unmatched parentheses in Control.HasFocus(26383))
  98. 16:28:55 T:3180 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://
  99. 16:28:56 T:1916  NOTICE: -->Python Interpreter Initialized<--
  100. 16:28:57 T:1916  NOTICE: YouTube2.6.1 ARGV: ['plugin://plugin.video.youtube/', '0', '']
  101. 16:28:57 T:1920 WARNING: Skin has invalid include: dialogeffect
  102. 16:29:01 T:1916  NOTICE: YouTube2.6.1 login token not refresh, or new uname or password
  103. 16:29:01 T:1916  NOTICE: YouTube2.6.1 _httpLogin
  104. 16:29:01 T:1916  NOTICE: YouTube2.6.1 _httpLogin step 0
  105. 16:29:01 T:1916  NOTICE: YouTube2.6.1 _fetchPage called for : {'link': 'http://www.youtube.com/'}
  106. 16:29:01 T:1916  NOTICE: YouTube2.6.1 _fetchPage connecting to server...
  107. 16:29:01 T:1916  NOTICE: YouTube2.6.1 _fetchPage done
  108. 16:29:01 T:1916  NOTICE: YouTube2.6.1 _httpLogin part A: {'link': 'https://www.google.com/accounts/ServiceLogin?uilel=3&amp;service=youtube&amp;passive=true&amp;continue=http%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26nomobiletemp%3D1%26hl%3Den_US%26next%3D%252F&amp;hl=en_US&amp;ltmpl=sso'}
  109. 16:29:01 T:1916  NOTICE: YouTube2.6.1 _httpLogin step 1
  110. 16:29:01 T:1916  NOTICE: YouTube2.6.1 _fetchPage called for : {'link': 'https://www.google.com/accounts/ServiceLogin?uilel=3&amp;service=youtube&amp;passive=true&amp;continue=http%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26nomobiletemp%3D1%26hl%3Den_US%26next%3D%252F&amp;hl=en_US&amp;ltmpl=sso'}
  111. 16:29:01 T:1916  NOTICE: YouTube2.6.1 _fetchPage connecting to server...
  112. 16:29:04 T:1916  NOTICE: YouTube2.6.1 _fetchPage done
  113. 16:29:04 T:1916  NOTICE: YouTube2.6.1 _httpLogin part B:{'link': 'https://www.google.com/accounts/ServiceLoginAuth', 'no-language-cookie': 'true', 'url_data': {'timeStmp': '', 'dnConn': '', 'uilel': '3', 'dsh': '8690144419994938311', 'service': 'youtube', 'rmShown': '1', 'Passwd': 'XXXXXXxxxxxXXXXXX', 'GALX': '8GDFUOjBgHk', 'signin': 'Sign in', 'continue': 'http://www.youtube.com/signin?action_handle_signin=true&amp;nomobiletemp=1&amp;hl=en_US&amp;next=%2F', 'hl': 'en_US', 'pstMsg': '0', 'secTok': '', 'asts': '', 'ltmpl': 'sso', 'Email': 'XXXXXxxxxxxxxxXXXXXXXX', 'PersistentCookie': 'yes'}}
  114. 16:29:04 T:1916  NOTICE: YouTube2.6.1 _httpLogin step 2
  115. 16:29:04 T:1916  NOTICE: YouTube2.6.1 _fetchPage called for : 'https://www.google.com/accounts/ServiceLoginAuth'
  116. 16:29:04 T:1916  NOTICE: YouTube2.6.1 _fetchPage connecting to server...
  117. 16:29:05 T:1916  NOTICE: YouTube2.6.1 _fetchPage done
  118. 16:29:05 T:1916  NOTICE: YouTube2.6.1 _httpLogin part C: {'link': 'http://www.youtube.com/signin?action_handle_signin=true&amp%3Bnomobiletemp=1&amp%3Bhl=en_US&amp%3Bnext=%2F&auth=DQAAAIUAAABs8U7dp58bMExCmy5HIDIyn3SkLCV3Yy2mVUA6pikI2nCFHjFQH3O9EejiNYMWaINoMK4ELSUkBIs7JggZDiArgFPoYkobxEnwlViTSp8gB-YCxNpbeMbuJqMu5Nj5-7Kb0KFyN1-s4JO6k83QetKyJiAJBNmn0m5aum4iejnAKmtYSaNDAEmjZVsauJQjYr4', 'no-language-cookie': 'true'}
  119. 16:29:05 T:1916  NOTICE: YouTube2.6.1 _httpLogin step 3
  120. 16:29:05 T:1916  NOTICE: YouTube2.6.1 _fetchPage called for : {'link': 'http://www.youtube.com/signin?action_handle_signin=true&amp%3Bnomobiletemp=1&amp%3Bhl=en_US&amp%3Bnext=%2F&auth=DQAAAIUAAABs8U7dp58bMExCmy5HIDIyn3SkLCV3Yy2mVUA6pikI2nCFHjFQH3O9EejiNYMWaINoMK4ELSUkBIs7JggZDiArgFPoYkobxEnwlViTSp8gB-YCxNpbeMbuJqMu5Nj5-7Kb0KFyN1-s4JO6k83QetKyJiAJBNmn0m5aum4iejnAKmtYSaNDAEmjZVsauJQjYr4', 'no-language-cookie': 'true'}
  121. 16:29:05 T:1916  NOTICE: YouTube2.6.1 _fetchPage connecting to server...
  122. 16:29:06 T:1916  NOTICE: YouTube2.6.1 _fetchPage done
  123. 16:29:06 T:1916  NOTICE: YouTube2.6.1 _httpLogin: Logged in. Parsing data. :
  124. 16:29:06 T:1916  NOTICE: YouTube2.6.1 _httpLogin scanning cookies for login info:
  125. 16:29:06 T:1916  NOTICE: YouTube2.6.1 _httpLogin done : 200 - 776e0597a47930d5dd08a709814bb118c5AAAAB7IjEiOiAxLCAiMyI6IDExMzc4MzI4NSwgIjIiOiAidkVBaGpoWENJUnNZSU1LNkVDalRJQT09IiwgIjUiOiA0NjE5MTQ1MTA3NDUxNDE3ODU1LCAiNCI6ICJHQUlBIiwgIjciOiAxMzEzMTU5MzQ3LCAiNiI6IGZhbHNlLCAiOCI6IDEzOTY1NDU1MDQ2Nn0=
  126. 16:29:06 T:1916  NOTICE: YouTube2.6.1 _apiLogin - errors: 0
  127. 16:29:06 T:1916  NOTICE: YouTube2.6.1 _apiLogin step 0
  128. 16:29:06 T:1916  NOTICE: YouTube2.6.1 _fetchPage called for : {'link': 'https://accounts.google.com/o/oauth2/auth?client_id=208795275779.apps.googleusercontent.com&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=http%3A%2F%2Fgdata.youtube.com&response_type=code', 'no-language-cookie': 'true'}
  129. 16:29:06 T:1916  NOTICE: YouTube2.6.1 _fetchPage connecting to server...
  130. 16:29:07 T:1916  NOTICE: YouTube2.6.1 _fetchPage done
  131. 16:29:07 T:1916   ERROR: Error Type: <type 'exceptions.ValueError'>
  132. 16:29:07 T:1916   ERROR: Error Contents: No JSON object could be decoded
  133. 16:29:07 T:1916   ERROR: Traceback (most recent call last):
  134.                                              File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 66, in <module>
  135.                                                __login__.login()
  136.                                              File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 74, in login
  137.                                                (result, status) = self._apiLogin()
  138.                                              File "C:\Users\xbmc\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeLogin.py", line 133, in _apiLogin
  139.                                                oauth = json.loads(ret["content"])
  140.                                              File "C:\Program Files\XBMC\system\python\Lib\json\__init__.py", line 307, in loads
  141.                                                return _default_decoder.decode(s)
  142.                                              File "C:\Program Files\XBMC\system\python\Lib\json\decoder.py", line 319, in decode
  143.                                                obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  144.                                              File "C:\Program Files\XBMC\system\python\Lib\json\decoder.py", line 338, in raw_decode
  145.                                                raise ValueError("No JSON object could be decoded")
  146.                                            ValueError: No JSON object could be decoded
  147. 16:29:07 T:1920   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.youtube
  148. 16:29:07 T:1920   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube) failed
  149. 16:29:07 T:2012 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://
  150. 16:29:09 T:1920  NOTICE: Storing total System Uptime
  151. 16:29:09 T:1920  NOTICE: Saving settings
  152. 16:29:09 T:1920  NOTICE: stop all
  153. 16:29:09 T:1920  NOTICE: ES: Stopping event server
  154. 16:29:10 T:3152  NOTICE: ES: UDP Event server stopped
  155. 16:29:10 T:1920  NOTICE: stop sap announcement listener
  156. 16:29:10 T:1920  NOTICE: clean cached files!
  157. 16:29:10 T:1920  NOTICE: unload skin
  158. 16:29:10 T:1920  NOTICE: stop python
  159. 16:29:10 T:1920  NOTICE: stopped
  160. 16:29:10 T:1920  NOTICE: destroy
  161. 16:29:10 T:1920  NOTICE: closing down remote control service
  162. 16:29:12 T:1920  NOTICE: unload sections
  163. 16:29:12 T:1920  NOTICE: destroy
  164. 16:29:12 T:1920 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
  165. 16:29:12 T:1920 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
  166. 16:29:12 T:1920 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
  167. 16:29:12 T:1920 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
  168. 16:29:12 T:1920 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
  169. 16:29:12 T:1920 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
  170. 16:29:12 T:1920 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
  171. 16:29:12 T:1920 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
  172. 16:29:12 T:1920 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
  173. 16:29:12 T:1920 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
  174. 16:29:12 T:1920  NOTICE: closing down remote control service
  175. 16:29:12 T:1920  NOTICE: unload sections
  176. 16:29:12 T:1920  NOTICE: application stopped...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement