Release gdrive - Google Drive Video/Music Add-on
(2015-07-27, 15:28)Chuntzu Wrote: Just pulled this from my logs.

First,

XFILE::CDirectory::Create - Error creating C:\Users\Administrator\Encrypted Files\\usJbFv7WgQTSLUhIDPBzXRsXjGMtYNOAFPqWTDLeD,81U0

XFILE::CDirectory::Remove - Error removing D:\\Encrypted Files Test 1

Also this,

ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'NoneType' object has no attribute 'file'
Traceback (most recent call last):
File "\AppData\Roaming\Kodi\addons\plugin.video.gdrive\default.py", line 1345, in <module>
(mediaURLs,package) = service.getPlaybackCall(package=package.package(mediaFile,mediaFolder))
File "\AppData\Roaming\Kodi\addons\plugin.video.gdrive\resources\lib\gdrive_api2.py", line 1154, in getPlaybackCall
if package.file.type == self.MEDIA_TYPE_MUSIC:
AttributeError: 'NoneType' object has no attribute 'file'
-->End of Python script error report<--

I'll investigate today and see if I can reproduce this.

I have another encryption module I created that I have included in the plugin, but it is disabled -- only was testing it to see the feasibility of it. It decrypts bytes on-the-fly (so no caching required, etc), but it was not using something standard like encfs, so it required the user encrypt the file locally using python scripts, then upload to their google drive. I found encfs is more standard, and something I've been using for many years with Dropbox. It doesn't support decrypting bytes on-the-fly.
Reply


Messages In This Thread
u - by Kraevin - 2015-05-13, 17:37
RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - by dmdsoftware - 2015-07-27, 17:31
Logout Mark Read Team Forum Stats Members Help
gdrive - Google Drive Video/Music Add-on12