Guest User

googlemusic-xbmc error

a guest
Jun 27th, 2012
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.26 KB | None | 0 0
  1. 20:40:57 T:8220 NOTICE: -----------------------------------------------------------------------
  2. 20:40:57 T:8220 NOTICE: Starting XBMC (11.0 Git:20120321-14feb09), Platform: Windows Server 2008 R2, 64-bit (WoW) Service Pack 1 build 7601. Built on Mar 21 2012 (compiler 1600)
  3. 20:40:57 T:8220 NOTICE: AMD Phenom(tm) II X6 1055T Processor
  4. 20:40:57 T:8220 NOTICE: Desktop Resolution: 1824x1026 32Bit at 60Hz
  5. 20:40:57 T:8220 NOTICE: Running with administrator rights
  6. 20:40:57 T:8220 NOTICE: Aero is enabled
  7. 20:40:57 T:8220 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
  8. 20:40:57 T:8220 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
  9. 20:40:57 T:8220 NOTICE: special://masterprofile/ is mapped to: C:\Users\Administrator\AppData\Roaming\XBMC\userdata
  10. 20:40:57 T:8220 NOTICE: special://home/ is mapped to: C:\Users\Administrator\AppData\Roaming\XBMC\
  11. 20:40:57 T:8220 NOTICE: special://temp/ is mapped to: C:\Users\Administrator\AppData\Roaming\XBMC\cache
  12. 20:40:57 T:8220 NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
  13. 20:40:57 T:8220 NOTICE: Local hostname: LippmanWHS
  14. 20:40:57 T:8220 NOTICE: Log File is located: C:\Users\Administrator\AppData\Roaming\XBMC\xbmc.log
  15. 20:40:57 T:8220 NOTICE: -----------------------------------------------------------------------
  16. 20:40:57 T:8220 NOTICE: Setup SDL
  17. 20:40:57 T:8220 NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce GT 430, adapter 0.
  18. 20:40:57 T:8220 NOTICE: Primary mode: 1824x1026 @ 60.00 - Full Screen
  19. ...
  20. 20:41:00 T:6416 NOTICE: -->Python Interpreter Initialized<--
  21. 20:41:03 T:8220 WARNING: JpegIO: Error 55: Not a JPEG file: starts with 0x%02x 0x%02x
  22. 20:41:13 T:8220 WARNING: XFILE::CMusicDatabaseDirectory::GetLabel - Unknown nodetype requested 0
  23. 20:41:14 T:2052 NOTICE: -->Python Interpreter Initialized<--
  24. 20:41:14 T:2052 NOTICE: GoogleMusic-0.2.1 ARGV: ['plugin://plugin.audio.googlemusic/', '0', '']
  25. 20:41:14 T:2052 NOTICE: CommonFunctions-1.0.0
  26. 20:41:17 T:3276 NOTICE: -->Python Interpreter Initialized<--
  27. 20:41:17 T:3276 NOTICE: GoogleMusic-0.2.1 ARGV: ['plugin://plugin.audio.googlemusic/', '0', '?path=playlists&playlist_type=user']
  28. 20:41:17 T:3276 NOTICE: CommonFunctions-1.0.0
  29. 20:41:17 T:3276 NOTICE: [GoogleMusic-0.2.1] getPlaylists : 'Getting playlists of type: user'
  30. 20:41:17 T:3276 NOTICE: [GoogleMusic-0.2.1] getPlaylists : '[(u'2cf801de-f2e7-43b1-9be0-f77016e66992', u'Workout', u'user', 0)]'
  31. 20:41:18 T:5164 NOTICE: -->Python Interpreter Initialized<--
  32. 20:41:18 T:5164 NOTICE: GoogleMusic-0.2.1 ARGV: ['plugin://plugin.audio.googlemusic/', '0', '?path=playlist&playlist_id=2cf801de-f2e7-43b1-9be0-f77016e66992']
  33. 20:41:18 T:5164 NOTICE: CommonFunctions-1.0.0
  34. 20:41:18 T:5164 NOTICE: [GoogleMusic-0.2.1] listPlaylistSongs : 'Loading playlist: 2cf801de-f2e7-43b1-9be0-f77016e66992'
  35. 20:41:18 T:5164 NOTICE: [GoogleMusic-0.2.1] login : 'Loading cookie from file'
  36. 20:41:20 T:5164 ERROR: 2012-06-27 20:41:20,332 - gmusicapi.Api - WARNING - Received an unexpected response from call loadplaylist.
  37. 20:41:20 T:5164 NOTICE: .
  38. 20:41:20 T:5164 ERROR: 2012-06-27 20:41:20,334 - gmusicapi.Api - WARNING - error was: Failed to validate field 'playlist' list schema: additional properties not defined by 'properties' are not allowed in list item
  39. 20:41:20 T:5164 NOTICE: .
  40. 20:41:20 T:5164 ERROR: Error Type: <class 'sqlite3.IntegrityError'>
  41. 20:41:20 T:5164 ERROR: Error Contents: column song_id is not unique
  42. 20:41:20 T:5164 ERROR: Traceback (most recent call last):
  43. File "C:\Users\Administrator\AppData\Roaming\XBMC\addons\vially-googlemusic-xbmc-e5eaec6\default.py", line 45, in <module>
  44. navigation.listMenu(params)
  45. File "C:\Users\Administrator\AppData\Roaming\XBMC\addons\vially-googlemusic-xbmc-e5eaec6\GoogleMusicNavigation.py", line 42, in listMenu
  46. self.listPlaylistSongs(get("playlist_id"))
  47. File "C:\Users\Administrator\AppData\Roaming\XBMC\addons\vially-googlemusic-xbmc-e5eaec6\GoogleMusicNavigation.py", line 101, in listPlaylistSongs
  48. songs = self.api.getPlaylistSongs(playlist_id)
  49. File "C:\Users\Administrator\AppData\Roaming\XBMC\addons\vially-googlemusic-xbmc-e5eaec6\GoogleMusicApi.py", line 22, in getPlaylistSongs
  50. self.updatePlaylistSongs(playlist_id)
  51. File "C:\Users\Administrator\AppData\Roaming\XBMC\addons\vially-googlemusic-xbmc-e5eaec6\GoogleMusicApi.py", line 51, in updatePlaylistSongs
  52. self.storage.storeApiSongs(api_songs, playlist_id)
  53. File "C:\Users\Administrator\AppData\Roaming\XBMC\addons\vially-googlemusic-xbmc-e5eaec6\GoogleMusicStorage.py", line 85, in storeApiSongs
  54. self.curs.executemany("INSERT INTO songs VALUES (:song_id, :comment, :rating, :last_played, :disc, :composer, :year, :album, :title, :album_artist, :type, :track, :total_tracks, :beats_per_minute, :genre, :play_count, :creation_date, :name, :artist, :url, :total_discs, :duration_millis, :album_art_url, :display_name, NULL)", new_songs)
  55. IntegrityError: column song_id is not unique
  56. 20:41:20 T:8220 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.googlemusic/?path=playlist&playlist_id=2cf801de-f2e7-43b1-9be0-f77016e66992
  57. 20:41:20 T:8220 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.googlemusic/?path=playlist&playlist_id=2cf801de-f2e7-43b1-9be0-f77016e66992) failed
  58. 20:41:20 T:7644 NOTICE: -->Python Interpreter Initialized<--
  59. 20:41:20 T:7644 NOTICE: GoogleMusic-0.2.1 ARGV: ['plugin://plugin.audio.googlemusic/', '0', '?path=playlists&playlist_type=user']
  60. 20:41:20 T:7644 NOTICE: CommonFunctions-1.0.0
  61. 20:41:20 T:7644 NOTICE: [GoogleMusic-0.2.1] getPlaylists : 'Getting playlists of type: user'
  62. 20:41:20 T:7644 NOTICE: [GoogleMusic-0.2.1] getPlaylists : '[(u'2cf801de-f2e7-43b1-9be0-f77016e66992', u'Workout', u'user', 0)]'
Add Comment
Please, Sign In to add comment