Kodi Community Forum
Release gdrive - Google Drive Video/Music Add-on - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release gdrive - Google Drive Video/Music Add-on (/showthread.php?tid=177557)



RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - horstepipe - 2016-12-07

apostrophe works now, thank you!!!
But on titles with "&" I'm still getting the same error.
"?" works fine, "#" doesn't but that's no big deal.
So now I just need to rename the titles with "&", this is way better than before, thank you!


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - user321 - 2016-12-07

Kodi 16.1 (LibreElec) on RPi2.

Two days ago, GDrive was working. Tonight, no luck - just says 'check the error in the log file. I went to the plug settings page and it said update available, so I 'upgraded' from 0.8.28, to 0.8.33, but it still kept saying 'update available' and showing 0.8.28. I tried uninstalling the plugin and reinstalling but this didn't help.

I then tried uninstalling, and SSH'ing into the Pi and deleting any files with gdrive in the name, then rebooting.... and

The repo shows 0.8.33. I click install, it downloads, installs, and shows 0.8.33 on the right hand side but still "update available".

Opening the plugin just gives 'gdrive-testing error - check the log for more information'.

This is what's visible in kodi.log

Code:
20:30:56 518.700378 T:1963319296   ERROR: Control 50 in window 10025 has been asked to focus, but it can't
20:30:57 519.123474 T:1785721760   ERROR: EXCEPTION: Unknown addon id 'plugin.video.gdrive'.
20:30:57 519.130554 T:1785721760   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.RuntimeError'>
                                            Error Contents: Unknown addon id 'plugin.video.gdrive'.
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.gdrive-testing/default.py", line 31, in <module>
                                                from resources.lib import kodi_common
                                              File "/storage/.kodi/addons/plugin.video.gdrive-testing/resources/lib/kodi_common.py", line 30, in <module>
                                                from resources.lib import settings
                                              File "/storage/.kodi/addons/plugin.video.gdrive-testing/resources/lib/settings.py", line 73, in <module>
                                                import addon_parameters
                                              File "/storage/.kodi/addons/plugin.video.gdrive-testing/addon_parameters.py", line 32, in <module>
                                                addon = xbmcaddon.Addon(id='plugin.video.gdrive')
                                            RuntimeError: Unknown addon id 'plugin.video.gdrive'.
                                            -->End of Python script error report<--
20:30:57 519.159485 T:1963319296   ERROR: GetDirectory - Error getting plugin://plugin.video.gdrive-testing/
20:30:57 519.161987 T:1963319296   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.gdrive-testing/) failed

A more complete file is here: http://sprunge.us/gEcF

Edit: So strange! It's showing 0.8.28 again...


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - delboy666 - 2016-12-08

I can confirm that I am seeing the same behaviour. The addon will not start and I cannot get the update to install.

Sent from my ONEPLUS A3003


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - dmdsoftware - 2016-12-08

I don't know what happened but seemed like some files were being reverted back to 0.8.28. I've updated it to 0.8.34 and pushed it out.


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - dmdsoftware - 2016-12-08

(2016-12-07, 22:32)user321 Wrote: Kodi 16.1 (LibreElec) on RPi2.

Two days ago, GDrive was working. Tonight, no luck - just says 'check the error in the log file. I went to the plug settings page and it said update available, so I 'upgraded' from 0.8.28, to 0.8.33, but it still kept saying 'update available' and showing 0.8.28. I tried uninstalling the plugin and reinstalling but this didn't help.

I then tried uninstalling, and SSH'ing into the Pi and deleting any files with gdrive in the name, then rebooting.... and

The repo shows 0.8.33. I click install, it downloads, installs, and shows 0.8.33 on the right hand side but still "update available".

Opening the plugin just gives 'gdrive-testing error - check the log for more information'.

This is what's visible in kodi.log

Code:
20:30:56 518.700378 T:1963319296   ERROR: Control 50 in window 10025 has been asked to focus, but it can't
20:30:57 519.123474 T:1785721760   ERROR: EXCEPTION: Unknown addon id 'plugin.video.gdrive'.
20:30:57 519.130554 T:1785721760   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.RuntimeError'>
                                            Error Contents: Unknown addon id 'plugin.video.gdrive'.
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.gdrive-testing/default.py", line 31, in <module>
                                                from resources.lib import kodi_common
                                              File "/storage/.kodi/addons/plugin.video.gdrive-testing/resources/lib/kodi_common.py", line 30, in <module>
                                                from resources.lib import settings
                                              File "/storage/.kodi/addons/plugin.video.gdrive-testing/resources/lib/settings.py", line 73, in <module>
                                                import addon_parameters
                                              File "/storage/.kodi/addons/plugin.video.gdrive-testing/addon_parameters.py", line 32, in <module>
                                                addon = xbmcaddon.Addon(id='plugin.video.gdrive')
                                            RuntimeError: Unknown addon id 'plugin.video.gdrive'.
                                            -->End of Python script error report<--
20:30:57 519.159485 T:1963319296   ERROR: GetDirectory - Error getting plugin://plugin.video.gdrive-testing/
20:30:57 519.161987 T:1963319296   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.gdrive-testing/) failed

A more complete file is here: http://sprunge.us/gEcF

Edit: So strange! It's showing 0.8.28 again...

(2016-12-08, 01:26)delboy666 Wrote: I can confirm that I am seeing the same behaviour. The addon will not start and I cannot get the update to install.

Sent from my ONEPLUS A3003 (typie typie)

How is everything fairing for you now with 0.8.34?


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - delboy666 - 2016-12-08

I tested it before work and it seemed fine. Great job..thank you

Sent from my ONEPLUS A3003


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - user321 - 2016-12-08

Will test when I get home. Thanks!


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - user321 - 2016-12-08

Working now, thank you Smile

The enroll process didn't work smoothly (as normal, for me) but after enrolling *AND* rebooting, it showed the enrolled account (before reboot, was not visible) and then I could get to my files.


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - dmdsoftware - 2016-12-08

(2016-12-08, 22:20)user321 Wrote: Working now, thank you Smile

The enroll process didn't work smoothly (as normal, for me) but after enrolling *AND* rebooting, it showed the enrolled account (before reboot, was not visible) and then I could get to my files.

Sometimes after enrollment, the account won't be listed but usually backing out of the plugin (..) and then re-entering, it should show up.


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - Joey452 - 2016-12-09

I hav a problem about STRM save processing
I select a folder to scan all Video to save STRM file and gDrive complete this operation.
But gDrvie immediately start to scan my whole goole drive's Video to save STRM file.
And when I go to Picture to see my photo in goole Drive,gDrive immediately start to scan my whole goole drive's Picture to save STRM file.

the screen show STRM created 31,32,....45,....2000,.........keep adding...

how can i solve this problem? thankyou

My OS is Windows 10
My Kodi Version is 16.1
My gDrive Version is 0.8.29


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - dmdsoftware - 2016-12-09

(2016-12-09, 14:59)Joey452 Wrote: I hav a problem about STRM save processing
I select a folder to scan all Video to save STRM file and gDrive complete this operation.
But gDrvie immediately start to scan my whole goole drive's Video to save STRM file.
And when I go to Picture to see my photo in goole Drive,gDrive immediately start to scan my whole goole drive's Picture to save STRM file.

the screen show STRM created 31,32,....45,....2000,.........keep adding...

how can i solve this problem? thankyou

My OS is Windows 10
My Kodi Version is 16.1
My gDrive Version is 0.8.29

In settings, go to disable automatic STRM in library integration.


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - scofield272 - 2016-12-09

i have too V 0.8.29 but i can't find the "disable automatic STRM" where its located ?
thanks.


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - dmdsoftware - 2016-12-10

(2016-12-09, 22:55)scofield272 Wrote: i have too V 0.8.29 but i can't find the "disable automatic STRM" where its located ?
thanks.

it was in testing branch. Pushed to non-testing in 0.8.35 now.


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - Joey452 - 2016-12-10

(2016-12-10, 06:15)dmdsoftware Wrote: it was in testing branch. Pushed to non-testing in 0.8.35 now.

Thank you very much.NodNodNod


RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - scofield272 - 2016-12-10

(2016-12-10, 06:15)dmdsoftware Wrote:
(2016-12-09, 22:55)scofield272 Wrote: i have too V 0.8.29 but i can't find the "disable automatic STRM" where its located ?
thanks.

it was in testing branch. Pushed to non-testing in 0.8.35 now.

thanks alot .
i getting this log message , i cant update to v35 :

09:17:19 T:18076 DEBUG: CAddonInstaller: installing 'plugin.video.gdrive' version '0.8.35' from repository 'repository.ddurdle'
09:17:19 T:21192 INFO: XCURL:Big GrinllLibCurlGlobal::easy_aquire - Created session to http://dmdsoftware.net
09:17:19 T:18076 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
09:17:19 T:21192 DEBUG: CurlFile::Open(0A3C9CF8) http://dmdsoftware.net/repository.ddurdle/plugin.video.gdrive/plugin.video.gdrive-0.8.35.zip
09:17:20 T:21192 ERROR: CCurlFile::Open failed with code 404 for http://dmdsoftware.net/repository.ddurdle/plugin.video.gdrive/plugin.video.gdrive-0.8.35.zip
09:17:20 T:21192 ERROR: CAddonInstallJob[plugin.video.gdrive]: failed to download special://home/addons/packages/plugin.video.gdrive-0.8.35.zip
09:17:20 T:18076 DEBUG: CGUIMediaWindow::GetDirectory (addons://outdated/)