• 1
  • 56
  • 57
  • 58(current)
  • 59
  • 60
  • 81
Release Experimental Google Music Addon
(2016-10-05, 08:21)dvirtz Wrote: addon also stopped working for me.
Windows 7.

https://paste.ubuntu.com/23278469/

These errors look like connectivity problems with google servers.
Reply
(2016-10-03, 18:47)MaxRink Wrote: Also got Issues with the Plugin on Krypton
Log (first part is normal, 2nd debug ) : https://gist.github.com/27d6df0d0cb18cb5...2395816192

Hmm, I only see a lot of pre-fetch messages, try disabling 'pre-fetch url' in addon settings.
Reply
(2016-10-01, 11:37)mdh99 Wrote: Can't this to work.

Installed fine, setup app password and it logs in but throws the following error.
I suspect it can't create the googlemusic.db file. I tried creating it manually (in Android/data/com.semperpax.spmc16/files/.spmc/userdata/addon_data/plugin.audio.googlemusic.exp/) but it then days the database is malformed.

Android permissions? Running SPMC on Nexus Player with Android 7.

Have you tested with Kodi? Please check if it shows the same behavior with Kodi.
Reply
(2016-09-29, 20:27)Dadaz Wrote: Yes I'm a subscriber.

Here is the log, I hope it's OK.

http://pastebin.com/PAuGnCbJ

Thanks

I can't see any messages from the addon, please check if 'debug' is enabled in the addon settings.
Reply
(2016-10-07, 19:33)foreverguest Wrote:
(2016-10-06, 20:17)mwake Wrote: Works fine for me... except the search function...

typie typie on HTC One_M8

Do you have any problems with search?
Yes. Search attempts result in standard Kodi error banner message.
Reply
(2016-10-08, 05:43)mwake Wrote:
(2016-10-07, 19:33)foreverguest Wrote:
(2016-10-06, 20:17)mwake Wrote: Works fine for me... except the search function...

typie typie on HTC One_M8

Do you have any problems with search?
Yes. Search attempts result in standard Kodi error banner message.

Could you please upload your log after having these errors.
Reply
(2016-10-07, 19:43)foreverguest Wrote:
(2016-10-01, 11:37)mdh99 Wrote: Can't this to work.

Installed fine, setup app password and it logs in but throws the following error.
I suspect it can't create the googlemusic.db file. I tried creating it manually (in Android/data/com.semperpax.spmc16/files/.spmc/userdata/addon_data/plugin.audio.googlemusic.exp/) but it then days the database is malformed.

Android permissions? Running SPMC on Nexus Player with Android 7.

Have you tested with Kodi? Please check if it shows the same behavior with Kodi.

I don't have Kodi on the Nexus Player and don't want to mess around installing it; I did however try in Windows with Kodi.

Code:
14:15:46 T:184   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'sqlite3.OperationalError'>
                                            Error Contents: database is locked
                                            Traceback (most recent call last):
                                              File "C:\Users\Matt\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\default.py", line 45, in <module>
                                                GoogleMusicApi.GoogleMusicApi().loadLibrary()
                                              File "C:\Users\Matt\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 66, in loadLibrary
                                                storage.storeInAllSongs(chunk)
                                              File "C:\Users\Matt\AppData\Roaming\Kodi\addons\plugin.audio.googlemusic.exp\GoogleMusicStorage.py", line 180, in storeInAllSongs
                                                self.curs.executemany("INSERT OR REPLACE INTO artists VALUES (:artist_id, :artistart)", artists())
                                            OperationalError: database is locked
                                            -->End of Python script error report<--
14:15:46 T:6944   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.googlemusic.exp/
14:15:46 T:6944   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.googlemusic.exp/) failed

It now says the database is locked.
Reply
Star 
Please test new version below:
plugin.audio.googlemusic.exp-1.10.2
- fix listing videos in search (thanks bkanuka)
- free radios should work again (fixed regression from gmusicapi)
Reply
(2016-10-07, 19:41)foreverguest Wrote:
(2016-10-03, 18:47)MaxRink Wrote: Also got Issues with the Plugin on Krypton
Log (first part is normal, 2nd debug ) : https://gist.github.com/27d6df0d0cb18cb5...2395816192

Hmm, I only see a lot of pre-fetch messages, try disabling 'pre-fetch url' in addon settings.

so, i tried that.
unfortunately that did not help
logfile: https://gist.github.com/a3b9a8186a7a3987...e09cac6dd9 (debugmode of the plugin on and with extended curl and audiologging )
Reply
(2016-10-14, 21:12)MaxRink Wrote: so, i tried that.
unfortunately that did not help
logfile: https://gist.github.com/a3b9a8186a7a3987...e09cac6dd9 (debugmode of the plugin on and with extended curl and audiologging )

From the log I can see the addon is fetching and passing the stream url correctly to Kodi, but Kodi is not able to play it.
Using the same computer and network connection can you play from a browser accessing Google Play?
If yes, than probably Kodi is missing some configuration, have you tried with stable version 16.1?
Reply
(2016-10-14, 21:37)foreverguest Wrote:
(2016-10-14, 21:12)MaxRink Wrote: so, i tried that.
unfortunately that did not help
logfile: https://gist.github.com/a3b9a8186a7a3987...e09cac6dd9 (debugmode of the plugin on and with extended curl and audiologging )

From the log I can see the addon is fetching and passing the stream url correctly to Kodi, but Kodi is not able to play it.
Using the same computer and network connection can you play from a browser accessing Google Play?
If yes, than probably Kodi is missing some configuration, have you tried with stable version 16.1?
Ya, with vivaldi and GPMDP everything works fine. And no, i havent tried 16.1 yet, because its missing the inputstream support im "needing" for amazon prime video
Reply
(2016-10-07, 19:46)foreverguest Wrote:
(2016-09-29, 20:27)Dadaz Wrote: Yes I'm a subscriber.

Here is the log, I hope it's OK.

http://pastebin.com/PAuGnCbJ

Thanks

I can't see any messages from the addon, please check if 'debug' is enabled in the addon settings.


Here is a new log. We can see lines for addon.

Plus I have another problem since 1.10-2, I can't go to my library anymore.

http://pastebin.com/mcg6dxvr

Thanks.

Edit : I can confirm that my library problem come with last version. I've uninstalled last version, remove every files (db, config...) and installed 1.10 from this thread and it works well. So I have disabled autoupdate for now.
Reply
Star 
Dadaz, please test new version below:
plugin.audio.googlemusic.exp-1.10.3
- fix encoding errors
Reply
Library works now. Thanks.

But I feel lucky still doesn't work. It's still empty with no error but just empty.

Here is a log : http://pastebin.com/Bcfdy3CY

I try to set kodi in english instead of french, but it doesn't change anything.

I don't remember if I already say that, but everything else work well, news... Just I'm feel lucky.
Reply
Hey Foreverguest,

I posted about this a couple of weeks back, I've been using the addon since v1.5 but recently the addon has become unusable due to the amount of time it takes to navigate through the menus and start playing a song, I can't remember at which version this started happening. On average, from opening the addon it takes roughly 8 minutes to start playing a song from my library. Here is a log from opening to playback which takes 9 minutes: http://pastebin.com/5Cjpp3MG
Let me know if you need the full Kodi log. I would really love to be able to use this brilliant addon again, Any ideas?
Thanks for your support!

EDIT

Forgot to mention that everything is always this slow no matter whether I try to play a song from my library or not, it takes around 2-3 minutes from selecting say "New Releases" or "Search" for anything to happen.
Thanks again!
Reply
  • 1
  • 56
  • 57
  • 58(current)
  • 59
  • 60
  • 81

Logout Mark Read Team Forum Stats Members Help
Experimental Google Music Addon17