vially / googlemusic-xbmc

Google Music addon for Kodi
GNU General Public License v3.0
176 stars 48 forks source link

Python exception while loading (caching) library #42

Closed bateast closed 9 years ago

bateast commented 10 years ago

On first start, an exception is triggered while fetching library. Then, playlists are available, but empty, and no songs are presents in library.

hereafter the relevant part in xbmc.log ... 22:03:45 T:2789356608 NOTICE: [GoogleMusicEXP-1.1] Logging in 22:03:49 T:2789356608 NOTICE: [GoogleMusicEXP-1.1] Login succeeded 22:03:51 T:2789356608 NOTICE: [GoogleMusicEXP-1.1] [{xxxxxxxxxxxxx'}] 22:03:51 T:2789356608 NOTICE: [GoogleMusicEXP-1.1] Found device_id: yyyyyyyyyyyyy 22:03:51 T:2789356608 NOTICE: [GoogleMusicEXP-1.1] Loading library 22:03:51 T:2789356608 NOTICE: [GoogleMusicEXP-1.1] Loading auth from cache 22:06:04 T:2789356608 NOTICE: [GoogleMusicEXP-1.1] Library Size: 10518 22:06:11 T:2789356608 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

foreverguest commented 10 years ago

Please check if this version fix this error: https://app.box.com/s/xbsugoq2pe9qh7vc5ojm

bateast commented 10 years ago

It is working. Can be closed.

thank you very much.