Advertisement
Guest User

Untitled

a guest
Nov 16th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. 21:47:48 T:2187052128 NOTICE: -->Python Interpreter Initialized<--
  2. 21:47:48 T:2187052128 NOTICE: GoogleMusic-0.8exp14 ARGV: ['plugin://plugin.audio.googlemusic/', '41', '']
  3. 21:47:51 T:2187052128 NOTICE: warning: could not import appdirs; will use current directory
  4. 21:47:57 T:2187052128 NOTICE: CommonFunctions-2.5.1
  5. 21:47:57 T:2187052128 NOTICE: [GoogleMusic-0.8exp14] Trying to fetch the device_id
  6. 21:48:12 T:2187052128 NOTICE: [GoogleMusic-0.8exp14] [{u'name': u'', u'carrier': u'Samsung', u'date': 1376033590579L, u'model': u'GT-I9300', u'type': u'PHONE'
  7. , u'id': u'0x3ad1afb096a14fd6', u'manufacturer': u'Samsung'}]
  8. 21:48:13 T:2187052128 NOTICE: [GoogleMusic-0.8exp14] Found device_id: 3ad1afb096a14fd6
  9. 21:48:13 T:2187052128 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  10. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  11. Error Type: <type 'exceptions.ValueError'>
  12. Error Contents: invalid literal for int() with base 10: ''
  13. Traceback (most recent call last):
  14. File "/storage/.xbmc/addons/plugin.audio.googlemusic/default.py", line 67, in <module>
  15. if not storage.isPlaylistFetched('all_songs'):
  16. File "/storage/.xbmc/addons/plugin.audio.googlemusic/GoogleMusicStorage.py", line 225, in isPlaylistFetched
  17. fetched = bool(int(self.settings.getSetting("fetched_all_songs")))
  18. ValueError: invalid literal for int() with base 10: ''
  19. -->End of Python script error report<--
  20. 21:48:14 T:3047333888 ERROR: GetDirectory - Error getting plugin://plugin.audio.googlemusic/
  21. 21:48:14 T:3047333888 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.googlemusic/) failed
  22. 21:48:14 T:2187052128 NOTICE: Thread BackgroundLoader start, auto delete: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement