Padoki 0.5. is crashing on startup.
Kodi 14 1019 nightly
Windows 7 x64
Kodi installed / run in portable mode
Padoki set with defaults except
track handling save to library
skip ads "on"
library folder path set to F:\Pandora
debug log shows:
Code:
09:54:12 T:5660 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Pandoki('plugin://plugin.audio.pandoki/','1','')
09:54:12 T:5660 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the Pandoki (id=2) plugin...
09:54:12 T:5372 NOTICE: Thread LanguageInvoker start, auto delete: false
09:54:12 T:5372 INFO: initializing python engine.
09:54:12 T:5372 DEBUG: CPythonInvoker(2, E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\default.py): start processing
09:54:12 T:5372 NOTICE: -->Python Interpreter Initialized<--
09:54:12 T:5372 DEBUG: CPythonInvoker(2, E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\default.py): the source file to load is "E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\default.py"
09:54:12 T:5372 DEBUG: CPythonInvoker(2, E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\default.py): setting the Python path to E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki;E:\Media\Kodi 14 1019\system\python\DLLs;E:\Media\Kodi 14 1019\system\python\Lib;E:\Media\Kodi 14 1019\python27.zip;E:\Media\Kodi 14 1019\system\python\lib\plat-win;E:\Media\Kodi 14 1019\system\python\lib\lib-tk;E:\Media\Kodi 14 1019;E:\Media\Kodi 14 1019\system\python;E:\Media\Kodi 14 1019\system\python\lib\site-packages
09:54:13 T:5372 DEBUG: CPythonInvoker(2, E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\default.py): entering source directory E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki
09:54:13 T:5372 DEBUG: CPythonInvoker(2, E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\default.py): instantiating addon using automatically obtained id of "plugin.audio.pandoki" dependent on version 2.1.0 of the xbmc.python api
09:54:13 T:7136 DEBUG: ------ Window Init (DialogBusy.xml) ------
09:54:14 T:5372 ERROR: XFILE::CDirectory::GetDirectory - Error getting E:\Media\Kodi 14 1019\portable_data\userdata\addon_data\plugin.audio.pandoki\Cache
09:54:14 T:3972 DEBUG: AddOnLog: Windows Media Center Client - wingl windx x86 Edition: Socket::GetVector> Send request "GetChannelCount"
09:54:14 T:3972 DEBUG: AddOnLog: Windows Media Center Client - wingl windx x86 Edition: Socket::GetVector> Send request "GetTimerCount"
09:54:15 T:3972 DEBUG: AddOnLog: Windows Media Center Client - wingl windx x86 Edition: Socket::GetVector> Send request "GetRecordingsAmount"
09:54:15 T:5372 NOTICE: plugin.audio.pandoki(1414007653.12) Auth OK
09:54:16 T:5372 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: 'dict' object has no attribute 'name'
Traceback (most recent call last):
File "E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\default.py", line 50, in <module>
if run: run.Loop()
File "E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\resources\lib\pandoki\pandoki.py", line 490, in Loop
self.Props()
File "E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\resources\lib\pandoki\pandoki.py", line 461, in Props
self.Dir(dir)
File "E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\resources\lib\pandoki\pandoki.py", line 120, in Dir
for station in self.Stations():
File "E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\resources\lib\pandoki\pandoki.py", line 101, in Stations
elif sort == '1': stations = sorted(stations, key=lambda s: s.name) # A-Z
File "E:\Media\Kodi 14 1019\portable_data\addons\plugin.audio.pandoki\resources\lib\pandoki\pandoki.py", line 101, in <lambda>
elif sort == '1': stations = sorted(stations, key=lambda s: s.name) # A-Z
AttributeError: 'dict' object has no attribute 'name'
-->End of Python script error report<--
09:54:16 T:5372 INFO: Python script stopped
09:54:16 T:5372 DEBUG: Thread LanguageInvoker 5372 terminating
09:54:16 T:7136 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
09:54:16 T:5660 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
09:54:16 T:7136 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.pandoki/
09:54:16 T:7136 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.pandoki/) failed
I can confirm that the Cache folder has not been created. So I created it manually. That got rid of the first error but still get the exceptions.AttributeError. Full log is here:
debug log
scott s.
.