Release gdrive - Google Drive Video/Music Add-on
Hi,

Today i've been doing some testing, trying to enroll a new account. Appearently it's fine the enroll process (but the last submit doesn't give any output, so maybe it's the source problem), but when trying to enter to the enrolled account gives an error. This is what Kodi log says (Kodi 17.6 Windows platform, plugin version 0.8.66):

During enroll proccess:

Code:
14:44:07.670 T:2804   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
14:44:07.670 T:2804   ERROR:     self.finish_request(request, client_address)
14:44:07.670 T:2804   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
14:44:07.670 T:2804   ERROR:     self.RequestHandlerClass(request, client_address, self)
14:44:07.670 T:2804   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
14:44:07.670 T:2804   ERROR:     self.handle()
14:44:07.670 T:2804   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
14:44:07.670 T:2804   ERROR:     self.handle_one_request()
14:44:07.670 T:2804   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
14:44:07.670 T:2804   ERROR:     method()
14:44:07.671 T:2804   ERROR:   File "C:\Users\*\AppData\Roaming\Kodi\addons\plugin.video.gdrive\resources\lib\streamer.py", line 240, in do_POST
14:44:07.671 T:2804   ERROR:     if e.code == 403:
14:44:07.671 T:2804   ERROR: AttributeError: 'URLError' object has no attribute 'code'

Trying to acces to the enrolled account:

Code:
14:46:33.522 T:6052   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: 'URLError' object has no attribute 'code'
                                            Traceback (most recent call last):
                                              File "C:\Users\*\AppData\Roaming\Kodi\addons\plugin.video.gdrive\default.py", line 23, in <module>
                                                mediaEngine.run()
                                              File "C:\Users\*\AppData\Roaming\Kodi\addons\plugin.video.gdrive\resources\lib\engine.py", line 1184, in run
                                                service = cloudservice2(self.plugin_handle,self.PLUGIN_URL,addon,instanceName, user_agent, settingsModule,DBM=DBM)
                                              File "C:\Users\*\AppData\Roaming\Kodi\addons\plugin.video.gdrive\resources\lib\gdrive_api2.py", line 120, in __init__
                                                self.getToken(self.getInstanceSetting('code'))
                                              File "C:\Users\*\AppData\Roaming\Kodi\addons\plugin.video.gdrive\resources\lib\gdrive_api2.py", line 239, in getToken
                                                if e.code == 403:
                                            AttributeError: 'URLError' object has no attribute 'code'
                                            -->End of Python script error report<--
14:46:33.548 T:4408   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.gdrive/?content_type=video&instance=gdrive1&mode=main
14:46:33.548 T:4408   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.gdrive/?content_type=video&instance=gdrive1&mode=main) failed

The same problem happens with default id and my own id.
Reply


Messages In This Thread
u - by Kraevin - 2015-05-13, 17:37
RE: gdrive - Google Drive Video/Music Add-on - by SpikeSP87 - 2018-06-11, 13:13
Logout Mark Read Team Forum Stats Members Help
gdrive - Google Drive Video/Music Add-on12