Pandora slim 0.2.5 / Kodi helix nightly 0928
OK another fail to run pandoraslim.Fill, again seems related to failure to construct a proper save path for a file:
Code:
12:37:51 T:6308 NOTICE: plugin.audio.pandoraslim.Save (6caea227e3deb12d4cadc46e1f3bd589) 'Miss A. - I Don't Need A Man'
12:37:51 T:6308 ERROR: Exception in thread Thread-2:
Traceback (most recent call last):
File "E:\Media\Kodi 14 0928\system\python\Lib\threading.py", line 808, in __bootstrap_inner
self.run()
File "E:\Media\Kodi 14 0928\system\python\Lib\threading.py", line 761, in run
self.__target(*self.__args, **self.__kwargs)
File "E:\Media\Kodi 14 0928\portable_data\addons\plugin.audio.pandoraslim\default.py", line 179, in panSong
panFetch(song, m4a)
File "E:\Media\Kodi 14 0928\portable_data\addons\plugin.audio.pandoraslim\default.py", line 162, in panFetch
panSave(song, path)
File "E:\Media\Kodi 14 0928\portable_data\addons\plugin.audio.pandoraslim\default.py", line 81, in panSave
os.renames(tmp, dst)
File "E:\Media\Kodi 14 0928\system\python\Lib\os.py", line 199, in renames
rename(old, new)
WindowsError: [Error 3] The system cannot find the path specified
Edit: I did a test after turning off the file save option and now I am getting Fill to run again (only tested for the second set of 4 tracks). Also my settings/lib is this:
Code:
<setting id="lib" value="special://userdata/addon_data/plugin.audio.pandoraslim/Pandora" />
I did notice if I shutdown Kodi while pandora slim is running the addon won't stop properly and I have to kill Kodi from the OS
Code:
13:14:17 T:6684 ERROR: CPythonInvoker(3, E:\Media\Kodi 14 0928\portable_data\addons\plugin.audio.pandoraslim\default.py): script didn't stop in 5 seconds - let's kill it
13:14:17 T:4700 DEBUG: plugin.audio.pandoraslim.Fetch TIMEOUT (d60abf76a8271d9a68884a674ddb5141, 385024) 'Hyolyn - Stalker'
13:14:18 T:5756 DEBUG: plugin.audio.pandoraslim.Fetch TIMEOUT (e1716132ed1e68457f4c7e405b92d8d6, 385024) 'Miss A. - Bad Girl Good Girl'
13:14:18 T:6560 DEBUG: plugin.audio.pandoraslim.Fetch TIMEOUT (60c5fea4ee5060314795ba9011bc05a2, 393216) 'Girls' Generation - Lost In Love'
13:14:18 T:2964 DEBUG: plugin.audio.pandoraslim.Fetch TIMEOUT (ae72f339f069aa243f2d6d8a0c815432, 401408) '2ne1 - Lonely'
13:14:19 T:4584 INFO: CPythonInvoker(3, E:\Media\Kodi 14 0928\portable_data\addons\plugin.audio.pandoraslim\default.py): script aborted
13:14:19 T:4584 INFO: CPythonInvoker(3, E:\Media\Kodi 14 0928\portable_data\addons\plugin.audio.pandoraslim\default.py): waiting on thread 6560
13:17:30 T:4584 INFO: CPythonInvoker(3, E:\Media\Kodi 14 0928\portable_data\addons\plugin.audio.pandoraslim\default.py): waiting on thread 5756
scott s.
.